boj-statistics
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is designed for the legitimate purpose of accessing public financial statistics. It follows secure coding practices by avoiding unnecessary external dependencies and strictly validating URL schemes before making network requests.
- [EXTERNAL_DOWNLOADS]: The client fetches time-series data from
https://www.stat-search.boj.or.jp/api/v1/, the official and trusted endpoint for the Bank of Japan's statistics service. These operations are transparent and intended for the skill's primary function. - [COMMAND_EXECUTION]: The skill executes local Python scripts using
uv runto interact with the BOJ API. This is a standard architectural choice for agent skills providing CLI-based capabilities and is used here in a safe and predictable manner.
Audit Metadata