rick-fix-as-review
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs several shell-based operations to manage the Git working tree and communicate with GitHub services.
- Evidence: Executes "git diff" for patch creation, "git checkout" and "rm" for state restoration, and "gh api" for remote data submission.
- Context: These commands are used to implement the core functionality of transitioning local edits to an external code review platform. The destructive file operations (reverting modifications) are a documented part of the workflow intended to return the repository to its baseline state.
- [SAFE]: No malicious patterns such as credential exfiltration, remote code execution from untrusted sources, or obfuscation were detected. All network operations are directed at official GitHub API endpoints.
Audit Metadata