openspec-bulk-archive-change
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
openspecCLI tool for querying project state viaopenspec listandopenspec statuscommands. It also manages the local file system usingmkdirandmvcommands to move change directories into an archive folder. These operations are consistent with the skill's stated purpose. - [PROMPT_INJECTION]: An indirect prompt injection surface exists because the agent reads and interprets the content of local specification files (
specs/*.md) and task lists to resolve conflicts. However, the risk is limited to local project files. 1. Ingestion points: Data is ingested fromopenspec/changes/<name>/tasks.mdand thespecs/directory within each change folder. 2. Boundary markers: No explicit boundary markers or 'ignore' instructions are used when interpreting file content. 3. Capability inventory: The skill can create directories, move files, and execute theopenspecCLI. 4. Sanitization: No content sanitization or validation is applied to the interpreted text.
Audit Metadata