Changelog

What's new in SKEP3

Every release, every fix, every improvement — tracked in full. SKEP3 ships fast and ships transparently.

v2.7.0Latest
March 2026
NEW
Dynamic Decimal Resolution: Implemented real-time eth_call to contract.decimals() for 100% accurate profit/loss reporting.
NEW
Refined Heuristics: Added advanced obfuscation loop detection (XOR unpacking patterns) to drastically lower false positives.
NEW
Revamped Documentation: Complete overhaul of README, working.md, and new contributing guidelines.
FIX
Proxy Identity Recovery: Fixed a critical bug where simulations used hardcoded senders; now correctly recovers real wallet address from raw transaction bytes.
FIX
BigInt/Type Consistency: Casting fixes for viem recovery methods to ensure stable binary builds.
v2.6.0Stable
March 2026
NEW
Proxy Architecture: Added true local man-in-the-middle server to intercept eth_sendRawTransaction.
NEW
Wallet Integration: Users can now connect MetaMask/Phantom directly to 127.0.0.1:9545.
NEW
Interactive Proxy Console: Real-time UI in terminal prompting users with AI verdicts before broadcasting.
NEW
CORS Headers: Added proper browser extension support to bypass web security cross-origin policies.
FIX
Resolved BigInt type coercion flaws during mock state balances configuration.
v2.4.4Stable
March 2026
NEW
Cross-Chain Auto-Discovery: System automatically locates smart contracts across 6 EVM networks.
NEW
Solana Live Support: Zero-flag auto-detection of Base58 Solana payloads with native Mainnet CU evaluation.
NEW
--bundle flag introduced: Simulate multi-step sequential transaction strings on a single Anvil state.
NEW
Time Manipulation: Added --skip-time and --skip-blocks parameters to spoof block states.
FIX
AI parser overhauled with dynamic heuristics to process non-EVM Solana programs properly.
v2.4.0Stable
Feb 2026
NEW
ASCII splash screen rebranded to SKEP3
NEW
CLI footer now shows version, author, and site
NEW
Ollama model list now pulled directly from system at runtime
FIX
Fixed ExitPromptError on Ctrl+C during interactive prompts
FIX
Resolved permission denied errors on edith binary after npm link
FIX
Fixed null address crash in transaction scanner (toLowerCase on null)
v2.3.0Stable
Jan 2026
NEW
Added automatic RPC fallback to public endpoints on timeout
NEW
AI model selection reverted to system default; custom model flag removed
FIX
Fixed memory leak in WebSocket feed during high transaction volume
v2.2.0Stable
Dec 2025
NEW
Local LLM risk reports now use structured JSON output for lower hallucination rate
NEW
Sub-100ms average simulation time on mainnet fork
NEW
Drainer signature database updated — 14.2K known malicious contracts indexed
FIX
Anvil fork retry logic improved for unstable RPC connections
FIX
Token delta parsing fixed for ERC-777 re-entrancy edge case
v2.1.0Stable
Nov 2025
NEW
Solana chain support announced — integration timeline Q3 2026
NEW
edith proxy now exposes WebSocket feed at /feed for live threat events
NEW
Config file (~/.skep3/config.json) support added
FIX
Fixed race condition in concurrent block scanning on high-throughput nodes
v2.0.0Major
Oct 2025
NEW
Full rewrite of proxy engine — now handles all JSON-RPC methods correctly
NEW
AI threat engine integrated — on-device LLM via Ollama
NEW
EVM simulation switched from ethers.js simulation to Foundry Anvil fork
NEW
Edith CLI replaces legacy sentinel-cli binary
FIX
Resolved cross-origin issues with wallet RPC injection
FIX
Fixed incorrect gas estimation in forked simulations
v1.0.0Initial
Aug 2025
NEW
Initial release of SKEP3 / Sentinel prototype
NEW
Basic ethers.js transaction simulation (pre-Anvil)
NEW
Hardcoded drainer signature check against known EOAs
SKEP3 is in active development. Follow releases on GitHub →