git-recovery-command
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes the Bash tool to execute standard Git commands for history management.
- Destructive operations like
git reset --hardare clearly labeled with warnings and require user confirmation. - The skill includes safety procedures such as capturing backup references before making changes, allowing for easy reversal of mistakes.
- [DATA_EXPOSURE] (SAFE): Operations are limited to local repository metadata such as logs and reflogs. No evidence of network exfiltration, hardcoded credentials, or access to sensitive system files was found.
- [PROMPT_INJECTION] (SAFE): The instructions do not contain attempts to override agent behavior, bypass safety filters, or extract system prompts.
- [REMOTE_CODE_EXECUTION] (SAFE): No external dependencies are downloaded, and no remote scripts are executed. All operations are performed using local git commands.
Audit Metadata