Caveat verdict
neckr0ik-security-scanner
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.
Findings (8)
Uses eval() — can execute arbitrary code
references/remediation.md · code · eval(
Possible hardcoded credential
SKILL.md · code · api_key = "sk-abc123def456...
Uses exec() — may execute shell commands
references/vulnerabilities.md · code · exec(
os.system/popen — direct OS command execution
SKILL.md · code · os.system(
subprocess execution — runs system commands from Python
references/remediation.md · code · subprocess.run(
subprocess with shell=True — command injection vector
references/remediation.md · code · subprocess.run(f"echo {safe_input}", shell=True
Python os.environ.get — reads environment variable
SKILL.md · code · os.environ.get(
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?
Thanks — recorded.