openspec-verify-change
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
openspeccommands (e.g.,openspec list,openspec status, andopenspec instructions apply) to retrieve project context and artifact locations. This usage is consistent with the skill's stated purpose of change verification. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface because it reads and interprets documentation files that could contain malicious instructions.
- Ingestion points: The skill ingests data from
tasks.md,design.md, and specification files located within theopenspec/changes/directory. - Boundary markers: The skill does not implement boundary markers or instructions to the agent to disregard instructions embedded within the source artifacts.
- Capability inventory: The agent is authorized to execute the
openspecCLI and perform broad searches across the local codebase. - Sanitization: No sanitization, validation, or escaping is performed on the content of the specification files before they are processed by the agent.
Audit Metadata