Pangolinfo Scrape (Legacy)
PassAudited by VirusTotal on May 18, 2026.
Findings (1)
The skill bundle provides a legitimate Python client and documentation for interacting with Pangolin's Google SERP and Amazon scraping APIs. The core script, `scripts/pangolinfo.py`, uses only Python standard libraries to perform authenticated requests to the official API endpoint (scrapeapi.pangolinfo.com). It handles sensitive credentials (PANGOLIN_EMAIL/PASSWORD) and tokens appropriately, including secure local caching in `~/.pangolin_token` with restricted file permissions (0o600). No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
