plugin-settings
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documents a pattern for ingesting data from project-local files (
.Codex/*.local.md) using YAML frontmatter and markdown. This pattern allows external data to influence agent behavior and shell script logic (hooks), which is a common attack vector for indirect prompt injection.\n - Ingestion points: Files matching the pattern
.Codex/plugin-name.local.mdare read by agents and hooks as described inSKILL.md.\n - Boundary markers: The pattern utilizes YAML frontmatter delimiters (
---) to separate configuration from content, as detailed inreferences/parsing-techniques.md.\n - Capability inventory: The skill provides examples of using this ingested data in shell scripts (e.g.,
examples/read-settings-hook.sh) and for notifying other sessions viatmux send-keysin the multi-agent-swarm example inreferences/real-world-examples.md.\n - Sanitization: The skill includes explicit guidance on sanitizing user input, validating numeric ranges, and checking for path traversal or sensitive file patterns (e.g.,
.env,secret) inSKILL.mdand theexamples/read-settings-hook.shtemplate.
Audit Metadata