numerical-stability
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's functionality is limited to numerical analysis and mathematical validation. No malicious patterns or behaviors were detected.
- [PROMPT_INJECTION]: The skill instructions and documentation were reviewed for override commands and bypass patterns; none were found.
- [EXTERNAL_DOWNLOADS]: The skill's only external dependency is the trusted NumPy library. No unverified remote code is downloaded or executed.
- [REMOTE_CODE_EXECUTION]: Calculations are performed locally using standard scientific library functions. No dynamic code execution (eval/exec) or unsafe data loading was observed.
- [DATA_EXFILTRATION]: No network-capable commands or sensitive file access patterns were identified.
- [SAFE]: Potential surfaces for indirect prompt injection were examined in scripts reading external files (scripts/matrix_condition.py and scripts/stiffness_detector.py). Data ingestion points are limited to numerical matrix parsing. Boundary markers are not utilized for this data type. Capabilities are restricted to local linear algebra operations, and sanitization is ensured by standard NumPy parsing.
Audit Metadata