agent-tools
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to install the
beltCLI by piping a remote script to the shell (curl -fsSL https://cli.inference.sh | sh). While this is a common convenience pattern, the skill also explicitly documents a secure manual installation method that includes SHA-256 checksum verification and Sigstore signature validation viacosignto ensure binary integrity. - [EXTERNAL_DOWNLOADS]: The installation process fetches CLI binaries, manifests, and checksums from
cli.inference.shanddist.inference.sh. These resources are official distribution points for the vendor's own tooling. - [COMMAND_EXECUTION]: The skill is designed to execute the
beltCLI tool to interact with 250+ AI applications. The execution environment is restricted to thebeltcommand via theallowed-toolsfrontmatter, preventing broader shell access. - [DATA_EXFILTRATION]: The CLI features an automatic local file upload capability when a file path is provided in place of a URL (e.g.,
belt app run ... --input '{"image": "/path/to/photo.jpg"}'). This is a core feature intended to allow the cloud-based AI models to process local user media.
Audit Metadata