Amazon Review Scraper
PassAudited by VirusTotal on Apr 2, 2026.
Findings (1)
The skill contains several high-risk vulnerabilities and behaviors. The main entry point `voc.sh` is vulnerable to shell injection because it passes unquoted variables ($SCRAPE_ARGS) to a python3 command, which could allow arbitrary code execution if parameters like the API token are manipulated. Additionally, `analyze.py` passes untrusted review data into the `claude` CLI using the `--dangerously-skip-permissions` flag, creating a high risk of indirect prompt injection. Finally, `scraper.py` performs unauthorized environment modification by automatically executing `pip install` to fetch dependencies.
