agent-tools
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructions provide a command to install the CLI by piping a script from the vendor's domain directly to the shell (
curl -fsSL https://cli.inference.sh | sh). - [EXTERNAL_DOWNLOADS]: The installation process and manual setup instructions download binaries and verification checksums from the vendor's distribution server at
dist.inference.sh. - [COMMAND_EXECUTION]: The skill relies on the
infshcommand to perform all operations, including running AI models (e.g.,infsh app run), managing authentication (infsh login), and generating completion scripts for shell integration.
Audit Metadata