code-reviewer-skill
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard development tools and git commands (e.g.,
git diff,npm run type-check,npx eslint) to analyze local code. These are routine operations within a developer workflow. - [SAFE]: The instructions explicitly guide the user to perform security audits, including checking for secret exposure, XSS, CSRF, and injection risks (OWASP Top 10).
- [SAFE]: No remote script downloads (e.g., curl|bash), unauthorized network operations, or hardcoded credentials were detected.
- [SAFE]: The skill includes a reference to a local script
node scripts/check-locale-parity.mjs, which is part of the project's internal structure for internationalization checks.
Audit Metadata