torch-geometric
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and developer utilities for Graph Neural Networks using PyTorch Geometric (PyG).
- [EXTERNAL_DOWNLOADS]: Installation instructions reference official wheel indices from the PyTorch Geometric domain (data.pyg.org), which is a trusted service for this library.
- [COMMAND_EXECUTION]: Utility scripts for graph visualization and model benchmarking use established scientific libraries (Matplotlib, NetworkX) and perform local computations without suspicious behavior.
- [REMOTE_CODE_EXECUTION]: The template generation script (create_gnn_template.py) produces boilerplate code from predefined internal templates based on user selection, which is a standard development utility.
- [PROMPT_INJECTION]: The skill facilitates loading graph data from external CSV files and benchmark datasets. While this involves ingesting untrusted data without explicit boundary markers or sanitization, the data is processed as tensors for mathematical operations rather than as instructions for the agent, posing no indirect prompt injection risk.
Audit Metadata