← 返回 Skills 市场
Code Review
作者
JPaulGrayson
· GitHub ↗
· v1.0.0
2359
总下载
0
收藏
21
当前安装
1
版本数
在 OpenClaw 中安装
/install quack-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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quack-code-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/quack-code-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2359 次。
如何安装 Code Review?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quack-code-review」即可一键安装,无需额外配置。
Code Review 是免费的吗?
是的,Code Review 完全免费(开源免费),可自由下载、安装和使用。
Code Review 支持哪些平台?
Code Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Code Review?
由 JPaulGrayson(@jpaulgrayson)开发并维护,当前版本 v1.0.0。
推荐 Skills