Ecommerce Scraper
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill bundle is classified as suspicious due to two main vulnerabilities: the use of `--no-sandbox` in Playwright browser launches across `scripts/api_discovery.py`, `scripts/scrape.py`, and `scripts/scrape_v2.py`, which weakens browser sandboxing protections; and the local storage of authentication cookies in plain JSON format (`data/cookies.json`) by `scripts/scrape_v2.py`, which poses a risk of credential exposure if the local system is compromised. While these are significant security flaws, there is no evidence of intentional malicious behavior such as data exfiltration to external servers or backdoor installation.
