← 返回 Skills 市场
Pyx Scan
作者
Openclaw enthusiast
· GitHub ↗
· v1.1.0
833
总下载
4
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pyx-scan
功能描述
Check whether an AI agent skill is safe before installing or using it. Calls the PYX Scanner API to retrieve trust status, risk score, and safety recommendat...
安全使用建议
This skill simply asks the PYX Scanner service (https://scanner.pyxmate.com) about a skill identified as owner/name and formats the returned report. Before installing or relying on this skill, consider: 1) Do you trust the external PYX Scanner service and its privacy practices? The skill will make outbound requests to that domain for every check. 2) Avoid using it to scan private/internal skills if you don't want to share their owner/name with an external service. 3) The runtime has permission to run curl/WebFetch — if you prefer tighter controls, restrict network access or require explicit user confirmation before each check. 4) If the scanner returns UNSCANNED, CAUTION, or FAILED, follow your normal manual review processes (review source code, audit permissions) rather than relying solely on the automated verdict. The minor instruction inconsistency (fetch raw JSON vs. 'no raw JSON' reporting rule) is benign but you may want the skill author to clarify that the agent should fetch JSON then format it for users.
功能分析
Type: OpenClaw Skill
Name: pyx-scan
Version: 1.1.0
The skill is classified as suspicious due to a critical shell injection vulnerability in `SKILL.md`. User-controlled input (`owner` and `name` from `$ARGUMENTS`) is directly interpolated into a `curl` command without proper sanitization (Step 2). The `allowed-tools: Bash(curl *)` explicitly permits `curl` with arbitrary arguments, allowing an attacker to inject shell metacharacters and execute arbitrary commands on the agent's host system. While the stated purpose of checking skill safety is benign, this implementation flaw presents a significant remote code execution risk.
能力评估
Purpose & Capability
The skill's name and description match its behavior: it queries an external PYX Scanner API for a skill's safety data and formats the response. It does not request unrelated credentials, binaries, or system access.
Instruction Scope
Runtime instructions stay within the stated purpose (call the remote scanner and produce a formatted report). Minor inconsistency: Step 2's WebFetch prompt asks for the raw JSON 'exactly as-is', while Behavioral Rule #5 requires formatted markdown rather than raw JSON. This is explainable (fetch raw JSON, then format it locally) but worth noting. The skill does not instruct the agent to read local files or environment variables nor to transmit anything beyond the API request for owner/name.
Install Mechanism
No install spec and no code files — instruction-only skill. This is lowest-risk from an install perspective.
Credentials
No environment variables, credentials, or config paths are requested. The single external dependency is the PYX Scanner API endpoint, which is proportional to the claimed purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills' configs or require ongoing presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pyx-scan - 安装完成后,直接呼叫该 Skill 的名称或使用
/pyx-scan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Moved to public repo (github.com/fysoul17/pyx-scan)
v1.0.0
Agent skill safety checker — queries PYX Scanner API for trust status, risk
score, and safety verdicts
元数据
常见问题
Pyx Scan 是什么?
Check whether an AI agent skill is safe before installing or using it. Calls the PYX Scanner API to retrieve trust status, risk score, and safety recommendat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 833 次。
如何安装 Pyx Scan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pyx-scan」即可一键安装,无需额外配置。
Pyx Scan 是免费的吗?
是的,Pyx Scan 完全免费(开源免费),可自由下载、安装和使用。
Pyx Scan 支持哪些平台?
Pyx Scan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pyx Scan?
由 Openclaw enthusiast(@fysoul17)开发并维护,当前版本 v1.1.0。
推荐 Skills