Skip to main content

torch

Facilitates building and training neural networks using PyTorch with automatic differentiation and tensor utilities.

Install this skill

or
42/100

Security score

The torch skill was audited on Mar 1, 2026 and we found 6 security issues across 2 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

high line 89

Eval function call - arbitrary code execution

SourceSKILL.md
89model.eval()
high line 143

Eval function call - arbitrary code execution

SourceSKILL.md
143model.eval()
critical line 155

Eval function call - arbitrary code execution

SourceSKILL.md
155* `torch.jit.trace` captures tensor ops executed for given examples; prefer `model.eval()` for stable tracing.
low line 436

External URL reference

SourceSKILL.md
436- [Homepage](https://pytorch.org)
low line 438

External URL reference

SourceSKILL.md
438- [Documentation](https://pytorch.org/docs)
low line 440

External URL reference

SourceSKILL.md
440- [Forum](https://discuss.pytorch.org)
Scanned on Mar 1, 2026
View Security Dashboard