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.py uses the standard pandas library 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_numeric and pd.to_datetime with error coercion, and the script lacks any capabilities (such as eval or network calls) that could be exploited by malicious data.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 3, 2026, 08:45 AM
Security Audit — agent-trust-hub — multi-asset-execution-strategies