building-inferencesh-apps
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes instructions to install the platform CLI via a remote script from
https://cli.inference.sh. This is the official command-line tool for the platform described. - [REMOTE_CODE_EXECUTION]: Installation guides for development prerequisites (
uv,fnm,nvm) utilize remote shell-piped scripts from reputable and trusted providers including Astral, Vercel, and the official NVM repository. - [EXTERNAL_DOWNLOADS]: The skill references various official packages and assets from the platform ecosystem alongside standard community libraries from npm and PyPI.
- [COMMAND_EXECUTION]: The documentation guides the agent to use CLI tools for project initialization, local testing, and cloud deployment tasks.
- [SAFE]: Provided code templates demonstrate secure credential management by leveraging environment variables (e.g.,
API_KEY,GOOGLE_OAUTH_CREDENTIALS) instead of hardcoding secrets.
Audit Metadata