openspec-sdd-guide
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
openspecCLI to manage the development lifecycle through commands likeopenspec new,openspec status, andopenspec archive. These are structured calls to a local utility for project state management and do not exhibit signs of command injection or malicious intent. - [PROMPT_INJECTION]: No malicious prompt injection or safety bypass instructions were detected. The skill uses strong language (e.g., "Iron Laws") to enforce a specific technical methodology (prioritizing documentation over coding), which is a benign instructional constraint.
- [DATA_EXFILTRATION]: There are no network operations, such as
curlorwgetto external domains, or patterns suggesting the unauthorized transmission of data. The skill focuses on reading and writing local project files within theopenspec/directory. - [EXTERNAL_DOWNLOADS]: While the skill requires the
openspecCLI tool, it does not attempt to download, install, or execute remote scripts at runtime from untrusted sources.
Audit Metadata