building-inferencesh-apps
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches installation scripts for the platform CLI and common developer tools (uv, fnm, nvm) from vendor-owned and well-known official sources.
- [REMOTE_CODE_EXECUTION]: Documents standard installation commands that pipe remote scripts to shell interpreters (sh/bash/iex). These are the official and expected installation methods for the developer tools described.
- [COMMAND_EXECUTION]: Outlines the use of the platform's CLI tool for application development lifecycle tasks including initialization, testing, and deployment.
- [DATA_EXFILTRATION]: Instructs developers on secure practices for managing secrets and API keys using environment variables and platform integrations, avoiding the use of hardcoded credentials.
- [SAFE]: Encourages the use of structured input validation with Pydantic and Zod schemas in application templates to ensure data integrity during processing.
Audit Metadata