ClawAudit verdict
openclaw-screen-viewer
screen-capture-hub
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.
Permission integrity
package_install
Findings (7)
References sudo — requests elevated privileges
INSTALL.md · code · sudo
apt-get install — installs system packages
INSTALL.md · code · apt-get install
subprocess execution — runs system commands from Python
examples/run_examples.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/dependency_check.py · prose · downgraded · subprocess.run(
"tesseract --version",
shell=Tru
Uses exec() — may execute shell commands
scripts/setup.py · prose · downgraded · exec(
os.system/popen — direct OS command execution
scripts/test_ocr.py · prose · downgraded · os.system(
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?
Thanks — recorded.