cloudbase-agent
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation instructs developers to install official framework packages from trusted public registries.
- Found instructions for installing NPM packages under the '@cloudbase' namespace such as '@cloudbase/agent-server'.
- Found instructions for installing PyPI packages such as 'cloudbase-agent-server' and 'cloudbase-agent-langgraph'.
- [COMMAND_EXECUTION]: Deployment guides include standard shell commands for managing environments and script permissions.
- Use of 'chmod +x' is recommended for the 'scf_bootstrap' startup script to ensure it can be executed by the cloud platform.
- A shell script is provided to automate the creation of a local 'env/' directory using 'pip install' with specific platform flags for Python 3.10.
- [CREDENTIALS_UNSAFE]: The guides use obvious placeholder values for sensitive configuration parameters.
- Placeholders like 'your-api-key', 'sk-1234567890', and 'dev-secret' are used in configuration examples to guide the user on where to place their own credentials safely.
Audit Metadata