Neckr0ik Security Scanner

ReviewAudited by ClawScan on May 10, 2026.

Overview

The visible artifacts show a coherent local security scanner, but users should remember that its reports may include snippets from files, including detected secrets.

This appears safe to use as a local, user-invoked security scanner. Only run it on directories you intend to audit, and protect its output because reports may contain snippets of real secrets found in scanned files. Also verify the exact command or script path before use because the artifacts do not include a full install specification.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Running the batch mode may read and summarize many locally installed skill files.

Why it was flagged

The skill can scan all installed OpenClaw skills, which means it reads a broad local skill directory. This is expected for a security audit tool, but users should be aware of the scope.

Skill content
skill-security-audit audit-all

Scans `~/.openclaw/skills/` and reports on all installed skills.
Recommendation

Use single-skill scans when possible, and run audit-all only when you intend to review all installed skills.

What this means

Security reports could expose actual credentials found in scanned files if the reports are shared, logged, or committed.

Why it was flagged

For detected secrets and other vulnerabilities, the scanner includes a source-code snippet in the result. If a real API key or password is found, that secret may appear in terminal, JSON, Markdown, or CI output.

Skill content
code_snippet=line.strip()[:200]
Recommendation

Treat audit reports as sensitive, avoid publishing raw JSON/Markdown results, and consider redacting detected secret values before sharing.

What this means

The documented command may not be automatically installed or may require manual execution of the included Python script.

Why it was flagged

The skill includes a script and documents CLI-style commands, but the registry metadata does not define an install mechanism. This may make setup and command provenance less clear.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Verify how the command is invoked in your environment, and prefer running the included script directly from the reviewed skill directory if needed.