planning-with-files
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (SAFE): The skill implements 'working memory on disk' by reading and writing to local markdown files (task_plan.md). While this creates a surface where instructions injected into these files (e.g., from web results) could influence the agent, this is the intended primary purpose of the skill and does not constitute a vulnerability in this context.
- Ingestion points:
task_plan.mdis read by thePreToolUsehook inSKILL.mdand byscripts/check-complete.shduring the session termination. - Boundary markers: Absent; the content is presented as raw markdown to the agent's context.
- Capability inventory: Includes
Bash,Write,Edit,WebFetch, andWebSearchtools. - Sanitization: None; the scripts use standard utilities like
catandgrepto process the plan content. - Command Execution (SAFE): The skill utilizes local shell scripts (
init-session.sh,check-complete.sh) for automation. These scripts are benign, performing standard file creation and text searching (grep) without privilege escalation or network access. - Metadata Integrity (SAFE): The skill's metadata and documentation accurately reflect its behavior. No deceptive instructions were found in the examples or reference materials.
Audit Metadata