
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
elizaos-plugin-true402
Advanced tools
ElizaOS plugin: pre-trade rug/honeypot safety for Base tokens via true402 — pay-per-call over x402, no API key.
Stable · production-ready — semver-stable public API (v1.0).
A pre-trade rug/honeypot guard for ElizaOS agents. Before your agent buys a Base ERC-20, it asks
true402 whether the token can actually be sold — an on-chain buy/sell simulation (state-override),
plus liquidity and ownership — and gets back an avoid | caution | ok verdict.
Pay-per-call over x402 (~$0.01 USDC on Base). No account, no API key, no KYC — the agent's wallet is the auth. That's the edge over static-heuristic checkers: a honeypot can lie to a scanner, not to a simulation.
npm i elizaos-plugin-true402
Add it to your character/agent and set the secret (a Base wallet holding a little USDC — gas is sponsored by the facilitator, so it only needs USDC):
{
"plugins": ["elizaos-plugin-true402"],
"settings": {
"secrets": { "TRUE402_PAYER_PRIVATE_KEY": "0x…" }
}
}
TRUE402_PAYER_PRIVATE_KEY — Base wallet private key (holds a little USDC) used to pay per check.TRUE402_MAX_PAYMENT_USDC — max USDC auto-paid per call (default 0.10). Fail-closed:
an invalid value disables auto-pay entirely rather than becoming unlimited.TRUE402_BASE_URL — override the true402 API base (default https://true402.dev/api).One action, CHECK_TOKEN_SAFETY (similes: RUG_CHECK, HONEYPOT_CHECK, CAN_I_SELL_THIS). It fires
whenever a message contains a Base token address, runs token-report over x402, and replies with the
verdict + reasons, e.g.:
CHECK_LIQUIDITY_HISTORY — what already happened · ~$0.005A safety check sees the present. This sees the past: every liquidity removal true402 has observed on the token, with amounts and transaction hashes, plus the other tokens drained in the same transaction — one actor, several pools.
It matters because a live simulation is blind to it: a pool drained last month simulates perfectly today if someone re-seeded it. The reply carries the block range the index actually covers, so "none observed" is never relayed to a user as "safe".
🛑 AVOID — 0x0d17c72e71e0431160fb633893e20b2ae1a395aa
structural safety 0/100
• no tradeable WETH/USDC liquidity — effectively untradeable
(true402: on-chain honeypot simulation + liquidity + ownership)
Wire it into a trading flow by gating buys on verdict.rating (data.verdict is returned on the
ActionResult).
npm i
npm run build # tsup → dist/ (esm + d.ts)
npm publish # then list it in the ElizaOS plugin registry
Powered by true402.dev · the same check is available standalone (examples/rug-guard)
and as an MCP server (true402/mcp-server).
Checking tokens by hand? Send any Base token address to @True402bot on Telegram — same on-chain checks, free, no wallet.
MCP (Claude Code / Desktop, Cursor, Hermes) · Hermes Agent · OpenClaw · ElizaOS · LangChain · CrewAI · Vercel AI SDK · Coinbase AgentKit · Virtuals GAME · CLI — same on-chain checks, one install command each: true402.dev/integrations
MIT
FAQs
ElizaOS plugin: pre-trade rug/honeypot safety for Base tokens via true402 — pay-per-call over x402, no API key.
The npm package elizaos-plugin-true402 receives a total of 94 weekly downloads. As such, elizaos-plugin-true402 popularity was classified as not popular.
We found that elizaos-plugin-true402 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.