← Back to Skills Marketplace
Code Review
by
JPaulGrayson
· GitHub ↗
· v1.0.0
2359
Downloads
0
Stars
21
Active Installs
1
Versions
Install in OpenClaw
/install quack-code-review
Description
AI-powered code analysis via LogicArt — find bugs, security issues, and get logic flow visualizations. Use when reviewing code, analyzing code quality, findi...
Usage Guidance
This skill legitimately sends code to a remote analyzer (LogicArt). Before installing or using it, consider: only submit non-sensitive code (remove keys, passwords, and private data first); verify the destination (https://logic.art) and its privacy policy; test with small, harmless samples first; if you must analyze private repos, prefer a local/static analyzer or a service that supports private/authenticated uploads; monitor network activity if you want to ensure no unexpected data is being sent. If you need higher assurance, ask the publisher how they handle, store, and delete submitted code and whether they support on-prem or authenticated endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: quack-code-review
Version: 1.0.0
The skill is suspicious due to a Local File Inclusion (LFI) vulnerability in `scripts/analyze.mjs`. The script accepts a `--file` argument, which is directly used in `readFileSync` without sanitization, allowing an attacker (via prompt injection to the agent or direct execution) to read arbitrary local files. The content of these files is then exfiltrated by being sent to the external `https://logic.art/api/agent/analyze` endpoint, posing a significant data exfiltration risk. While the stated purpose is code analysis, the lack of input validation turns a legitimate function into a critical vulnerability.
Capability Assessment
Purpose & Capability
Name/description (code review via LogicArt) match the included script and SKILL.md: the script reads code or files and POSTs them to https://logic.art/api/agent/analyze for analysis. Requiring file reads and network calls is coherent with a remote code-analysis service.
Instruction Scope
SKILL.md and scripts instruct invoking the bundled script or curling the LogicArt API; the analyze.mjs will read any file path passed with --file and send its full contents to an external service. There is no warning about sensitive data or guidance to redact secrets before sending, so normal use could leak credentials or proprietary code.
Install Mechanism
No install spec; the skill is instruction-only with a single Node script. Nothing is downloaded from arbitrary URLs and no archive extraction occurs. Low installation risk.
Credentials
The skill requests no environment variables or credentials (which is consistent), but it performs unauthenticated POSTs of user code to a third-party endpoint. Lack of required credentials means the service may accept unauthenticated uploads — useful but increases risk of sensitive-data transmission without access controls.
Persistence & Privilege
always is false and there are no instructions to modify other skills, system-wide agent config, or persist credentials. The skill does not request elevated/persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quack-code-review - After installation, invoke the skill by name or use
/quack-code-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of code-review skill powered by LogicArt:
- Analyze code snippets or files for bugs, security issues, complexity, suggestions, and logic flow.
- API and CLI interface provided for flexible code analysis.
- Guidance on presenting results: prioritize critical bugs, show complexity, and include suggestions and logic flow.
- Options for scanning full repositories and integration with related skills like workflow-engine and quack-coordinator.
- Designed to trigger on typical code review and analysis phrases.
Metadata
Frequently Asked Questions
What is Code Review?
AI-powered code analysis via LogicArt — find bugs, security issues, and get logic flow visualizations. Use when reviewing code, analyzing code quality, findi... It is an AI Agent Skill for Claude Code / OpenClaw, with 2359 downloads so far.
How do I install Code Review?
Run "/install quack-code-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Code Review free?
Yes, Code Review is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Code Review support?
Code Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Code Review?
It is built and maintained by JPaulGrayson (@jpaulgrayson); the current version is v1.0.0.
More Skills