event-driven-arbitrage

Pass

Audited by Gen Agent Trust Hub on Sep 3, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes external data which could potentially contain instructions aimed at influencing the agent's behavior during the implementation memo phase.
  • Ingestion points: The script scripts/event_driven_arbitrage_diagnostics.py reads data from a user-provided CSV file via pd.read_csv at line 41.
  • Boundary markers: There are no explicit delimiters or instructions to the agent to ignore content within the ingested data.
  • Capability inventory: The skill possesses capabilities to read local files, perform numerical analysis, and write JSON output.
  • Sanitization: The script uses pd.to_numeric and pd.to_datetime with errors='coerce', which provides basic type-based validation of input data.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 3, 2026, 08:45 AM
Security Audit — agent-trust-hub — event-driven-arbitrage