Caveat verdict

neckr0ik-security-scanner

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Security audit tool that scans local skill directories for vulnerabilities; process_exec capability is for running the audit CLI locally, and the content only demonstrates pattern detection with no exfiltration or malicious behavior.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
80
transparency
90
maintenance

Findings (8)

Pattern match critical

Uses eval() — can execute arbitrary code

references/remediation.md · code · eval(

Pattern match critical

Possible hardcoded credential

SKILL.md · code · api_key = "sk-abc123def456...

Pattern match high

Uses exec() — may execute shell commands

references/vulnerabilities.md · code · exec(

Pattern match high

os.system/popen — direct OS command execution

SKILL.md · code · os.system(

Pattern match high

subprocess execution — runs system commands from Python

references/remediation.md · code · subprocess.run(

Pattern match high

subprocess with shell=True — command injection vector

references/remediation.md · code · subprocess.run(f"echo {safe_input}", shell=True

Pattern match medium

Python os.environ.get — reads environment variable

SKILL.md · code · os.environ.get(

Pattern match low

Popular HTTP library — network access

scripts/audit.py · prose · downgraded · axios

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

credential_accessprocess_exec

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API