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 uv package manager from https://astral.sh.
  • References the installation of Node.js version managers from https://fnm.vercel.app and 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 | sh is used for installing the platform CLI.
  • curl -LsSf https://astral.sh/uv/install.sh | sh is used for installing the uv tool.
  • curl -fsSL https://fnm.vercel.app/install | bash and curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash are used for installing Node.js environment managers.
  • [COMMAND_EXECUTION]: The skill instructs the agent on using the infsh CLI tool for application lifecycle management, including initialization (app init), local testing (app test), and deployment (app deploy).
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 25, 2026, 01:01 AM