openspec-bulk-archive-change
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection by ingesting and acting upon untrusted data from the local repository and tool outputs.
- Ingestion points: The skill reads delta spec files identified in
artifactPaths.specs.existingOutputPathsand processescontextandoperationGuidancefrom theopenspec instructionscommand output. - Boundary markers: The skill contains explicit instructions to keep these external inputs separate from controlling logic (conflict analysis, user choices, CLI checks) and to ignore or report conflicts when external guidance contradicts hard constraints.
- Capability inventory: The skill utilizes the
Bashtool to executeopenspeccommands, performs file system operations including directory creation (mkdir) and moving files (mv), and triggers theopenspec-sync-specsworkflow. - Sanitization: The agent is instructed not to copy external text verbatim into specs and to prioritize its own codebase investigation and CLI-derived data over advisory instructions.
Audit Metadata