code-review
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implementation consists of markdown-based instructions and profiles for code auditing. It does not contain any executable code, network operations, or data exfiltration vectors. All scripts provided are for local reference validation (
scripts/validate-references.sh) and use safe shell practices likeset -euo pipefail. The skill correctly scopes its operations to the local git repository usinggit rev-parse --git-dirand does not attempt to access sensitive system files or credentials. The use of--fixis gated by a requirement for the user to be in a git repository and specifically targets session-modified files, minimizing accidental system-wide changes.
Audit Metadata