abs-organize

v0.1.1 suspicious
4.0
Medium Risk

Organize downloaded audiobooks into Audiobookshelf library layout

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package abs-organize v0.1.1 has low immediate risks but exhibits signs of being newly created with limited activity and a suspicious commit pattern, raising concerns about potential supply-chain attacks.

  • Metadata risk due to suspicious commit pattern and limited package activity.
  • No direct evidence of malicious behavior detected.
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package's functionality requires external API interactions.
  • Shell: No shell execution patterns detected, indicating the package does not execute system commands.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The package shows signs of being newly created with limited activity and a suspicious commit pattern.

🔬 Heuristic Checks

Outbound Network Calls

No suspicious network call patterns found

Code Obfuscation

No obfuscation patterns detected

Shell / Subprocess Execution

No shell execution patterns detected

Credential Harvesting

No credential harvesting patterns detected

Typosquatting

No typosquatting candidates detected

Registered Email Domain

Email domain looks legitimate: trevordavies095.com>

Suspicious Page Links

All external links appear legitimate

Git Repository History score 5.0

Git history flags: Repository has zero stars and zero forks

  • Repository has zero stars and zero forks
  • All 27 commits happened within 24 hours
Maintainer History score 4.0

2 maintainer concern(s) found

  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

Use this prompt to build a project with abs-organize
Develop a command-line utility called 'Audiobook Organizer' that leverages the 'abs-organize' Python package to automatically organize downloaded audiobooks into a structure compatible with the Audiobookshelf library software. This utility will allow users to specify directories containing their downloaded audiobooks, and it will process these files according to Audiobookshelf's specific folder and file naming conventions.

The utility should include the following features:
1. User-friendly command line interface for specifying input and output directories.
2. Automatic detection of audiobook metadata such as title, author, narrator, and series from file names or ID3 tags.
3. Ability to handle multiple formats including MP3, M4B, and FLAC.
4. Option to download cover images from online sources if they are not present in the original files.
5. Support for organizing audiobooks into series folders when applicable.
6. Logging system to track progress and any issues encountered during organization.
7. Optional feature to rename existing audiobook files according to Audiobookshelf's recommended naming conventions.

Utilize the 'abs-organize' package to perform the actual organization of audiobooks into the desired directory structure. Ensure that your application integrates seamlessly with 'abs-organize', providing clear instructions on how to install and use the package within your utility. Additionally, provide comprehensive documentation and examples for users to understand how to effectively use 'Audiobook Organizer' for managing their audiobook collections.