specforge-review
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local tools using Node.js (
.specforge/tools/instructions.mjsand.specforge/tools/gate.mjs) to determine review types and update gate statuses. These are project-internal scripts. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted external data (requirements, designs, and code implementations) to perform its primary function.
- Ingestion points: Files identified as
spec_revieworcode_reviewartifacts are read into the agent's context for analysis. - Boundary markers: The skill references
.specforge/rules/boundaries.mdto define scope, but lacks explicit instructions to ignore natural language commands embedded within the reviewed data. - Capability inventory: The agent can execute shell commands (
node) based on the results of its review, creating a path for an attacker to influence command parameters (e.g., the<gate>or<path>arguments) through malicious content in the review artifacts. - Sanitization: There is no evidence of sanitization or escaping of the reviewed content before it is processed by the agent's reasoning engine.
Audit Metadata