plan-eng-review
Warn
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs shell-based operations for state management and configuration, including the use of
evalto execute output from a local vendor binary (gstack-slug). - [REMOTE_CODE_EXECUTION]: A potential command injection vulnerability exists when sending data to the external
codextool. - Ingestion points: Untrusted data is ingested from the project plan and design document.
- Boundary markers: No delimiters or sanitization instructions are used during the interpolation of plan content into shell commands.
- Capability inventory: The skill uses bash subprocess calls to execute the
codexutility with strings containing the interpolated plan content. - Sanitization: There is no evidence of escaping or validation of the plan content before it is placed into the shell command string, allowing a crafted plan to break out of the command context.
- [DATA_EXFILTRATION]: Project documents, architectural plans, and design requirements are transmitted to external AI services (Codex) as part of the core review functionality.
- [PROMPT_INJECTION]: The skill includes instructions to bypass standard human verification protocols. When the
SPAWNED_SESSIONenvironment variable is detected, the agent is directed to skipAskUserQuestionprompts and auto-choose recommendations, effectively removing necessary human oversight and confirmation gates in automated contexts.
Audit Metadata