Code Reviewer

PassAudited by VirusTotal on May 4, 2026.

Overview

Type: OpenClaw Skill Name: eric-code-reviewer Version: 1.0.0 The 'eric-code-reviewer' skill is a standard automated code review tool designed to analyze code for quality, security, and performance. The SKILL.md file provides clear, helpful instructions for the AI agent to identify common vulnerabilities (like SQL injection and command injection) and follow language-specific best practices. There are no indicators of malicious intent, data exfiltration, or unauthorized execution; the use of 'git' is appropriate for its stated purpose of reviewing code changes.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may read your local code changes and, if you confirm, alter files in your working tree.

Why it was flagged

The skill permits local git inspection and optional local code modification, which is appropriate for code review but should remain user-directed.

Skill content
Git diff: "Review my uncommitted changes" → runs `git diff` ... The agent can: ... Apply changes directly (with confirmation)
Recommendation

Use it on intended repositories only, review any proposed patch before approval, and keep version control backups for easy rollback.