evm contract bytecode audit
Audits EVM contract bytecode for honeypots, drainers, and malicious owner patterns before you interact.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Audit this unverified contract on Ethereum at 0x123... to see if it is a honeypot before I buy the token.
Your agent does
VERDICT: DANGER. Access: Decompiled bytecode (best-effort). Findings:
- Malicious logic: Internal _transfer function contains a hardcoded blacklist gate.
- Fake Renouncement: renounceOwnership() emits an event but does not zero the owner storage slot.
- EIP-1967: Not detected.
What you get
About this skill
The problem
Interacting with unverified or unfamiliar smart contracts is a primary cause of lost funds through honeypots, drainers, and malicious ownership rugs. Standard security scanners often miss these adversarial patterns because they focus on general vulnerabilities rather than intentional fraud.
What it does
- Performs dual-pass analysis using Slither for general vulnerabilities and a custom heuristic suite for honeypot-specific patterns.
- Decompiles unverified bytecode using Heimdall-rs or Dedaub to audit logic even when source code is hidden.
- Detects EIP-1967 proxy patterns, identify upgrade admins, and flag hidden centralization risks.
- Exposes "fake renouncement" scams by auditing the internal logic of ownership transfer functions.
- Categorizes risks into DANGER, SUSPECT, or NO-FINDING verdicts based on exploitability and blast radius.
Frameworks & tools
Slither, Heimdall-rs, Dedaub, EVM, EIP-1967.
Why this beats prompting it yourself
Most LLMs rely on general knowledge that overlooks specific honeypot techniques like fee-on-transfer gates or non-standard proxy implementations. This skill enforces a strict multi-tool workflow that prevents "clean" reports from general scanners being mistaken for a lack of fraud risk.
Use cases
- Audit a new ERC-20 token contract before approving a spend limit or swapping.
- Identify if a minting contract is a drainer before connecting a wallet.
- Verify if a "renounced" contract has hidden backdoors or hardcoded admin overrides.
- Analyze unverified bytecode for malicious logic before an agent interacts with it.
Known limitations
Cannot simulate specific transaction effects like slippage or sandwiching. Does not detect non-standard proxy patterns like Beacon or Diamond proxies. Best-effort reconstruction for unverified code.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.
deep-research-team
Deploy a hierarchical team of AI agents to perform 15-30 minute deep-dive research with parallel execution.