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.pyreads data from a user-provided CSV file viapd.read_csvat 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_numericandpd.to_datetimewitherrors='coerce', which provides basic type-based validation of input data.
Audit Metadata