funding-basis-arbitrage
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill is a standard utility for basis arbitrage diagnostics. It uses local scripts to process market data and does not contain any suspicious logic or unauthorized access patterns.
- [INDIRECT_PROMPT_INJECTION]: The skill implements a data processing workflow that represents a theoretical ingestion surface for indirect prompt injection.
- Ingestion points: The
scripts/funding_basis_arbitrage_diagnostics.pyscript ingests data from user-supplied CSV files via command-line arguments. - Boundary markers: No specific boundary markers or delimiters are employed within the structured data processing logic.
- Capability inventory: The script is limited to reading local CSV files and writing summary results to a local JSON file specified by the user.
- Sanitization: The script performs data sanitization by coercing input columns to numeric types using
pd.to_numericand filtering timestamps, which effectively neutralizes potential string-based payloads within the numeric data streams.
Audit Metadata