multi-asset-execution-strategies
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local data analysis on execution data. The Python script
scripts/multi_asset_execution_strategies_diagnostics.pyuses the standardpandaslibrary to calculate means, standard deviations, and quantiles for financial metrics like slippage and latency. It does not interact with the network or access sensitive system files. - [SAFE]: No obfuscation, prompt injection, or persistence mechanisms were detected. The workflow is deterministic and follows standard financial research practices.
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied CSV data. However, the risk is negligible as the data is strictly parsed into numeric and datetime formats using
pd.to_numericandpd.to_datetimewith error coercion, and the script lacks any capabilities (such asevalor network calls) that could be exploited by malicious data.
Audit Metadata