openspec-git-discipline
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Git commands (
git status --short,git branch --show-current) to audit the state of the local repository before proceeding with workflow steps. These commands are diagnostic and do not modify the repository state independently.\n- [SAFE]: The skill incorporates strong safety constraints by explicitly prohibiting the agent from performing state-altering operations (such as committing, branching, or merging) without prior, explicit user authorization.\n- [SAFE]: No malicious patterns such as remote code execution, credential harvesting, or prompt injection were detected. The skill operates entirely within the local repository context.
Audit Metadata