iblai-new-app
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Instructs the agent to execute shell commands for project initialization, dependency installation, and environment configuration, such as
iblai startapp,pnpm install, andcp .env.example .env.local. - [EXTERNAL_DOWNLOADS]: Utilizes
npxandpnpmto fetch and install packages from the NPM registry. The packages belong to the vendor's official scope, including@iblai/cli,@iblai/mcp, and@iblai/iblai-js. - [REMOTE_CODE_EXECUTION]: Executes the iblai CLI tool via
npx, which involves downloading and running code from a remote registry. This is a standard operation for application scaffolding tools.
Audit Metadata