to-spec
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local Node.js scripts for operational tasks, including
.agents/scripts/precheck.mjsfor environment validation,.agents/scripts/cooking.mjsfor status reporting, and.agents/scripts/spec-files.mjsfor parsing and validating the generated specification files. These are documented internal utility scripts. - [INDIRECT_PROMPT_INJECTION]: The skill defines a workflow where requirements provided by the user or extracted from
goal.mdare interpolated into a specification template. While this constitutes an injection surface, the impact is limited to the generated markdown documentation. Ingestion points: User-provided requirement descriptions andgoal.mdfiles. Boundary markers: The skill lacks explicit 'ignore embedded instructions' markers, though it follows a strict template. Capability inventory: The skill has permissions to read internal project documentation (e.g.,ARCHITECTURE.md,CODE-MAP.md,PROJECT.md), execute local Node.js validation scripts, and write to the.agents/cooking/directory. Sanitization: No specific sanitization or filtering logic is defined for the requirement strings before they are written to thespec.mdfile.
Audit Metadata