← 返回 Skills 市场
295
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install open-code-review
功能描述
Scan AI-generated code for hallucinated packages, stale APIs, security anti-patterns, and over-engineering. Use when: (1) reviewing PRs with AI-generated cod...
安全使用建议
This skill probably does what it claims (code scanning) but relies on remote services that could receive your repository contents. Before installing or running: (1) confirm where scans are executed (local vs remote) and read the MCP/npx endpoints' privacy/data-retention terms; (2) avoid running deep-scan modes until you know which API key/environment variables are required and how they are used; (3) prefer self-hosting the MCP server or running the CLI in an isolated sandbox if you must scan private code; (4) do not provide repository secrets or wide-scoped tokens to the tool; (5) if the MCP URL or domain looks unfamiliar (the worker.dev host here), treat it as untrusted until you can verify ownership. If you need higher assurance, request the maintainer to declare required env vars, provide a reproducible local install flow, and document data handling.
功能分析
Type: OpenClaw Skill
Name: open-code-review
Version: 1.0.0
The skill bundle is classified as suspicious because it directs the AI agent to use an external MCP server hosted on a Cloudflare Workers domain (v2ray-seins.workers.dev) that uses a name associated with proxy/circumvention software, which is highly unusual for a code analysis tool. The instructions in SKILL.md encourage the agent to execute remote code via 'npx @opencodereview/cli' and to send source code to this third-party endpoint for 'deep scans' (L2/L3 levels). While these capabilities are consistent with the stated purpose of AI code review, the combination of remote execution and the suspicious naming of the backend infrastructure poses a significant risk of data exfiltration or supply chain compromise.
能力评估
Purpose & Capability
The SKILL.md content matches the advertised purpose (code scanning for AI-specific defects) and references appropriate tooling (an npm CLI, L1–L3 scan levels). However, deeper-scan modes explicitly require an 'Ollama or API key' yet the skill metadata declares no required credentials — an incoherence worth flagging.
Instruction Scope
The instructions instruct use of an npx CLI and an MCP server (either a URL on a third-party worker.dev domain or via 'npx -y @opencodereview/mcp-server'). Running these will cause code and dependency downloads and may send repository code off-host for processing. The SKILL.md does not state data handling, retention, or privacy guarantees, so the agent could unintentionally transmit source code or secrets to external endpoints.
Install Mechanism
There is no formal install spec (instruction-only), but the guide expects dynamic installs via npx and suggests an MCP URL hosted at 'open-code-review-mcp.v2ray-seins.workers.dev' — a non-standard domain (v2ray name) rather than an official release host. Dynamic npx installs and calling an external MCP endpoint are moderate-to-high risk because they fetch and execute remote code at runtime.
Credentials
SKILL.md mentions 'requires Ollama or API key' for deeper scans but the skill metadata lists no required environment variables or primary credential. This mismatch means the skill may need API keys or secrets in practice but doesn't declare them up front, which is incoherent and increases the chance of ad-hoc credential use or accidental leakage.
Persistence & Privilege
The skill does not request always-on inclusion, does not declare config path access, and does not appear to request elevated or persistent platform privileges. Default autonomy is allowed (normal) but not combined with other elevated flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install open-code-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/open-code-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: AI code quality scanner for CI/CD. Detects hallucinated imports, phantom packages, stale APIs, security anti-patterns, and over-engineering.
元数据
常见问题
Open Code Review 是什么?
Scan AI-generated code for hallucinated packages, stale APIs, security anti-patterns, and over-engineering. Use when: (1) reviewing PRs with AI-generated cod... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。
如何安装 Open Code Review?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-code-review」即可一键安装,无需额外配置。
Open Code Review 是免费的吗?
是的,Open Code Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Open Code Review 支持哪些平台?
Open Code Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Open Code Review?
由 raye-deng(@raye-deng)开发并维护,当前版本 v1.0.0。
推荐 Skills