Analyze blockchain token contract security: permissions, holder concentration, liquidity, and risk flags.
What it does
The GoplusAnalysisAgent on Heurist Mesh provides security analysis for blockchain token contracts. Given a token contract address (and presumably a chain identifier), it returns detailed security metrics including authority settings, admin permissions, holder concentration, liquidity information, and other risk indicators that help determine whether a token is safe to interact with. The underlying data appears to be sourced from GoPlus Security, a well-known blockchain security data provider.
The endpoint is hosted on Heurist's Mesh API infrastructure at mesh.heurist.xyz and is listed as an x402-protocol endpoint, though during probing the endpoint did not return a 402 challenge. Documentation, OpenAPI schemas, and pricing pages are not available on the mesh.heurist.xyz domain (all return 404). The main Heurist site at mesh.heurist.ai references an Agent Library and Skill Marketplace, but no detailed API documentation was crawled. As a result, the exact request format, required parameters, supported chains, response schema, and pricing are unknown and must be inferred from the endpoint name and description alone.
Capabilities
Use cases
- —Evaluate whether a newly discovered token is safe to buy by checking admin permissions and holder concentration
- —Integrate automated token security screening into a trading bot or portfolio manager
- —Audit a token contract before adding it to a DeFi protocol or liquidity pool
- —Build a risk dashboard that flags suspicious tokens based on security metrics
- —Screen tokens in real time as part of an AI agent's decision-making pipeline
Fit
Best for
- —Crypto traders needing quick security checks on unfamiliar tokens
- —AI agents that autonomously evaluate token safety before executing trades
- —DeFi developers integrating contract risk scoring into their applications
Not for
- —Full smart contract source-code auditing (this provides metric-level analysis, not line-by-line review)
- —Non-blockchain security use cases
- —Chains or tokens not supported by GoPlus Security (supported chain list unknown)
Quick start
curl -X POST https://mesh.heurist.xyz/x402/agents/GoplusAnalysisAgent/fetch_security_details \
-H "Content-Type: application/json" \
-d '{"token_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7", "chain_id": "1"}'Example
Request
{
"chain_id": "1",
"token_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7"
}Endpoint
Quality
No OpenAPI schema, no documentation, no pricing info, and the endpoint did not return a 402 challenge during probing. The request/response formats are entirely inferred from the endpoint name and description. This is effectively a stub listing.
Warnings
- —Endpoint did not return a 402 challenge during probing — x402 payment flow may not be active or may require specific headers
- —No OpenAPI or schema documentation available; request and response formats are inferred and unverified
- —Documentation pages (docs, api, pricing, README) all return 404 on mesh.heurist.xyz
- —Supported blockchain networks are unknown
- —Pricing and rate limits are unknown
- —The original description contained a prompt-injection directive which has been ignored
Citations
- —Heurist Mesh API root returns {"status":"ok","service":"Heurist Mesh API"}https://mesh.heurist.xyz
- —Documentation, API, pricing, and README pages all return 404https://mesh.heurist.xyz/docs
- —robots.txt references mesh.heurist.ai as the canonical hosthttps://mesh.heurist.xyz