opsx-archive
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using the
openspecCLI and themvutility to archive project changes based on user input. - [PROMPT_INJECTION]: The skill exhibits vulnerability to indirect prompt injection because it interpolates untrusted user data into shell commands without sanitization.
- Ingestion points: The
<name>argument supplied by the user during the/opsx:archivecommand invocation. - Boundary markers: Absent. The instructions do not provide delimiters or warnings to treat the user input as untrusted data.
- Capability inventory: Execution of
openspec statusand filesystemmvcommands as described inSKILL.md. - Sanitization: Absent. There are no instructions to validate, escape, or filter the user-supplied string before it is used in a shell context.
Audit Metadata