event-prospecting
Audited by Socket on May 18, 2026
1 alert found:
AnomalyThis module is mainly a web-scraping/extraction CLI that writes scraped people/company data to local files. It shows no clear evidence of classic malware (credential theft, persistence, crypto-mining, or direct data exfiltration) within the provided code. However, it uses a high-sensitivity pattern: it invokes an external 'browse' binary and passes a dynamically generated JavaScript payload to browse('eval', ...), while both navigation (recon.url) and extraction behavior (recon.nextDataPaths) are driven by unvalidated recon.json. If recon.json or recon.url can be influenced by an attacker, this can materially increase risk via arbitrary target navigation and powerful page-context evaluation. Additionally, the resolveImage snippet appears truncated/malformed, suggesting a robustness issue.