building-inferencesh-apps
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and install several development tools from external sources.
- Fetches the platform's official CLI from
https://cli.inference.sh. - References the installation of the
uvpackage manager fromhttps://astral.sh. - References the installation of Node.js version managers from
https://fnm.vercel.appand the official NVM GitHub repository. - [REMOTE_CODE_EXECUTION]: Several commands are documented that pipe remote scripts directly into a shell for installation purposes.
curl -fsSL https://cli.inference.sh | shis used for installing the platform CLI.curl -LsSf https://astral.sh/uv/install.sh | shis used for installing theuvtool.curl -fsSL https://fnm.vercel.app/install | bashandcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bashare used for installing Node.js environment managers.- [COMMAND_EXECUTION]: The skill instructs the agent on using the
infshCLI tool for application lifecycle management, including initialization (app init), local testing (app test), and deployment (app deploy).
Audit Metadata