scrollcraft
Audited by Socket on Aug 22, 2026
1 alert found:
AnomalyNo overt malicious/backdoor behavior is evident in the provided file (no eval/exec, no persistence, no stealthy activity). However, the module implements an explicit local-file upload (base64 exfiltration) capability to a hardcoded third-party endpoint whenever local paths are supplied, and it performs unvalidated downloading from API-returned URLs and arbitrary file writes to a user-provided output path. The security posture is therefore dominated by data-exfiltration and operational misuse risk rather than by clear malware. Careful trust-model review and input/output validation (file allowlists/size limits, URL allowlisting, safer output path handling) are recommended for supply-chain scenarios.