Stars
A lightweight static analysis engine for Solidity smart contracts. Extracts code features, detects dangerous patterns (delegatecall, tx.origin, call.value), computes heuristic risk scores, and clas…
A hybrid Solidity + Python security toolkit that analyzes ERC-20 token contracts using static pattern extraction and ML-inspired scoring. Detects mint backdoors, blacklist controls, fee manipulatio…
An experimental ERC20 token implementing adaptive tokenomics through an auto-adjusting transfer tax. The contract monitors recent transfer volume in a configurable time window and dynamically incre…
A secure, minimalistic ERC20 token faucet with per-address cooldown enforcement. Designed for testnets, demos, QA automation, and educational Solidity environments. Provides configurable drip amoun…