openspec-bugfix
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various commands using the
openspecCLI tool to manage changes, check status, and generate artifacts. - Evidence:
SKILL.mdcontains commands such asopenspec new change "<name>" --schema bugfix,openspec status --change "<name>", andopenspec ff change "<name>". - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface due to the way it handles untrusted user data.
- Ingestion points: User-provided details including reproduction steps, expected behavior, and actual behavior are gathered in
SKILL.md(Step 1). - Boundary markers: There are no explicit instructions to use delimiters or XML-style boundary markers when interpolating this user data into the
proposal.mdor other specification files. - Capability inventory: The agent has the capability to execute system commands via the
openspecCLI and perform file system write operations. - Sanitization: The skill does not implement any validation, escaping, or sanitization of the user-provided text before it is written to the project's documentation and subsequently processed by the agent.
Audit Metadata