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 standard torch libraries.
  • Subprocess Execution (SAFE): The Node.js script (scripts/pytorch-core_tool.js) uses child_process.spawn to 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, and numpy. 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
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:48 PM