world-markets-structure
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill implements financial diagnostic logic via a Python script. All operations are confined to local data processing and statistical aggregation.
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data via
input.csv. 1. Ingestion points:scripts/world_markets_structure_diagnostics.pyreads data from a user-specified CSV. 2. Boundary markers: Present; the script mandates a specific schema of 8 columns. 3. Capability inventory: Limited to reading files and writing JSON summaries; no network or shell capabilities. 4. Sanitization: Present; values are coerced to numeric and datetime types.
Audit Metadata