sf-spec-review
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill performs command execution by calling local Node.js scripts located in the
.specforge/core/scripts/directory. These tools, includingartifact-graph-status.mjs,quality-suite.mjs, andgate.mjs, are used to analyze project state and update readiness gates based on review findings. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes content from untrusted project files like
requirements.mdandtechnical-design.md. While no active exploit was found, this represents a potential attack surface. - Ingestion points: Reads local specification files such as
brief.md,prd.md,requirements.md,ui-design.md,technical-design.md, andtasks.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to treat the content of these files as untrusted data.
- Capability inventory: The skill can execute local project-related scripts and modify the state of project approval gates.
- Sanitization: There is no evidence of sanitization or filtering applied to the input specification files before they are processed by the agent.
Audit Metadata