linear-solvers
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides utility scripts for numerical linear algebra, focusing on solver selection, conditioning analysis, and convergence diagnostics. All operations are local and mathematical in nature.
- [SAFE]: No network operations, credential harvesting, or remote code execution patterns were found. The skill does not attempt to access sensitive system files or establish external connections.
- [SAFE]: External data ingestion is limited to reading matrix files (NumPy
.npyor delimited text) for analysis. The scripts handle these inputs using standard libraries (NumPy) and do not perform dynamic execution of the loaded data. - [SAFE]: The skill uses
argparsefor command-line inputs, preventing common command injection vulnerabilities within the provided Python scripts.
Audit Metadata