#Blockchain-security
Showing 23 of 23 repositories tagged #blockchain-security, ranked by stars
A curated list of Smart Contract Security materials and resources For Researchers
πΎ my notes on decentralized protocols (e.g., oracles, bridges, honeypots, cryptography, decompilers, static analysis, bounties)
We are systematizing everything we know about Solana security into one structured resource: the Solana Security Strategy. Itβs a field-tested knowledge base for teams building serious products β packed with practical guidance, reference links, and strategy templates.
Open-source intelligence archive of crypto scam operations β internal chats, admin panels, victim records, and infrastructure data for research and investigation
Knowledge base for cybersecurity professionals
18 Claude Code skill files for smart contract security β built from 2,749 Immunefi reports, 681 DeFiHack reproductions, and real hunt experience
Here we collect and discuss for Smart contract security & Blockchain researches and tools - contributions are welcome.
A curated collection of tools, frameworks, and methodologies for testing and verifying Solidity smart contracts.
A fun script to steal Ether from wallets suffering from insufficient entropy during key generation.
Blockchain Challenges Collection
List of the public smart contract audit reports and security reviews performed by Hexens.
EVM Debugger & Transaction Trace Analyzer: A high-performance Rust/Tauri desktop app for deep-dive smart contract auditing and replaying.
A complete Web3 security toolkit combining AI-powered token auditing, ML-based deployer reputation scoring, and live Etherscan V2 data. Includes static analysis for rugpull detection, RandomForest reputation modeling, contract-fetching automation, and Solidity on-chain registries for transparent, reproducible security insights.
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 classifies contracts into Low/Medium/High risk levels. Includes multiple example vulnerabilities and a clean CLI for rapid security assessment.
My Blockchain auditing service
πΎ my foundry framework and detailed solutions for each ethernaut level
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.
AI-powered real-time smart contract scanner that connects Machine Learning with Etherscan V2 to analyze newly deployed contracts instantly. Fetches verified Solidity code, performs static risk analysis, computes ML-driven deployer trust scores, and generates full security intelligence pipelines for Web3 threat detection.
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 manipulation, trading locks, and rugpull mechanics. Outputs interpretable risk scores, labels, and structured features for deeper analysis.
A crowdfunding platform on blockchain
A deep technical exploration of how malicious smart-contract developers weaponize fee logic in ERC-20 tokens. Covers dynamic tax flipping, hidden sell traps, fee obfuscation, whitelist-based bypasses, liquidity-drain funnels, attack timelines, forensic analysis, mathematical modeling, and ML-powered detection strategies for tax abuse.
Bytecode Truth, Not Source is a deep technical exploration of why smart-contract source code cannot be trusted as the ground truth for security. This repository shows how compiler optimizations, hidden assembly, proxies, and unreachable logic make verified Solidity misleading, and why only EVM bytecode reveals actual on-chain behavior.
Rust CLI for auditing Solana wallets, token authorities, delegate approvals, upgradeable program exposure, and known risky address interactions.