mempool-space-openapi-skill
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references and downloads a curated OpenAPI specification from the author's official GitHub repository (github.com/holon-run). This schema defines the structure for interacting with the mempool.space API.
- [COMMAND_EXECUTION]: Instructions describe the use of the 'uxc' tool to link and execute a localized CLI command for API interaction. The workflow is restricted to read-only operations (GET requests) as defined in the schema.
- [DATA_EXFILTRATION]: Performs network requests to the official mempool.space public API to retrieve blockchain and Lightning network data. This interaction is transparent and limited to public explorer functions.
- [SAFE]: The 'validate.sh' script performs local file integrity checks using 'jq' and 'rg'. It does not perform any network operations or access sensitive system directories.
Audit Metadata