skills/aibtcdev/skills/query/Gen Agent Trust Hub

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-manager service 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 commander library for CLI argument parsing. It does not execute arbitrary shell commands or use dangerous functions like eval() or exec().
  • [EXTERNAL_DOWNLOADS]: The skill relies on standard dependencies such as @stacks/transactions and local helper modules. No untrusted remote scripts or binaries are downloaded or executed at runtime.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 17, 2026, 04:59 AM