relay-diagnostic
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates legitimate administrative functionality for blockchain infrastructure. Its operations align perfectly with its documented purpose of diagnosing and recovering stuck transactions.
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to the Hiro API and a sponsor relay. These are necessary operations for querying blockchain nonce state and interacting with the transaction relay service.
- [COMMAND_EXECUTION]: The script implements a CLI interface using the
commanderpackage. It safely parses user-supplied inputs, such as transaction IDs and nonces, ensuring they are correctly formatted before being processed. - [CREDENTIALS_UNSAFE]: The skill manages a
sponsorApiKeyused to authenticate recovery operations. The code retrieves this key from the local wallet manager or environment variables and transmits it only to the configured relay endpoint as a Bearer token, which is the standard and intended authentication flow.
Audit Metadata