← 返回 Skills 市场
SkillGuard Security Scanner
作者
Jonathanliu811026
· GitHub ↗
· v0.1.0
· MIT-0
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-guard-security
功能描述
Security auditing for OpenClaw agent skills. Scans skills for dangerous patterns, vulnerable dependencies, and suspicious behaviors before installation.
安全使用建议
This skill is an instruction-only wrapper that tells you to run an external npm tool (npx skillguard-audit) rather than providing its own scanner. That means installing or invoking it will download and execute code from the npm registry — a supply-chain and execution risk. Before using it: (1) prefer a skill that includes its scanner code or a verified source URL; (2) ask the publisher for the npm package name, repository link, and a release checksum; (3) inspect the npm package source or run it in a sandboxed environment (isolated container) if you must use it; (4) do not run its 'serve' command on production hosts; and (5) be cautious about granting any credentials or opening network ports. If the author can provide a hosted repository (GitHub release) or include the scanner implementation in the skill bundle, that would reduce the concern.
功能分析
Type: OpenClaw Skill
Name: skill-guard-security
Version: 0.1.0
The skill bundle contains no functional code, only documentation (SKILL.md) that instructs the agent to execute an external package via 'npx skillguard-audit'. This approach is suspicious as it encourages the agent to perform remote code execution (RCE) by fetching and running unverified third-party code from a registry, which is a high-risk supply chain behavior, especially for a tool claiming to provide security auditing.
能力评估
Purpose & Capability
Name and description claim a security scanner and the runtime instructions describe appropriate scanning features. However, the package contains no scanner implementation and instead tells users/agents to run 'npx skillguard-audit', so the actual capability would come from an external npm package rather than the skill bundle itself — this is plausible but not documented in metadata and creates a provenance gap.
Instruction Scope
SKILL.md instructs running 'npx skillguard-audit' (CLI and server) and auditing local skill folders. Those commands will fetch and execute remote code at runtime and may access local filesystem paths (e.g., './my-skill') and network ports (serve --port 3402). The instructions also reference a file (CLAWHUB_INTEGRATION.md) that is not present in the manifest. The instructions do not list required credentials but would likely need network access and possibly ClawHub access in practice.
Install Mechanism
There is no install spec and no code in the bundle, but the instructions rely on npx which dynamically downloads and executes code from the npm registry. That runtime download is a high-risk install mechanism (supply-chain execution) that is not declared or constrained by the skill metadata.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is nothing requesting unrelated secrets in the provided metadata or SKILL.md. That said, the external tool it instructs you to run could require credentials — but this is not declared here.
Persistence & Privilege
The skill does not request 'always: true' and has no install-time persistence. Autonomous invocation is allowed (platform default) but not amplified by additional privileges in the skill metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-guard-security - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-guard-security触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of skillguard: security auditing for OpenClaw agent skills.
- Scans skills for dangerous code patterns, filesystem risks, and network vulnerabilities before installation.
- Supports both CLI and API server modes for auditing.
- Provides clear verdicts: SAFE, CAUTION, or DANGEROUS, with detailed risk breakdowns.
- Integrates with ClawHub for streamlined skill auditing.
- Outputs machine-readable reports for programmatic review.
元数据
常见问题
SkillGuard Security Scanner 是什么?
Security auditing for OpenClaw agent skills. Scans skills for dangerous patterns, vulnerable dependencies, and suspicious behaviors before installation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 SkillGuard Security Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-guard-security」即可一键安装,无需额外配置。
SkillGuard Security Scanner 是免费的吗?
是的,SkillGuard Security Scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SkillGuard Security Scanner 支持哪些平台?
SkillGuard Security Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SkillGuard Security Scanner?
由 Jonathanliu811026(@jonathanliu811026)开发并维护,当前版本 v0.1.0。
推荐 Skills