← Back to Skills Marketplace
neckr0ik

Neckr0ik Security Scanner

by Neckr0ik · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
268
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install neckr0ik-security-scanner
Description
Security audit tool for OpenClaw skills. Scans skill directories for common vulnerabilities including hardcoded secrets, unsafe shell commands, prompt inject...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install neckr0ik-security-scanner
  3. After installation, invoke the skill by name or use /neckr0ik-security-scanner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug neckr0ik-security-scanner
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Neckr0ik Security Scanner?

Security audit tool for OpenClaw skills. Scans skill directories for common vulnerabilities including hardcoded secrets, unsafe shell commands, prompt inject... It is an AI Agent Skill for Claude Code / OpenClaw, with 268 downloads so far.

How do I install Neckr0ik Security Scanner?

Run "/install neckr0ik-security-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Neckr0ik Security Scanner free?

Yes, Neckr0ik Security Scanner is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Neckr0ik Security Scanner support?

Neckr0ik Security Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Neckr0ik Security Scanner?

It is built and maintained by Neckr0ik (@neckr0ik); the current version is v1.0.0.

💬 Comments