pytorch-lightning
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill contains instructional content and code templates for PyTorch Lightning. No malicious patterns, obfuscation, or unauthorized access attempts were detected.
- [DATA_EXFILTRATION] (SAFE): The skill mentions integration with experiment tracking platforms (Weights & Biases, MLflow, etc.). These are industry-standard network operations for machine learning and are used here for their primary intended purpose of metric logging.
- [INDIRECT_PROMPT_INJECTION] (SAFE): While the skill handles external data via DataModules, the surface is restricted to numerical tensor processing for model training.
- Ingestion points: Data loading methods (train_dataloader, val_dataloader) in
SKILL.md. - Boundary markers: N/A (Data is expected to be structured for neural network input).
- Capability inventory: File writing for model checkpoints and subprocess management for distributed training (DDP/DeepSpeed) as described in
SKILL.md. - Sanitization: N/A (Standard deep learning workflows handle tensors/arrays).
Audit Metadata