feature-forge
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its core workflow of gathering external data and writing it to the file system.
- Ingestion points: The agent gathers untrusted data through the
AskUserQuestionstool and via results fromTasksubagents that search the codebase and analyze system impact (documented inSKILL.mdandreferences/interview-questions.md). - Boundary markers: There are no explicit instructions or delimiters defined to prevent the agent from obeying malicious instructions that might be embedded in the user requirements or the codebase files being analyzed.
- Capability inventory: The skill has the capability to write to the local file system (saving specifications to the
specs/directory) and can trigger other agents through theTasktool. - Sanitization: There is no evidence of input validation, escaping, or filtering of the content gathered during the 'Discover' and 'Interview' phases before it is interpolated into the final markdown specifications.
Audit Metadata