A security scanner that detects malicious Pickle files by analyzing the bytecode for suspicious operations like arbitrary code execution, file I/O, and import of dangerous modules. Version 1.0.4, released monthly.
pip install picklescanVerified import paths — ran on the pinned version, not inferred.
Scan a pickle file for malicious opcodes.
Always verify the source of pickle files and use sandboxing if possible.
Use the documented CLI or the official `scan_pickle_file` / `scan_pytorch_file` functions.
Update to the latest version regularly and combine with other security measures.
No dependency data recorded yet.