zlib-download
Audited by Socket on Sep 17, 2026
3 alerts found:
SecurityAnomalyx2SUSPICIOUS. The core behavior matches the stated purpose, but install trust and data-flow integrity are weak: the skill depends on unofficial Z-Library access patterns and may forward Anna’s Archive credentials to community third-party tooling. Sensitive credential handling is proportionate to the task, yet the unverifiable backend/client provenance makes the overall security risk high.
No direct malicious behavior is evident in the provided script. The main supply-chain risk is that it downloads and installs an executable release without checksum or signature verification, and installs an unpinned Python dependency through pip. The script should be treated as requiring artifact provenance and integrity verification before use in production or automated environments.
The fragment appears to be a legitimate book-search and download wrapper rather than malware. It contains no clear data theft, persistence, sabotage, or obfuscated payload. Security concerns are plaintext credential/token storage, execution of a configurable external binary, module shadowing via sys.path modification, and an actionable path traversal risk in annas_download because the user-controlled filename is not sanitized or constrained to the download directory.