Platform Features

Every layer of protection, running on your terms.

SKEP3 combines EVM simulation, on-device AI, and a real-time threat database into a single, local-first security layer — with no cloud, no subscription, and no compromise.

EVM Transaction Simulation

See exactly what happens before you sign.

SKEP3 dynamically detects your target network across 6 chains, then forks the smart contract state via Foundry's Anvil. It replays single payloads, or multi-step transaction bundles, against this local state. The result is a cryptographically accurate preview of token movements — before a single gas unit is spent.

  • Zero-Config Auto-Discovery locates target chains automatically
  • Full EVM-faithful simulation via Anvil fork
  • Bundle mode simulates multi-step transaction arrays
  • Time-Manipulation to spoof execution delays or time-locks

On-Device AI Threat Analysis

Neural-network threat scoring with zero cloud latency.

After simulation, SKEP3 feeds the structured output into a locally-running LLM (via Ollama). This model — trained on thousands of real drainer events, rug pulls, and honeypot interactions — produces a plain-English risk report in milliseconds, classifying threats from LOW to CRITICAL.

  • Runs via Ollama — any compatible model supported
  • Trained on real Web3 threat data and exploit patterns
  • Structured JSON output minimises hallucinations
  • 98% drainer detection rate, 2% false positive rate

Drainer & Malicious Contract DB

Block known threats instantly — zero simulation required.

SKEP3 maintains an on-device database of known malicious contract addresses, drainer EOAs, and flagged token contracts. Every transaction is first checked against this index before simulation — enabling sub-millisecond blocking of known bad actors without burning compute.

  • 14,200+ known malicious addresses indexed
  • Updated continuously from on-chain forensics and community reports
  • Includes known drainers, rug pull contracts, and phishing deployers
  • Offline-capable — full DB cached locally

Local-First Proxy Engine

Sits between your wallet and the chain. Invisibly.

SKEP3's proxy intercepts all outgoing JSON-RPC calls from your wallet. It reads eth_sendRawTransaction requests, extracts the transaction payload, routes it through simulation and AI analysis, then decides whether to forward, block, or warn. Your wallet needs zero configuration beyond a single RPC URL change.

  • Drop-in replacement RPC — no wallet plugin required
  • Compatible with MetaMask, Rabby, Phantom, and any JSON-RPC wallet
  • WebSocket feed for live threat events at ws://localhost:9545/feed
  • Full request/response logging for audit trails

Multi-Chain & Solana Support

Zero-flag parsing across ecosystems.

SKEP3 provides automatic cross-chain protection. It actively pings Ethereum, Arbitrum, Optimism, Base, Polygon and BSC to locate EVM contract bytecode. Furthermore, it natively auto-detects Base58 serialized payloads to execute Solana instructions strictly against Solana mainnet RPC simulation endpoints.

  • Ethereum mainnet & all major L2s supported
  • Solana Support LIVE — auto-detects Base58 strings
  • No manual flags required for 90% of requests
  • Configurable fallback RPCs per chain

Zero-Trust Security Model

Your keys never leave your machine. Ever.

SKEP3 never touches your private keys. The proxy intercepts RPC calls but does not hold wallet credentials. The AI model, EVM simulation, and threat database all run within your network boundary — nothing leaves.

  • Private keys remain 100% client-side — never transmitted
  • No external API dependencies or cloud callbacks
  • Zero telemetry — no usage data sent externally
  • Fully auditable and open-source

How SKEP3 compares

Against industry-standard cloud-based alternatives.

FeatureSKEP3BlowfishPocket Universe
Runs on your infrastructure
Zero monthly cost
Privacy — no data sent to cloud
Multi-step Transaction Bundling
EVM simulation (Foundry-grade)
Drainer signature database
Block spoofing/Time manipulation
Solana Live Support

What's under the hood

Production-grade tools, not homegrown glue.

Foundry Anvil
EVM forking & simulation
Ollama LLM
On-device AI inference
JSON-RPC Proxy
Wallet interception layer
Node.js 18+
CLI & proxy runtime
Alchemy / Infura
Mainnet RPC endpoints
WebSocket Feed
Live threat event stream
Threat DB
14K+ malicious addresses
Local-First
Zero cloud dependencies

Ready to deploy?

Get SKEP3 running locally in under 2 minutes.