near-jsonrpc-skill
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches a curated OpenRPC schema from the author's official GitHub repository (holon-run/uxc) to define the API interface for blockchain operations.
- [COMMAND_EXECUTION]: The skill uses the uxc command-line tool to link a local CLI alias to a remote JSON-RPC provider. It instructs the agent to perform blockchain queries such as checking account states, gas prices, and block data.
- [SAFE]: The skill includes explicit guardrails to prevent the agent from performing write operations, such as transaction signing or wallet authentication. It also provides guidance to avoid deprecated or insecure RPC endpoints.
Audit Metadata