Codex-md-improver
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONMETADATA_POISONING
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from the repository (AGENTS.md, .AGENTS.md, etc.) and evaluates it against quality criteria. Malicious instructions within these files could attempt to hijack the agent's logic during assessment.
- Ingestion points: Reads file content via
Read,Glob, andGrepinSKILL.md(Phase 1 and 2). - Boundary markers: None present to distinguish between data and instructions.
- Capability inventory: Access to
bashfor file discovery andEditfor file modification. - Sanitization: No evidence of sanitization or instruction-ignoring delimiters when processing the file content.
- [METADATA_POISONING]: All reference files (
references/quality-criteria.md,references/templates.md, andreferences/update-guidelines.md) refer toCLAUDE.mdwhile the primary skill instructions and tools targetAGENTS.md. This inconsistency is likely a documentation error but could lead to schema confusion or misinterpretation of instructions by the agent.
Audit Metadata