code-reviewer
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or unauthorized behaviors were detected. The skill's use of the
Bashtool to executegit,npm test, andnpm run lintis typical for automated code auditing and development workflows. - [PROMPT_INJECTION]: The skill exhibits an inherent attack surface for indirect prompt injection because it ingests and processes untrusted code changes from external repositories.
- Ingestion points: Code changes identified via
git diffand content accessed through theReadtool inSKILL.md. - Boundary markers: Absent; the instructions do not explicitly tell the agent to ignore instructions embedded within the code being reviewed.
- Capability inventory: Includes the
Bashtool, which is used to run project-level scripts likenpm testandnpm run lintinSKILL.md. - Sanitization: None; the skill evaluates implementation details in their raw format to provide accurate feedback.
Audit Metadata