option-spreads-combinations

Pass

Audited by Gen Agent Trust Hub on Sep 3, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes external data provided via CSV files which represents a potential attack surface.
  • Ingestion points: The scripts/option_spreads_combinations_diagnostics.py script reads data from an input.csv file.
  • Boundary markers: The script does not use specific delimiters or instructions to ignore embedded content, relying instead on schema validation.
  • Capability inventory: The skill uses file reading (pd.read_csv) and file writing (open().write()) to generate diagnostic artifacts.
  • Sanitization: The script employs pd.to_numeric and pd.to_datetime with errors='coerce', which ensures that only valid numeric and date data are used in calculations, effectively filtering out unexpected string-based content.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 3, 2026, 08:45 AM
Security Audit — agent-trust-hub — option-spreads-combinations