volatility-skew-term-structure-trading
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected in this skill. The skill follows established best practices for data processing and diagnostics.
- [INDIRECT_PROMPT_INJECTION]: The skill includes a diagnostic script (
scripts/volatility_skew_term_structure_trading_diagnostics.py) that ingests external CSV data. - Ingestion points: The script reads user-provided files via
pd.read_csv. - Boundary markers: Not explicitly defined in the file format, but the data is parsed as structured numeric data.
- Capability inventory: The script is limited to mathematical summarization (mean, quantile, cumulative sums) and does not perform network operations, subprocess execution, or dynamic code evaluation.
- Sanitization: The script uses
pd.to_numeric(errors="coerce")andpd.to_datetime(errors="coerce")which safely handles malformed data by converting it to NaN rather than executing it.
Audit Metadata