← Back to Skills Marketplace
michealxie001

OpenClaw Code Review

by michealxie001 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
98
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-code-review
Description
Automated code review assistant. Analyzes code changes, PRs, and files for quality issues, best practices, security concerns, and style violations. Provides...
Usage Guidance
Things to check before installing/using: - Inspect the rest of scripts/analyzer.py (the file was truncated in the bundle you provided). Look specifically for any of: network libraries (requests, urllib, socket, http.client, ftplib), subprocess or os.system calls that call curl/wget/nc, hardcoded remote endpoints, base64/exec/eval of downloaded data, or code that reads files outside the repository (e.g., /etc, home directory). If any are present, treat as high risk. - Confirm there are no commands that automatically POST or upload review reports to an external server (search for 'http', 'https', 'upload', 'post', 'requests', 'urllib', 'socket'). The roadmap mentions "PR 评论自动发布" but that feature is not implemented in SKILL.md; ensure it isn't implemented hidden in analyzer.py. - Since the tool reads repository files, avoid running it on repos that contain secrets or production credentials until you've verified it does not exfiltrate data. Run it first on a disposable/sandbox repo. - Because there's no source/homepage or owner reputation, prefer to run the code in a restricted environment (container or ephemeral VM) and/or vendor-lock it into your CI (so you control when it runs and which files it can access). - If you plan to add the pre-commit hook or CI workflow, update the hook path and review the hook/CI snippet to ensure it doesn't accidentally write credentials or outputs to public artifacts. Consider limiting the tool's scope (file globs) so it doesn't scan sensitive directories. - If you want higher assurance, ask the publisher for the full repository or verify with a reproducible build. If you cannot obtain the rest of analyzer.py source, do not run this on sensitive projects. If you share the full contents of scripts/analyzer.py (unsuppressed), I can re-check for network calls, obfuscated code, and any other red flags and raise the confidence of this assessment.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-code-review Version: 1.0.0 The code-review skill bundle is a legitimate static analysis tool designed to identify quality, style, and security issues in Python and JavaScript code. It uses standard libraries (ast, re, subprocess) to perform checks for cyclomatic complexity, hardcoded secrets, and dangerous functions like eval(), and integrates with local Git commands to analyze staged changes or specific commits (scripts/analyzer.py, scripts/main.py). No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md commands, and the two Python scripts (main.py and analyzer.py) are coherent: they implement a local code review tool (file/staged/commit/diff) and Git integration. No unexpected services or credentials are requested.
Instruction Scope
SKILL.md instructs the agent/user to run the bundled scripts against repo files, staged changes, or commits — that matches the main.py behavior. This necessarily gives the tool read access to repository files (expected), and SKILL.md suggests adding hooks/CI calls that will run the script in CI. However analyzer.py source in the submission was truncated, so I couldn't fully verify it doesn't read unrelated system files or transmit data externally.
Install Mechanism
No install spec and no external downloads; this is an instruction+script bundle that runs as a local Python program. That is low risk compared to bundles that fetch remote code.
Credentials
The skill declares no required env vars or credentials and main.py/analyzer.py (visible portions) do not reference secrets or external credentials. The tool will read repository files (normal for a linter/analyzer).
Persistence & Privilege
always:false and user-invocable; the skill does not request persistent platform privileges. The SKILL.md suggests placing a pre-commit hook or CI step (user action) — normal for this category.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-code-review
  3. After installation, invoke the skill by name or use /openclaw-code-review
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Automated code review with AST analysis, security detection, and Git integration
Metadata
Slug openclaw-code-review
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is OpenClaw Code Review?

Automated code review assistant. Analyzes code changes, PRs, and files for quality issues, best practices, security concerns, and style violations. Provides... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install OpenClaw Code Review?

Run "/install openclaw-code-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Code Review free?

Yes, OpenClaw Code Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Code Review support?

OpenClaw Code Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Code Review?

It is built and maintained by michealxie001 (@michealxie001); the current version is v1.0.0.

💬 Comments