cloud-agents-cli
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to clone the project repository from GitHub and install dependencies using standard package managers (npm).
- [EXTERNAL_DOWNLOADS]: Fetches additional skill packages from Google's official repository using
npx skills add google/agents-cli. - [COMMAND_EXECUTION]: Provides standard build, test, and validation commands (e.g.,
npm run validate,npm run build:app) typical for a Node.js development environment. - [DATA_EXFILTRATION]: Promotes secure secret management by instructing users to use environment variables and
.envfiles for configuration instead of hardcoding credentials.
Audit Metadata