ClawAudit verdict

it-ops-toolkit

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

IT operations toolkit with Python scripts for network diagnostics, system monitoring, and log analysis using only standard library tools; executionSinkDetected reflects normal diagnostic script invocations, all consistent with the stated IT ops purpose.

⚠ 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.

18
security
90
transparency
90
maintenance

Findings (7)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

references/commands_reference.md · code · http://192.168.1.100

Pattern match high

Accesses .ssh directory

README.md · code · .ssh/

Pattern match medium

subprocess execution — runs system commands from Python

scripts/network_diag.py · prose · downgraded · subprocess.run(

Pattern match medium

os.system/popen — direct OS command execution

scripts/network_diag.py · prose · downgraded · os.system(

Pattern match medium

References sudo — requests elevated privileges

scripts/service_check.py · prose · downgraded · sudo

Pattern match medium

subprocess with shell=True — command injection vector

scripts/sys_monitor.py · prose · downgraded · subprocess.check_output('grep -c ^processor /proc/cpuinfo 2>/dev/null || echo 0'

Pattern match low

Python urllib.request — network access

scripts/network_diag.py · prose · downgraded · urllib.request

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.

Is this flag fair?

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