openspec-sync-specs
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes the openspec command-line interface to retrieve status, list changes, and manage stores.
- Tools used:
openspec list,openspec status,openspec store list. - Scope: Access is restricted to the
openspecnamespace via theallowed-toolsfrontmatter configuration. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection by processing external Markdown files.
- Ingestion points: The agent reads "delta spec" files from the
specs/directory as identified by theopenspec statuscommand (SKILL.md, Step 4). - Boundary markers: Absent. The instructions do not include delimiters or warnings to ignore instructions potentially embedded within the specification content.
- Capability inventory: The agent possesses file system read/write access and the ability to execute
openspecCLI commands. - Sanitization: No escaping, validation, or filtering is applied to the content of the specification files before the agent processes them.
Audit Metadata