openspec-archive-change
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to perform directory operations.
- Evidence: Step 5 in
SKILL.mdusesmkdir -p openspec/changes/archiveandmv openspec/changes/<name> openspec/changes/archive/YYYY-MM-DD-<name>to move files. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from local files and CLI outputs which are subsequently used to drive logic and construct shell command arguments.
- Ingestion points:
SKILL.mdreads content fromtasks.mdand processes JSON output fromopenspec list --jsonandopenspec status --json. - Boundary markers: Absent. There are no delimiters or instructions provided to the agent to ignore potential instructions embedded within the ingested data.
- Capability inventory: The skill can execute shell commands (
mkdir,mv) and invoke theopenspecCLI tool. - Sanitization: Absent. The
<name>variable, which can be sourced from external CLI output, is interpolated directly into shell command strings in Step 5.
Audit Metadata