Code Reviewer

PassAudited by ClawScan on May 4, 2026.

Overview

This is a straightforward code-review instruction skill that may inspect local git changes and can apply fixes only after user confirmation.

This skill appears safe for normal code-review use. Before installing, be aware that it may inspect local files or git diffs you provide, and only approve direct changes after reading the proposed edits. Do not use it with proprietary or sensitive code unless you are comfortable with the agent reviewing that code.

Findings (1)

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.