iblai-ops-deploy
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Executes the
iblaiCLI (iblai deploy vercel) to perform multi-step deployment processes, including project building, configuration generation, and deployment triggering. - [DATA_EXPOSURE]: Provides instructions for managing Vercel authentication tokens by storing them in a local environment file (
iblai.env). This follows standard development practices for secret management and does not constitute unsafe credential handling. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface due to its interaction with local project files.
- Ingestion points: Reads project configuration files and environment files (e.g.,
iblai.env). - Boundary markers: None present in the instructions.
- Capability inventory: Includes shell command execution via the
iblaiCLI and file system writes toiblai.envandsrc-tauri/tauri.conf.json. - Sanitization: No explicit validation or sanitization of input tokens or project file content is specified.
Audit Metadata