forex-systematic
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 CSV data to generate diagnostics, which could serve as an attack surface if malicious instructions are embedded in the data or metadata.
- Ingestion points:
scripts/forex_systematic_diagnostics.pyreads data frominput.csv. - Boundary markers: No specific delimiters or validation logic exists to separate data from instructions during the summary generation phase.
- Capability inventory: The script performs file read and write operations on the local file system using the pandas and json libraries.
- Sanitization: The script performs numeric coercion for statistical calculations but does not sanitize text-based metadata like column names before outputting them to the results file.
Audit Metadata