openspec-archive-change
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands such as
mkdir -pandmvto manage local directories and files. It interpolates a<name>variable into these commands, which is a standard pattern for developer tooling but represents a potential attack surface for command injection if the input name is maliciously crafted. - [SAFE]: The skill's operations are confined to the local file system and are directly related to its stated purpose of archiving project changes. No evidence of data exfiltration, unauthorized network communication, or safety bypass instructions was found during the analysis.
- [SAFE]: The skill reads external content from
tasks.mdand processes JSON output from theopenspeccommand to evaluate completion status. While this introduces an ingestion surface for untrusted data, the skill includes explicit guardrails requiring user confirmation before proceeding with any action when warnings are present.
Audit Metadata