act-cli

v0.8.0 suspicious
4.0
Medium Risk

CLI host for ACT (Agent Component Tools) WebAssembly components

🤖 AI Analysis

Final verdict: SUSPICIOUS

The package shows low individual risks across network, shell, obfuscation, and credential fronts. However, the metadata risk due to the incomplete maintainer profile raises concerns about potential supply-chain risks.

  • Incomplete maintainer profile
  • Potential new or inactive maintainer
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package requires external services.
  • Shell: No shell execution patterns detected, indicating no immediate risk of command injection or similar attacks.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The maintainer has an incomplete profile and may be new or inactive, raising some suspicion but not conclusive evidence of malice.

🔬 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

Repository actcore/act-cli 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 act-cli
Create a command-line tool named 'WebAssemblyManager' using the Python package 'act-cli'. This tool will serve as a versatile interface for managing and interacting with WebAssembly (Wasm) modules. The application should support the following functionalities:

1. **Module Management**: Users should be able to add, remove, and list Wasm modules stored locally.
2. **Execution Interface**: Provide options to run Wasm modules either standalone or as part of a larger application stack.
3. **Configuration Handling**: Allow users to configure settings for each module, such as environment variables, logging levels, and network configurations.
4. **Interactive Shell**: Develop an interactive shell where users can query and manipulate the state of running Wasm instances in real-time.
5. **Documentation and Help**: Include comprehensive help documentation and examples for all commands within the tool.

**How to Utilize 'act-cli':** The 'act-cli' package will be crucial for hosting and managing the lifecycle of Wasm components. It provides a framework for deploying, configuring, and executing these components efficiently from the command line. Your task is to integrate 'act-cli' into the 'WebAssemblyManager' so that it serves as the backend for executing Wasm modules and managing their environments. Ensure that you leverage the capabilities of 'act-cli' to offer robust and flexible management of Wasm components, making your tool indispensable for developers working with Wasm.