Context-Inappropriate Capability
High
- Confidence
- 98% confidence
- Finding
- This workflow explicitly deserializes a PyTorch model object from an untrusted, freshly downloaded repository using `torch.load(..., weights_only=False)`. PyTorch pickle-based deserialization can execute attacker-controlled code during loading, so a malicious repository can achieve arbitrary code execution on the analyst's machine under the guise of model evaluation.
