shekel-currency-converter
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill instructions or accompanying scripts.
- [EXTERNAL_DOWNLOADS]: The skill fetches currency exchange data from
https://www.boi.org.il/currency.xmlandhttps://www.boi.org.il/PublicApi/GetExchangeRates. These are official endpoints managed by the Bank of Israel (the central bank of Israel) and are used solely for retrieving financial data. - [COMMAND_EXECUTION]: The skill includes a Python script (
scripts/fetch_rates.py) used to parse XML data and perform mathematical conversions. The script uses the Python standard library and does not perform any dangerous system calls or unauthorized network operations. - [DATA_EXPOSURE]: The skill does not access sensitive local files or environment variables. All network communication is directed to official Bank of Israel domains to retrieve public exchange rate information.
Audit Metadata