ClawAudit verdict

neckr0ik-security-fixer

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Security fixer tool that applies documented code fixes replacing hardcoded secrets with env vars; process_exec capability matches the stated auto-fix purpose with no exfiltration.

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

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

0
security
80
transparency
90
maintenance

Findings (9)

Pattern match critical

Possible hardcoded credential

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

Pattern match critical

Uses eval() — can execute arbitrary code

references/fix-templates.md · code · eval(

Pattern match high

subprocess execution — runs system commands from Python

SKILL.md · code · subprocess.run(

Pattern match high

os.system/popen — direct OS command execution

SKILL.md · code · os.system(

Pattern match high

subprocess with shell=True — command injection vector

references/fix-templates.md · code · subprocess.run(f"ls {directory}", shell=True

Pattern match high

Fake system prompt — attempts to inject instructions

references/fix-templates.md · code · System: You are

Pattern match medium

Python os.environ.get — reads environment variable

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

Pattern match medium

Python shutil file operation — copies/moves/deletes files

references/fix-templates.md · code · shutil.rmtree(

Pattern match medium

Uses exec() — may execute shell commands

scripts/fixer.py · prose · downgraded · exec(

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