pytorch-core
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Standard AI Workflows (SAFE): The skill implements standard machine learning practices using the PyTorch framework. The Python script (
scripts/pytorch-core_tool.py) demonstrates model initialization, a basic training loop, and loss calculation using standardtorchlibraries. - Subprocess Execution (SAFE): The Node.js script (
scripts/pytorch-core_tool.js) useschild_process.spawnto execute its own internal Python script. It uses a hardcoded path and does not incorporate external or untrusted input into the command line, preventing command injection. - External Dependencies (SAFE): The skill depends on
torch,torchvision, andnumpy. These are well-established, industry-standard libraries for data science and AI. - No Malicious Patterns (SAFE): No evidence of prompt injection, data exfiltration, obfuscation, or persistence mechanisms was found across the provided files.
Audit Metadata