Skip to content

Security Policy

Victor Kaiuki edited this page Jun 16, 2026 · 1 revision

Security Policy

  • Never hardcode app_token in source control.
  • SODA2 Injection: SDK does not sanitize inputs to .where(), .market(), etc. Sanitize user input before passing to these methods.
  • Data Parsing: Always validate df.columns and df.dtypes of returned DataFrames before numerical analysis, as CFTC API schema may change.

Clone this wiki locally