query
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements read-only blockchain queries using the official Hiro API. All network requests are directed to legitimate Hiro API endpoints (api.mainnet.hiro.so or api.testnet.hiro.so) based on the environment configuration.
- [DATA_EXPOSURE]: The skill accesses the active wallet address via a
wallet-managerservice to provide context for queries when an address is not explicitly provided. This is a standard and expected behavior for blockchain interaction tools to improve user experience. - [COMMAND_EXECUTION]: The skill uses the
commanderlibrary for CLI argument parsing. It does not execute arbitrary shell commands or use dangerous functions likeeval()orexec(). - [EXTERNAL_DOWNLOADS]: The skill relies on standard dependencies such as
@stacks/transactionsand local helper modules. No untrusted remote scripts or binaries are downloaded or executed at runtime.
Audit Metadata