planning-with-files
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses automated hooks to run local shell commands and scripts. The
PreToolUsehook executescat task_plan.mdto refresh context, and theStophook runscheck-complete.shto verify task completion. These commands are localized to the project environment and support the skill's operational logic. - [PROMPT_INJECTION]: The skill automatically reads content from
task_plan.mdinto the agent's context during tool usage. - Ingestion points: The
PreToolUsehook inSKILL.mdreads the first 30 lines oftask_plan.mdbefore executingWrite,Edit, orBashtools. - Boundary markers: Content is injected without specific delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill has access to
Bash,Write,Edit, andWebFetchas defined in the YAML frontmatter. - Sanitization: There is no validation or sanitization of the file content before it is read into the context. This creates a surface for indirect instructions if the task plan file is modified by an external untrusted source.
Audit Metadata