stochastic-calculus-sde
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs intended quantitative finance tasks without exhibiting malicious behavior. All scripts and references are internal to the skill package and use standard libraries.
- [INDIRECT_PROMPT_INJECTION]: The diagnostic script in
scripts/stochastic_calculus_sde_diagnostics.pyprocesses external CSV data, which represents a potential attack surface for indirect prompt injection. - Ingestion points: Data is ingested from an input CSV file in
scripts/stochastic_calculus_sde_diagnostics.pyusingpandas.read_csv. - Boundary markers: No explicit instructions are provided to the agent to disregard instructions within the data files.
- Capability inventory: The skill's capabilities are limited to statistical computation and local JSON file writing. There are no network, persistence, or dynamic execution capabilities.
- Sanitization: The script implements data sanitization by enforcing strict type conversion for all processed columns (
pd.to_numericandpd.to_datetimewitherrors='coerce'). This ensures that non-numeric or malformed date strings, which could contain injection payloads, are invalidated before calculation.
Audit Metadata