Missing User Warnings
Medium
- Confidence
- 97% confidence
- Finding
- The skill explicitly recommends pickle as a format for saving arrays without warning that pickle is unsafe for untrusted data. In practice, users often pair save/load guidance together, and normalizing pickle in documentation can lead to later unsafe deserialization, which may enable arbitrary code execution when malicious pickle files are loaded.
