planning-with-files
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill implements a persistent 'working memory' by writing goals, research findings, and progress to markdown files (
task_plan.md,findings.md,progress.md). This process creates a surface for indirect prompt injection if untrusted data retrieved during the research phase is stored in these files and subsequently re-read by the agent as authoritative instructions. - Ingestion points: Untrusted data enters the agent context via the
Read,Grep, andGlobtools and is then recorded into the planning files as specified inSKILL.mdandreferences/templates.md. - Boundary markers: The provided templates and instructions do not include boundary markers or explicit instructions for the agent to ignore embedded commands within the captured data.
- Capability inventory: The skill is authorized to use
Read,Write,Edit,Glob, andGreptools to manage these persistent files. - Sanitization: There is no evidence of sanitization, filtering, or validation of external content before it is interpolated into the planning files.
Audit Metadata