boi-economic-data
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs its stated function of retrieving and analyzing Israeli economic data from official sources.
- [EXTERNAL_DOWNLOADS]: The skill fetches data from
edge.boi.gov.il, which is an official government domain for the Bank of Israel. These network operations are limited to retrieving public economic indicators (exchange rates, interest rates) and do not involve sensitive data exfiltration. - [COMMAND_EXECUTION]: The skill includes a Python script
scripts/fetch_boi_rates.pythat is executed to retrieve data. Analysis of the script confirms it uses only standard Python libraries (urllib,xml.etree,argparse) and performs no dangerous operations such as arbitrary code execution, file system modification, or privilege escalation. - [NO_CODE]: The skill does not include any third-party dependencies or external packages. All logic is contained within the provided Python script and instructions.
- [DATA_EXFILTRATION]: No sensitive local files (such as
.env,.ssh, or cloud credentials) are accessed or transmitted. The data retrieved is public and the destination domains are official government portals.
Audit Metadata