blitz-app-smoke
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill is configured to automatically install the 'blitz' package globally using
npm install -gif the tool is not found on the system path. - [COMMAND_EXECUTION]: Extensive use of shell commands in
run.shto interact with the iOS development toolchain, includingxcodebuildfor listing and building projects, andxcrun simctlfor simulator management. - [COMMAND_EXECUTION]: The
run.shscript utilizesbash -lcfor installing dependencies, which executes commands within a login shell environment. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting data from untrusted local files.
- Ingestion points: Configuration values are read from
codex.blitz.tomlin the project root. - Boundary markers: No explicit boundary markers or instructions to ignore embedded content are present in the parsing logic.
- Capability inventory: Includes subprocess calls for building and testing code via
xcodebuild, installing software vianpm, and file system writes for artifacts inrun.sh. - Sanitization: Configuration values are extracted via
awkand used as arguments in shell commands; while they are quoted in the script, they lack explicit validation against a strict schema.
Audit Metadata