← 返回 Skills 市场
neckr0ik

Neckr0ik Security Scanner

作者 Neckr0ik · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
268
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install neckr0ik-security-scanner
功能描述
Security audit tool for OpenClaw skills. Scans skill directories for common vulnerabilities including hardcoded secrets, unsafe shell commands, prompt inject...
安全使用建议
This skill appears to be a legitimate local security scanner. Before installing or running it: (1) Review the audit.py source yourself to confirm it does not perform network requests that would exfiltrate reports (the provided code appears to only scan files, but a final truncated section should be inspected); (2) note the claw.json name mismatch ("skillguard") — ask the author if that concerns you; (3) run the tool locally on a non-production copy of skill directories to see its output and ensure reports are stored locally (or explicitly review where --format outputs are written) before using it in CI; (4) if you will let an agent invoke it autonomously, be comfortable with the agent reading installed-skill files (it will scan potentially sensitive repos and configuration files). If you want extra assurance, run it in an isolated environment (container/VM) and grep the code for any network calls or subprocess invocations that could contact external domains.
功能分析
Type: OpenClaw Skill Name: neckr0ik-security-scanner Version: 1.0.0 The neckr0ik-security-scanner is a legitimate static analysis tool designed to audit OpenClaw skills for security vulnerabilities. The core logic in scripts/audit.py uses regular expressions to detect hardcoded secrets, shell injection risks, and suspicious network activity, while the documentation in the references/ directory provides helpful remediation advice. No evidence of data exfiltration, malicious execution, or prompt injection attacks was found; the tool functions exactly as described in its manifest and documentation.
能力评估
Purpose & Capability
Name/description (security audit) align with the included audit.py and documentation. One minor inconsistency: claw.json lists the internal name "skillguard" while the registry lists "neckr0ik-security-scanner" — likely a naming/packaging mismatch but not by itself a security concern.
Instruction Scope
SKILL.md instructs the agent/user to run the included audit tool against a skill folder or the installed-skills directory (~/.openclaw/skills/). Reading installed skill files is exactly what a scanner must do. The docs explicitly note self-scan will flag example patterns. The scanner skips .md files and some example/doc heuristics (which could miss secrets in docs), but that is an implementation detail rather than malicious scope creep.
Install Mechanism
No install spec; this is essentially an instruction + bundled script (python). That is low risk—no external installers, downloads, or archive extraction are declared.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The audit script inspects files on disk (the expected behavior) but does not declare or require secrets. There is no evidence it needs unrelated credentials.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or claim to modify other skills. disable-model-invocation is default (agent may invoke autonomously), which is normal — combine with the fact it performs local file reads, not network exfiltration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install neckr0ik-security-scanner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /neckr0ik-security-scanner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of neckr0ik-security-scanner. - Scans OpenClaw skill directories for critical, high, and medium security issues - Detects hardcoded secrets, shell injection, code execution, prompt injection, and more - Provides CLI commands for single-skill and batch audits - Generates security reports in JSON, Markdown, and summary formats - Includes CI/CD integration instructions and recommended security patterns - Documents remediation steps and references for skill publishing best practices
元数据
Slug neckr0ik-security-scanner
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Neckr0ik Security Scanner 是什么?

Security audit tool for OpenClaw skills. Scans skill directories for common vulnerabilities including hardcoded secrets, unsafe shell commands, prompt inject... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 268 次。

如何安装 Neckr0ik Security Scanner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install neckr0ik-security-scanner」即可一键安装,无需额外配置。

Neckr0ik Security Scanner 是免费的吗?

是的,Neckr0ik Security Scanner 完全免费(开源免费),可自由下载、安装和使用。

Neckr0ik Security Scanner 支持哪些平台?

Neckr0ik Security Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Neckr0ik Security Scanner?

由 Neckr0ik(@neckr0ik)开发并维护,当前版本 v1.0.0。

💬 留言讨论