volcengine-cli
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill implements proactive security measures by explicitly instructing the agent never to read the sensitive credential file
~/.volcengine/config.jsonand to ensure that access keys or secret keys are never exposed in the output. - [COMMAND_EXECUTION]: The skill manages cloud resources via the
vecommand line tool. It defines a mandatory safety framework inSKILL.mdthat classifies operations into Read-only, Write, and Destructive, requiring explicit user approval for any action that modifies or deletes resources. - [EXTERNAL_DOWNLOADS]: The helper scripts
scripts/fetch_swagger.pyandscripts/find_api.pyperform network requests toapi.volcengine.comto retrieve API documentation and search results. These operations target official vendor infrastructure and are used to provide the agent with accurate parameter definitions.
Audit Metadata