advisor
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes external CLI commands (
codex execandclaude -p) to obtain judgments from alternative models. This is gated by environment detection to ensure model decorrelation. - [EXTERNAL_DOWNLOADS]: The skill requires the presence of
codexandclaudebinaries on the system PATH. It performs version checks againstlib/model-anchors.mdto ensure the environment meets verified minimum requirements. - [PROMPT_INJECTION]: The skill incorporates potential vulnerability surfaces for indirect prompt injection as it processes output from external models. It mitigates this via a mandatory evidence chain:
- Ingestion points: Data enters the session from external CLI output (
codexorclaude) inSKILL.md. - Boundary markers: The instructions explicitly enforce a "read-only sandbox guard" for Codex and disable tools/persistence for Claude calls.
- Capability inventory: Capabilities are limited to
stdoutand specific CLI execution; operations likegit commitandgit pushare explicitly forbidden. - Sanitization: All findings must pass through a manual four-option user gate (
approve / edit / reject / skip) defined inlib/gate-contract.mdbefore any action is taken.
Audit Metadata