ClawAudit verdict
lightpanda-scraper
The skill uses a headless browser for web scraping and has options to execute arbitrary JavaScript on the page, which could be used for malicious purposes. However, this capability is used for legitimate web scraping purposes.
⚠ 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
network_out
Findings (5)
subprocess execution — runs system commands from Python
scripts/lp-scrape.py · prose · downgraded · subprocess.run(
HTTP request to bare IP address — common in malicious payloads
scripts/lp-scrape.py · prose · downgraded · http://127.0.0.1
os.system/popen — direct OS command execution
scripts/lp-scrape.py · prose · downgraded · os.execv(
Opens WebSocket connection
scripts/lp-scrape.py · prose · downgraded · websocket
Python urllib.request — network access
scripts/lp-scrape.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
Requires 1 system binary.
network_outnetwork_in Is this flag fair?
Thanks — recorded.