1k-bundle-release
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The security audit subcommand in
references/rules/audit.mdfetches repository diffs usinggit diffand passes the resulting${DIFF_CONTENT}to a subagent (codex:codex-rescue) for independent review. The untrusted diff content is interpolated into the subagent's prompt without explicit boundary markers or delimiters, creating a potential surface for indirect injection where malicious code in the diff could attempt to influence the subagent's analysis. - Ingestion points:
references/rules/audit.md(viagit diffoutput). - Boundary markers: Absent for the diff content.
- Capability inventory: File writes (
RELEASES.json,.env.version), Git command execution, and GitHub CLI operations. - Sanitization: None performed on diff content before interpolation.
- [COMMAND_EXECUTION]: The skill relies on extensive use of shell commands (git, gh, yarn, osv-scanner) to manage the release lifecycle. This involves direct interaction with the repository's version control and local configuration files.
- [EXTERNAL_DOWNLOADS]: The
auditworkflow performs dependency installations viayarn installand security scans viaosv-scanner, which involve network requests to package registries and vulnerability databases. These operations target the project's ownyarn.lockand are part of standard audit procedures.
Audit Metadata