Flask-Celery-Tools

v1.6.2 suspicious
4.0
Medium Risk

Celery support for Flask without breaking PyCharm inspections.

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package has minor metadata risks due to incomplete maintainer information and non-HTTPS links. While it does not exhibit any direct malicious behaviors, the incomplete metadata raises concerns about the maintainers' transparency and could indicate potential supply-chain risks.

  • Incomplete maintainer author information
  • Presence of non-HTTPS links
Per-check LLM notes
  • Network: No network calls detected, which is normal for a package that does not require external services.
  • 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 some red flags but lacks clear indicators of malicious intent. The maintainer's author information is incomplete, and there are non-HTTPS links.

🔬 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: sg1-game.net>

Suspicious Page Links score 4.0

Found 2 suspicious link(s) on the package page

  • Non-HTTPS external link: http://flask.pocoo.org/docs/patterns/celery/
  • Non-HTTPS external link: http://loose-bits.com/2010/10/distributed-task-locking-in-celery.html
Git Repository History

Repository Salamek/Flask-Celery-Tools appears legitimate

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 Flask-Celery-Tools
Create a task management web application using Flask and Flask-Celery-Tools. This application will allow users to create tasks, assign them to different categories, set due dates, and monitor their progress. Users should also be able to see a list of all tasks they have created, mark tasks as completed, and delete tasks if needed.

The core functionality of this app includes:
1. User authentication (registration, login, logout)
2. Creating tasks with titles, descriptions, category selection, and due dates.
3. Viewing a list of all tasks with filters for completion status and categories.
4. Marking tasks as completed or pending.
5. Deleting tasks.
6. Background task processing for sending email notifications when tasks are marked as completed or are overdue.

Utilize Flask-Celery-Tools to integrate Celery into your Flask application seamlessly. Ensure that the integration does not break PyCharm inspections, which means that the configuration and setup should adhere to best practices recommended by the package documentation. Additionally, explore how Flask-Celery-Tools simplifies task management and background job execution within your Flask application, focusing on the ease of use and maintenance benefits it provides.