building-inferencesh-apps
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to download and execute scripts for installing the platform CLI and development tools.
- Fetches and executes the platform CLI script from
https://cli.inference.sh(vendor resource). - Fetches the
uvinstallation script fromastral.sh(well-known developer tool). - Fetches the
fnmandnvmenvironment manager installation scripts from official sources (fnm.vercel.appandraw.githubusercontent.com). - [EXTERNAL_DOWNLOADS]: The skill references several external resources and repositories for development purposes.
- Documentation and scripts for downloading AI models from the Hugging Face Hub using the
huggingface_hublibrary. - References to the vendor's public example repository on GitHub (
github.com/inference-sh/grid). - [COMMAND_EXECUTION]: The skill instructs users to run various shell commands for project management, testing, and deployment.
- Uses the
infshCLI for app initialization, authentication, local testing, and cloud deployment. - Utilizes package managers such as
pip,uv,npm, andpnpmto manage application dependencies. - Recommends using
powershellwith-ExecutionPolicy ByPassspecifically for installing theuvtool on Windows systems.
Audit Metadata