mempool-watch
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill fetches real-time Bitcoin network data from the well-known and public mempool.space API endpoints. This is a read-only data retrieval operation.
- [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: Bitcoin blockchain data (transaction status, address history, and mempool statistics) is ingested through the mempool-watch.ts script using external fetch calls.
- Boundary markers: The skill outputs its findings as structured JSON, providing clear separation between data and instructions.
- Capability inventory: The skill possesses no capabilities for file system modification, subprocess execution, or unauthorized network communication.
- Sanitization: API responses are parsed as JSON but do not undergo additional content filtering.
Audit Metadata