blocknative-openapi-skill
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches a curated OpenAPI schema from the author's official GitHub repository (holon-run/uxc). This is a standard configuration process and targets the vendor's own infrastructure.
- [COMMAND_EXECUTION]: The instructions guide the agent to use the
uxctool to create command aliases (e.g.,blocknative-openapi-cli) for interacting with the Blocknative API. The operations are restricted to the endpoints defined in the OpenAPI schema. - [CREDENTIALS_UNSAFE]: Security best practices are followed for authentication. The skill instructs users to use environment variables (
BLOCKNATIVE_API_KEY) to manage secrets through theuxc authcommand, avoiding hardcoded keys or unsafe storage.
Audit Metadata