ms
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple local scripts using the
uv runcommand, such asinit_skill.py,quick_validate.py, andgenerate_openai_yaml.py. These scripts are part of the skill's internal infrastructure located in thecodex/skills/.system/directory. - [PROMPT_INJECTION]: The
Seq Feedback Loopintroduces an indirect prompt injection surface by reading historical session logs from~/.codex/sessionsto guide instructions updates. This data is inherently untrusted. - Ingestion points: Reads
messagesdataset from~/.codex/sessionsusing theseq.pyscript. - Boundary markers: None provided; the skill consumes historical text directly to identify patterns for instruction refinement.
- Capability inventory: The skill can modify its own
SKILL.mdfile and other skills in the repository, and can execute various local Python scripts. - Sanitization: The skill does not specify any sanitization or validation process for the text content retrieved from session histories.
Audit Metadata