AmirhosseinHonardoust/How-AI-Detects-Rugpulls
A deep technical article exploring how AI, feature engineering, and static smart-contract analysis uncover rugpull risks before humans detect them. Covers Solidity pattern mining, mint abuse detection, blacklist/fee manipulation signals, ML-inspired scoring models, and how to quantify ERC-20 token scam probability.
Static analysis via regex pattern matching on Solidity source code extracts behavioral features (owner minting, fee manipulation, trading locks, blacklists) and converts them into a weighted numeric risk score—mimicking ML feature importance without requiring labeled training data. The approach prioritizes interpretability over complexity, mapping scores to categorical labels (safe/suspicious/rugpull_candidate) that mirror real auditor assessment language, while acknowledging gaps in detecting runtime exploits, liquidity dynamics, and multi-contract interactions.
Stars
21
Forks
—
Language
—
License
MIT
Category
Last pushed
Nov 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AmirhosseinHonardoust/How-AI-Detects-Rugpulls"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
sigp/blockprint
DEPRECATED block fingerprinting
scthornton/trylock
TRYLOCK is a layered security system that protects AI chatbots from manipulation attacks by...
edenia/tikuna
A P2P network security monitoring system for the Ethereum blockchain. :closed_lock_with_key:
rahulsnkr/UnBlockd
A deep learning security system with decentralized onboarding
galafis/Blockchain-Security-Analyzer
Analisador de segurança de contratos Solidity usando detecção de padrões via regex com API Flask