Caveat verdict
Playwright_OCR
playwright_ocr
Web data extraction combining Playwright with OCR to extract data from dynamic pages; optional cloud OCR API keys are user-provided and behavior matches stated extraction 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.
Permission integrity
package_install
Findings (6)
apt-get install — installs system packages
SKILL.md · code · apt-get install
References sudo — requests elevated privileges
SKILL.md · code · sudo
pip3 install — installs Python packages at runtime
SKILL.md · code · pip3 install
Uses exec() — may execute shell commands
scripts/extract_data.js · prose · downgraded · exec(
subprocess execution — runs system commands from Python
scripts/run_pipeline.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/run_pipeline.py · prose · downgraded · subprocess.run(cmd, shell=True
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 2 system binaries.
package_install Is this flag fair?
Thanks — recorded.