監査履歴
torch-geometric - 4 監査
監査バージョン 4
最新 安全Jan 17, 2026, 07:31 AM
All 777 static findings are false positives. The detected 'eval()' calls are legitimate PyTorch model.eval() methods for evaluation mode, not dynamic code execution. The 'external_commands' findings are markdown code blocks using backtick formatting. The 'weak cryptographic algorithm' flags are triggered by documentation mentioning algorithm names. The 'certificate/key files' flags misidentify error messages referencing TEMPLATES.keys(). No actual security threats identified in this legitimate PyTorch Geometric ML skill.
リスク要因
⚙️ 外部コマンド (4)
📁 ファイルシステムへのアクセス (2)
⚡ スクリプトを含む (3)
🌐 ネットワークアクセス (1)
監査バージョン 3
安全Jan 17, 2026, 07:31 AM
All 777 static findings are false positives. The detected 'eval()' calls are legitimate PyTorch model.eval() methods for evaluation mode, not dynamic code execution. The 'external_commands' findings are markdown code blocks using backtick formatting. The 'weak cryptographic algorithm' flags are triggered by documentation mentioning algorithm names. The 'certificate/key files' flags misidentify error messages referencing TEMPLATES.keys(). No actual security threats identified in this legitimate PyTorch Geometric ML skill.
リスク要因
⚙️ 外部コマンド (4)
📁 ファイルシステムへのアクセス (2)
⚡ スクリプトを含む (3)
🌐 ネットワークアクセス (1)
監査バージョン 2
安全Jan 12, 2026, 04:30 PM
The static analysis findings are false positives. The detected 'eval()' calls are legitimate PyTorch model.eval() methods for setting models to evaluation mode, not dynamic code execution. The 'external_commands' findings are markdown code blocks in documentation. No actual security threats were identified.
リスク要因
⚙️ 外部コマンド (507)
📁 ファイルシステムへのアクセス (60)
⚡ スクリプトを含む (8)
🌐 ネットワークアクセス (5)
監査バージョン 1
安全Jan 4, 2026, 05:21 PM
This skill contains documentation and utility Python scripts for PyTorch Geometric. The scripts perform model benchmarking, visualization, and template generation without credential access, environment harvesting, or suspicious network patterns. Dataset downloads use standard PyG APIs to public benchmarks only.