plan-work
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection as it processes external, potentially untrusted input to generate executable instructions.
- Ingestion points: The skill reads the
Goalsection fromwork/<slug>/README.mdand background context fromproject.md(SKILL.md). - Boundary markers: The instructions do not define any delimiters or explicit system instructions to ignore embedded prompts within the content retrieved from the README or project files.
- Capability inventory: The skill is configured with
Read,Edit, andWriteaccess to thework/**directory, and the ability to invoke theasta-assistant:review-planskill (SKILL.md frontmatter). - Sanitization: There is no evidence of sanitization, validation, or escaping of the input data before it is interpolated into the generated
# Instructionssection of the README file.
Audit Metadata