openspec-explore
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from local project files which could contain untrusted instructions if the codebase is compromised.
- Ingestion points:
SKILL.mdinstructs the agent to readopenspec/changes/<name>/proposal.md,design.md,tasks.md, andspecs/<capability>/spec.mdto gather context. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to treat the content of these files as untrusted or to ignore embedded instructions.
- Capability inventory: The skill allows the agent to create or update OpenSpec artifacts (file system writes) if explicitly requested by the user.
- Sanitization: The instructions do not specify any sanitization, filtering, or validation for the content ingested from the project files.
- [COMMAND_EXECUTION]: The skill involves the execution of local system commands to retrieve environment state.
- Evidence: The instructions direct the agent to run
openspec list --jsonat the beginning of the interaction to identify active changes and schemas.
Audit Metadata