Caveat verdict
security-auditor
klemenska-security-auditor
Security auditing tool that scans installed skills locally using Python scripts; no network calls or credential exfiltration, behavior matches the stated security audit purpose.
⚠ 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/rules.md · code · eval(
Accesses .ssh directory
references/rules.md · code · .ssh/
os.system/popen — direct OS command execution
references/rules.md · code · os.system(
subprocess execution — runs system commands from Python
references/rules.md · code · subprocess.run(
subprocess with shell=True — command injection vector
references/rules.md · code · subprocess.run(f"ls {directory}", shell=True
Uses exec() — may execute shell commands
references/rules.md · code · exec(
Accesses cloud provider credentials
SKILL.md · prose · downgraded · ~/.aws
POSTs data to external URL
references/rules.md · code · .post("https://
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?
Thanks — recorded.