agentcad-cli

v0.3.1 safe
3.0
Low Risk

Agent-first CAD workflow runtime

🤖 AI Analysis

Final verdict: SAFE

The package agentcad-cli v0.3.1 presents minimal risks as it has no network or shell execution activities and does not employ any form of obfuscation or credential harvesting techniques. However, its low activity and sparse metadata suggest it may be less actively maintained.

  • No network calls
  • No shell execution
  • Low obfuscation risk
  • Low credential risk
  • Sparse metadata
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package requires internet access for its functionality.
  • Shell: No shell execution patterns detected, indicating the package does not execute external commands.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The package shows low activity and lacks detailed metadata, suggesting potential low effort in maintenance.

🔬 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 4.0

2 maintainer concern(s) found

  • Author "AgentCAD contributors" 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 agentcad-cli
Create a mini-application called 'AgentCAD Workshop' using the Python package 'agentcad-cli'. This application should serve as an interactive platform where users can design simple 3D models following an agent-first approach. The goal is to provide a user-friendly interface for both beginners and experienced designers to experiment with basic CAD functionalities without needing deep technical knowledge of CAD software.

Step 1: Set up the initial project structure and install necessary dependencies including 'agentcad-cli'.

Step 2: Design the user interface. The UI should allow users to:
- Create new projects
- Load existing projects
- View and modify properties of 3D objects
- Add, remove, or manipulate basic shapes (e.g., cubes, spheres)
- Apply transformations like rotation, scaling, and translation
- Save and export their designs in common 3D formats (e.g., STL, OBJ)

Step 3: Implement the backend logic using 'agentcad-cli'. This includes:
- Handling the creation and modification of 3D models based on user inputs
- Utilizing agents within 'agentcad-cli' to automate certain design tasks or provide intelligent suggestions
- Ensuring real-time updates in the UI as changes are made to the model

Step 4: Integrate additional features such as:
- A tutorial system to guide new users through basic operations
- A gallery showcasing examples of models created using the application
- Support for importing external 3D models for further customization

Step 5: Test the application thoroughly to ensure all features work as expected and address any bugs or usability issues.

The final product should demonstrate the power and flexibility of 'agentcad-cli' in enabling non-expert users to create and modify 3D models efficiently and enjoyably.