AI Analysis
Final verdict: SAFE
The package has minimal risks with no network calls, shell executions, or obfuscations. The metadata risk due to missing repository and author details is noted but does not strongly indicate malicious intent.
- Low metadata details
- No detected malicious activities
Per-check LLM notes
- Network: No network calls detected, which is normal unless the package requires external services.
- Shell: No shell execution 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 such as missing repository and author details, suggesting potential low effort or inactive development.
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
score 3.0
Repository not found (deleted or private)
Repository not found (deleted or private)
Maintainer History
score 6.0
3 maintainer concern(s) found
Author name is missing or very shortAuthor "" 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 agentic-protocol
Create a task management mini-app using the 'agentic-protocol' package. This app will allow users to create tasks, assign them to different categories, and track their progress through various stages such as 'Not Started', 'In Progress', and 'Completed'. The app should also include features like setting due dates, adding notes, and marking tasks as urgent. Utilize the 'agentic-protocol' package to define typed contracts for task creation, modification, and deletion, ensuring that these operations are handled across different modules of your application seamlessly. Additionally, implement event hooks to notify users when a task reaches certain milestones, such as being marked as 'In Progress' or 'Completed'. Use the package's capabilities to ensure that all interactions are type-safe and adhere to the defined contracts. Your goal is to demonstrate how the 'agentic-protocol' package can streamline the development process by enforcing strict data contracts and facilitating cross-module communication.