feature-planning
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it transforms untrusted user requirements into actionable implementation plans for downstream agents.
- Ingestion points: User-provided feature requests and enhancement descriptions processed in the 'Understand Requirements' phase of
SKILL.md. - Boundary markers: The instructions and task templates lack explicit delimiters or negative constraints to prevent the agent from adopting malicious instructions embedded in the user's request.
- Capability inventory: The skill orchestrates execution via a
plan-implementeragent and uses theTasktool for codebase exploration, creating a path for injected instructions to reach high-privilege execution tools. - Sanitization: There is no evidence of input validation or content filtering applied to the user's requirements before they are incorporated into the implementation plan.
Audit Metadata