alizarin-filelist

v2.0.0a116 safe
3.0
Low Risk

File List datatype extension for Alizarin

🤖 AI Analysis

Final verdict: SAFE

The package has a low risk score due to the absence of obfuscation and credential harvesting patterns. However, its low maintenance status and poor metadata quality suggest it should be used with caution.

  • Low obfuscation risk
  • No credential harvesting patterns
  • Low maintenance and metadata quality
Per-check LLM notes
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The package shows low maintenance and metadata quality, but there are no direct indicators of malicious intent.

📦 Package Quality Overall: Low (1.2/10)

○ Low Test Suite 1.0

No test suite detected

  • No test files or test-runner configuration detected
○ Low Documentation 1.0

No documentation detected

  • No documentation URL, doc files, or meaningful description found
○ Low Contributing Guide 2.0

No contributing guide or governance files found

  • No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
○ Low Type Annotations 1.0

No type annotations detected

  • No type annotations, py.typed marker, or stub files detected
○ Low Multiple Contributors 1.0

Unable to verify contributor count: no GitHub repository found

  • No GitHub repository linked — contributor count unavailable

🔬 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

No author email provided

Suspicious Page Links

All external links appear legitimate

Git Repository History

No GitHub repository linked

  • No GitHub repository link found
Maintainer History score 6.0

3 maintainer concern(s) found

  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)
  • Package has no PyPI classifiers (low effort / metadata quality)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

Use this prompt to build a project with alizarin-filelist
Create a file management utility called 'FileMaven' using Python that leverages the 'alizarin-filelist' package to enhance its functionality. This utility will serve as a powerful tool for managing files within directories, providing users with advanced features to manipulate and organize their files efficiently. Here’s a detailed outline of the steps and features you need to implement:

1. **Setup Environment**: Ensure Python 3.x is installed on your system. Install the necessary packages including 'alizarin-filelist'.
2. **Core Functionality**: Develop the main functionalities of FileMaven, such as listing all files and directories within a specified path, and providing detailed information about each file (name, size, type, last modified date).
3. **Advanced Features**:
   - Implement a feature to filter files based on specific criteria like file type, size range, or modification date.
   - Add support for sorting files alphabetically or by modification date.
   - Allow users to perform actions like renaming, deleting, or moving files directly from the utility.
4. **User Interface**: Design a simple command-line interface (CLI) for interacting with FileMaven. It should provide clear prompts and feedback messages.
5. **Utilizing 'alizarin-filelist'**:
   - Use the 'alizarin-filelist' package to extend the basic file listing capabilities. For example, you could use it to handle large datasets more efficiently or to integrate additional metadata.
   - Explore any unique features provided by 'alizarin-filelist' and incorporate them into your utility to offer enhanced performance or new functionalities.
6. **Testing**: Write unit tests to ensure each function works as expected under various conditions.
7. **Documentation**: Prepare a user guide explaining how to install and use FileMaven, including examples of common tasks.
8. **Deployment**: Package your application so it can be easily distributed and installed by other users.

Your goal is to create a robust, user-friendly file management tool that showcases the capabilities of the 'alizarin-filelist' package while being practical and efficient.