ClawAudit verdict

openclaw-screen-viewer

screen-capture-hub

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

Local screen capture and OCR skill using Python PIL/pyautogui; executionSinkDetected reflects standard pip install and script invocation commands; no network exfiltration of screenshot data is present.

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

13
security
100
transparency
100
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

Pattern match high

References sudo — requests elevated privileges

INSTALL.md · code · sudo

Pattern match high

apt-get install — installs system packages

INSTALL.md · code · apt-get install

Pattern match medium

subprocess execution — runs system commands from Python

examples/run_examples.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

scripts/dependency_check.py · prose · downgraded · subprocess.run( "tesseract --version", shell=Tru

Pattern match medium

Uses exec() — may execute shell commands

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

Pattern match medium

os.system/popen — direct OS command execution

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

Pattern match low

Python os.environ.get — reads environment variable

scripts/install_tesseract.py · prose · downgraded · os.environ.get(

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.

package_install

Is this flag fair?

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