sf-work
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Node.js scripts such as
doctor.mjs,gate.mjs, andquality-suite.mjslocated within the project's.specforge/core/scripts/directory. These tools are used for project health checks, state validation, and artifact approval, which is consistent with the skill's documented automation purpose. - [INDIRECT_PROMPT_INJECTION]: The skill parses project-specific artifacts to determine the next workflow step, creating a potential surface for indirect injection if project files contain malicious instructions.
- Ingestion points: Reads workflow status and decision markers from files like
SKILL.md,00-intake/brief.md, andtechnical-design.md. - Boundary markers: Employs explicit status strings such as
[NEEDS DECISION],APPROVED, andREQUEST_CHANGESto delimit and validate state transitions. - Capability inventory: The skill can execute internal Node.js scripts and
git status. - Sanitization: Automated validation is performed by the
doctor.mjsandquality-suite.mjsscripts before the agent proceeds to the next automation step.
Audit Metadata