statistics-fundamentals
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides mathematical and statistical functions for financial analysis without any detected security risks.
- [SAFE]: Python implementation uses well-known, trusted libraries (numpy, scipy) for calculations.
- [SAFE]: No network access, credential hardcoding, or unsafe dynamic execution patterns were found in the analyzed files.
- [SAFE]: The Python script implements strong sanitization of inputs by casting return data to numeric arrays using
np.asarray(returns, dtype=float), which prevents non-numeric instruction injection into the mathematical logic.
Audit Metadata