codex-claude-loop
Fail
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions in
SKILL.mdand examples inREADME.mddemonstrate a pattern of piping content into a shell command:echo "[Content]" | codex exec. This interpolation lacks shell escaping for double quotes and other metacharacters, allowing for command injection if the processed content (such as code being reviewed or generated plans) contains malicious shell sequences. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted code for review and planning (Ingestion point: Phase 5 implementation review) without using boundary markers or sanitization. The agent possesses significant capabilities (Capability inventory:
codex execvia shell,Edit,Writetools) that could be manipulated if malicious instructions are embedded in the analyzed codebases.
Recommendations
- AI detected serious security threats
Audit Metadata