iea-open
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates access to public energy datasets (EV sales, emissions, prices) from a well-known international organization (IEA).
- [EXTERNAL_DOWNLOADS]: Fetches JSON data from
api.iea.org. These are verified open endpoints that do not require authentication or API keys. - [COMMAND_EXECUTION]: Instructions suggest using
curlto query the API andjqorpython3to parse the results, which is standard practice for CLI-based data retrieval. - [DATA_EXFILTRATION]: No sensitive local files are accessed. Network operations are limited to the IEA's official API domain.
- [REMOTE_CODE_EXECUTION]: The provided Python example (
references/python_example.py) uses only Python standard libraries (urllib,json) and does not involve dynamic execution or untrusted remote scripts.
Audit Metadata