code-review
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- Instructional Content: The skill consists entirely of markdown-based checklists and best practices designed to guide a developer or agent through a code review process. It does not contain executable scripts or automation that could interact with the host system.
- FFI and Memory Safety Guidance: The checklists specifically include instructions for improving security and stability in lower-level code, such as mandatory use of
catch_unwindat FFI boundaries and avoidingunsafeblocks without documented safety justifications. - Deterministic Logic Promotion: It encourages the use of deterministic data structures and algorithms, which helps prevent subtle bugs and race conditions in complex systems.
- No External Dependencies: The skill does not perform network operations, download external packages, or reference untrusted remote resources, operating entirely within the context of the review task.
Audit Metadata