git-safe-workflow
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements defensive programming patterns for Git usage, prioritizing non-destructive commands such as
git status,git log, andgit diffto gather context before taking action. - [SAFE]: Explicit restrictions are placed on destructive operations like
git reset --hard,git clean, and force-pushing, ensuring the agent warns the user and requests confirmation before proceeding with such actions. - [SAFE]: The workflow includes specific safety checks for worktree management and detached HEAD states to prevent accidental data loss or repository corruption.
- [SAFE]: No external network dependencies, remote script execution, or obfuscated content were detected within the skill instructions.
Audit Metadata