web-scraper
Audited by Socket on Mar 1, 2026
1 alert found:
MalwareThis skill's stated purpose (fetch a URL and extract readable content) aligns with its described capabilities. I found no direct signs of malicious code in the provided description. However, there are legitimate supply-chain and operational risks: the script auto-installs unpinned Python packages at runtime (pip installs), accepts arbitrary URLs (SSRF/exfiltration risk if executed in a networked agent), and permits writing output to arbitrary file paths. These behaviors increase the security risk to users running the skill and should be mitigated by pinning dependencies, requiring explicit install steps or lockfiles, restricting network access or validating allowed domains, and sanitizing output paths. With those mitigations the skill would be low-risk for its intended purpose.