code-review
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- General Security (SAFE): The skill is a collection of educational resources and local automation tools. All included scripts use standard libraries and perform analysis strictly on local files provided by the user.
- Static Analysis (SAFE): The
code-review-analyzer.pyscript uses Python'sastmodule to safely inspect code structure for quality issues and common security patterns like SQL injection. It does not execute the code it analyzes. - Command Execution (SAFE): Shell scripts included in the skill are restricted to basic file reading and string matching via
grep. There are no instances of privilege escalation or unsafe command concatenation. - Data Integrity (SAFE): No network operations or external dependencies are present, ensuring that analyzed code remains local and secure.
Audit Metadata