Caveat verdict
skill-security-scanner
skill-security-scanner-clean
A local static analysis scanner that detects dangerous patterns in skill code using a Python script; process_exec is used to run the scanner locally which matches the legitimate stated 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 (10)
Pipe to python — executes piped content as Python code
references/rules-reference.md · code · |
python
Uses eval() — can execute arbitrary code
SKILL.md · prose · downgraded · eval(
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
Uses exec() — may execute shell commands
SKILL.md · prose · downgraded · exec(
os.system/popen — direct OS command execution
SKILL.md · prose · downgraded · os.system(
Raw socket connection — low-level network access
SKILL.md · prose · downgraded · socket.connect(
References sudo — requests elevated privileges
references/rules-reference.md · prose · downgraded · sudo
setuid — privilege escalation mechanism
references/rules-reference.md · prose · downgraded · setuid
Python shutil file operation — copies/moves/deletes files
SKILL.md · prose · downgraded · shutil.rmtree(
Popular HTTP library — network access
references/rules-reference.md · 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.
process_exec Is this flag fair?
Thanks — recorded.