exchange-connectivity-protocols
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external CSV files for diagnostic analysis, representing a surface for indirect prompt injection attacks.\n- Ingestion points: Data enters the skill context through
scripts/exchange_connectivity_protocols_diagnostics.pyreadinginput.csv.\n- Boundary markers: Absent; the skill lacks explicit markers or instructions to isolate the ingested data from the agent's logic.\n- Capability inventory: The skill executes local Python scripts and has file system access for reading inputs and writing diagnostic JSON artifacts (as specified inSKILL.md).\n- Sanitization: The scriptscripts/exchange_connectivity_protocols_diagnostics.pyperforms schema verification and type casting (numeric and datetime), which provides a layer of protection against non-structured string-based injections within data fields.
Audit Metadata