Code Review Engine

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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 local code or diffs that could contain proprietary code or secrets.

Why it was flagged

The skill is expected to inspect local repository state or files to perform code review. This is purpose-aligned, and no destructive or write commands are shown.

Skill content
Review the staged changes in this repo
Recommendation

Use it only on repositories, files, and diffs you intend the agent to review, and avoid including unrelated sensitive files.

What this means

If used with an authenticated GitHub account, the agent may access PRs or repository data available to that account.

Why it was flagged

Using the GitHub CLI may rely on the user's existing GitHub authentication and repository permissions. That is expected for PR review, but it can expose private repository content to the reviewing agent.

Skill content
**GitHub & local git integration** — works with `gh` CLI or raw diffs
Recommendation

Confirm the active GitHub account and repository before use, and prefer least-privilege access for automated review workflows.

What this means

If scheduled, the skill could repeatedly review new PRs without a separate prompt for each PR.

Why it was flagged

The README describes possible scheduled, recurring operation. No persistence mechanism or automatic installation is shown, and SKILL.md indicates auto_trigger is false, so this appears to require user configuration.

Skill content
**Heartbeat/cron ready** — auto-review new PRs on a schedule
Recommendation

Only enable scheduling with explicit repo scope, clear frequency, and review/notification controls.

What this means

It is harder to verify the publisher's source history or compare future updates.

Why it was flagged

The registry metadata does not provide a source repository or homepage for independent provenance review. The skill is instruction-only, which limits install-time supply-chain risk.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you trust the registry publisher, and re-check the skill instructions after updates.