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.pyscript reads data from aninput.csvfile. - 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_numericandpd.to_datetimewitherrors='coerce', which ensures that only valid numeric and date data are used in calculations, effectively filtering out unexpected string-based content.
Audit Metadata