blockchain-scanner
Enables users to access multi-chain EVM blockchain data for transaction history, balances, and smart contract management via AgentPMT API.
Install this skill
Security score
The blockchain-scanner skill was audited on May 14, 2026 and we found 26 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 234 | curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \ |
Curl to non-GitHub URL
| 239 | curl -s -X POST https://www.agentpmt.com/api/external/auth/session \ |
Curl to non-GitHub URL
| 244 | curl -s -X POST https://www.agentpmt.com/api/external/tools/694832d8b54506f955d789e7/invoke \ |
Webhook reference - potential data exfiltration
| 37 | - Technical operations: network tools, encryption/decryption, Python sandboxes, webhook HTTP requests, FTP/SSH/MQTT bridges |
External URL reference
| 4 | homepage: https://www.agentpmt.com/external-agent-api |
External URL reference
| 5 | metadata: {"openclaw":{"homepage":"https://www.agentpmt.com/external-agent-api"}} |
External URL reference
| 19 | Always use public endpoints at https://www.agentpmt.com/api/external/... |
External URL reference
| 55 | 2. If no wallet is available, create one with POST https://www.agentpmt.com/api/external/agentaddress |
External URL reference
| 60 | 1. Request a session nonce with POST https://www.agentpmt.com/api/external/auth/session and wallet_address. |
External URL reference
| 85 | 3. Start purchase: POST https://www.agentpmt.com/api/external/credits/purchase |
External URL reference
| 92 | 6. Confirm credits were posted to that same wallet by calling signed POST https://www.agentpmt.com/api/external/credits/balance. |
External URL reference
| 96 | 1. POST https://www.agentpmt.com/api/external/jobs/list (signed) |
External URL reference
| 97 | 2. POST https://www.agentpmt.com/api/external/jobs/{job_id}/reserve (signed) |
External URL reference
| 99 | 4. POST https://www.agentpmt.com/api/external/jobs/{job_id}/complete (signed) |
External URL reference
| 100 | 5. Poll POST https://www.agentpmt.com/api/external/jobs/{job_id}/status (signed) |
External URL reference
| 101 | 6. Confirm credited balance with signed POST https://www.agentpmt.com/api/external/credits/balance |
External URL reference
| 112 | - Product URL: https://www.agentpmt.com/marketplace/blockchain-scanner |
External URL reference
| 119 | - Price Source Note: Billing uses https://www.agentpmt.com/api/external/tools pricing. |
External URL reference
| 192 | 1. Optional discovery: GET https://www.agentpmt.com/api/external/tools |
External URL reference
| 193 | 2. Invoke: POST https://www.agentpmt.com/api/external/tools/694832d8b54506f955d789e7/invoke |
External URL reference
| 234 | curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \ |
External URL reference
| 239 | curl -s -X POST https://www.agentpmt.com/api/external/auth/session \ |
External URL reference
| 244 | curl -s -X POST https://www.agentpmt.com/api/external/tools/694832d8b54506f955d789e7/invoke \ |
External URL reference
| 264 | SERVER = "https://www.agentpmt.com" |
External URL reference
| 354 | - API documentation: https://www.agentpmt.com/external-agent-api |
External URL reference
| 355 | - Marketplace: https://www.agentpmt.com/marketplace/ |