CRYPTOGUARD

AI agent safety layer that prevents crypto scams before they happen. One install protects every transaction.

Honeypot Detection Blacklist Scanner Rug Pull Guard 13 EVM Chains
View on GitHub pip install cryptoguard-ai
pip install cryptoguard-ai && cryptoguard install-hook

What It Protects Against

Honeypot Tokens

Detects tokens you can buy but never sell. Simulates buy and sell transactions on forked chain state to verify you can actually exit.

Blacklist Functions

Scans bytecode for blacklist/freeze selectors AND checks GoPlus data. If the owner can block your address after you buy, you'll know before buying.

Rug Pulls

Checks if liquidity is locked, analyzes holder concentration, and detects if the owner can drain the pool or mint unlimited tokens.

Tax Manipulation

Identifies contracts where the owner can change buy/sell tax to 100% after purchase, or set per-address taxes targeting YOU specifically.

Airdrop Scams

Flags tokens that were airdropped to bait you into approving a malicious contract that drains your wallet.

Hidden Ownership

Detects contracts with concealed admin mechanisms, reclaimable ownership, and balance manipulation capabilities.

How It Works

1

Intercept

Hook detects crypto transaction in AI agent command

2

Analyze

5+ security oracles queried in parallel

3

Score

Weighted risk score computed (0-100)

4

Decide

Block dangerous, warn medium, allow safe

Security Oracles

GoPlus Security

Honeypot, blacklist, tax, ownership, holders, liquidity

Honeypot.is

Buy/sell simulation on forked chain state

TokenSniffer

Automated audit score, similar known scams

De.Fi Scanner

DeFi protocol security issues

QuickIntel

Multi-chain token intelligence

Bytecode Scanner

Dangerous opcodes, blacklist selectors, proxy patterns

Detection Coverage

RiskDescriptionSeverity
HoneypotCannot sell tokens after buyingCRITICAL
BlacklistOwner can freeze any addressCRITICAL
Balance manipulationOwner can change anyone's balanceCRITICAL
Airdrop scamMalicious token sent to bait interactionCRITICAL
Self-destructContract can destroy itself and drain fundsCRITICAL
Per-address taxOwner can set 100% tax on YOUR addressCRITICAL
Hidden ownerConcealed admin controlHIGH
Unlocked liquidityLP can be pulled (rug pull)HIGH
Unverified sourceCode not published for auditHIGH
Modifiable taxFees can be changed post-buyHIGH
Proxy contractLogic can be silently upgradedMEDIUM
Mintable supplyNew tokens can dilute holdingsMEDIUM