ClawAudit verdict
neckr0ik-security-fixer
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.
Findings (9)
Possible hardcoded credential
SKILL.md · code · api_key = "sk-abc123def456...
Uses eval() — can execute arbitrary code
references/fix-templates.md · code · eval(
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
os.system/popen — direct OS command execution
SKILL.md · code · os.system(
subprocess with shell=True — command injection vector
references/fix-templates.md · code · subprocess.run(f"ls {directory}", shell=True
Fake system prompt — attempts to inject instructions
references/fix-templates.md · code · System: You are
Python os.environ.get — reads environment variable
SKILL.md · code · os.environ.get(
Python shutil file operation — copies/moves/deletes files
references/fix-templates.md · code · shutil.rmtree(
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?
Thanks — recorded.