plan-archive
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the shell command
rm -rfto permanently delete files within the./plans/directory. Although this behavior is subject to user confirmation in Step 3, the execution of destructive system commands based on directory contents is a high-privilege operation. - [PROMPT_INJECTION]: The skill processes untrusted data by reading and summarizing the contents of files in the
plans/directory (specificallyplan.mdandphase-*.md). This exposes the agent to indirect prompt injection if those files contain malicious instructions. - Ingestion points: The agent reads
plans/plan.mdand the first 20 lines of allplans/phase-*.mdfiles in Step 1. - Boundary markers: Absent. The instructions do not provide delimiters or warnings to the agent to ignore any embedded instructions found within the plan files.
- Capability inventory: The skill possesses the ability to delete files (
rm -rf), perform Git operations (staging, committing, and pushing via/commitand/git-cp), and spawn sub-agents (thejournal-writersub-agent via theTasktool). - Sanitization: Absent. No validation, escaping, or filtering of the content read from the plan files is performed before it is passed to the summarization and journaling steps.
Audit Metadata