cloudbase-agent
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The deployment guide provides shell scripts to establish a Python 3.10 environment, install dependencies into a localized directory via
pip, and perform build verification. These are standard development operations for packaging self-contained cloud function environments. - [EXTERNAL_DOWNLOADS]: The documentation facilitates the installation of official SDK packages from PyPI and NPM, such as
cloudbase-agent-serverand@cloudbase/agent-server. These are trusted vendor resources belonging to thetencentcloudbaseorganization. - [COMMAND_EXECUTION]: The skill utilizes the
manageAgentMCP tool to deploy agent services to the CloudBase platform, which is the intended operational workflow for this SDK. - [SAFE]: The framework implements industry-standard patterns for authentication (JWT), storage (Redis/Postgres), and observability (OTLP). Verification scripts included in the deployment guide use the
astandimportlibmodules to safely inspect local build artifacts before upload.
Audit Metadata