awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to eth-sri/securify2

Projects sharing features with Securify2

30 open-source projects similar to eth-sri/securify2, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • crytic/slithercrytic avatar

    crytic/slither

    6,141View on GitHub↗
    Pythonethereumsoliditystatic-analysis
    View on GitHub↗6,141
  • slowmist/blockchain-dark-forest-selfguard-handbookslowmist avatar

    slowmist/Blockchain-dark-forest-selfguard-handbook

    6,839View on GitHub↗

    This project is a collection of instructional resources and manuals providing strategic defense frameworks for protecting cryptocurrency assets and digital identities. It serves as a security guide for mitigating blockchain-based exploits, managing digital wallets, and implementing risk frameworks to prevent the theft of digital assets. The documentation provides detailed handbooks on wallet security, including the management of private keys, the use of hardware wallets, and secure transaction signing. It offers specialized guidance on anti-phishing defense and the identification of social en

    View on GitHub↗6,839
  • consensys/mythrilConsenSys avatar

    ConsenSys/mythril

    4,251View on GitHub↗

    Mythril is an Ethereum Virtual Machine smart contract security analyzer that uses symbolic execution to identify vulnerabilities in bytecode before deployment. It functions as a vulnerability scanner and formal auditor, treating program inputs as mathematical symbols to prove the presence of bugs in contract logic. The tool performs bytecode-level analysis to detect flaws that may be hidden by high-level compilers. It integrates SMT solvers to determine if specific vulnerability states are reachable and compares symbolic execution traces against a library of known security flaw signatures. T

    Python
    View on GitHub↗4,251
  • quipnetwork/hashsigs-solidityQuipNetwork avatar

    QuipNetwork/hashsigs-solidity

    2,957View on GitHub↗

    hashsigs-solidity is a cryptographic signature library and security utility for Ethereum smart contracts. It functions as a hash-based signature verifier designed to confirm data origin and integrity within a virtual machine environment. The project focuses on on-chain cryptographic authentication, specifically the verification of one-time signatures to prevent replay attacks. It implements signature validation for Winternitz One-Time Signatures Plus to ensure that data has not been tampered with before it is processed by a contract. The library covers a broad range of cryptographic capabili

    Solidity
    View on GitHub↗2,957

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • trailofbits/slithertrailofbits avatar

    trailofbits/slither

    6,299View on GitHub↗

    Static Analyzer for Solidity and Vyper

    Python
    View on GitHub↗6,299
  • bkrem/awesome-soliditybkrem avatar

    bkrem/awesome-solidity

    7,032View on GitHub↗

    This project is a curated directory and index of resources for Solidity smart contract development. It provides a categorized collection of libraries, development frameworks, security tools, and educational materials used to build and deploy decentralized applications. The repository functions as a comprehensive catalog for the software development lifecycle, featuring a specific index of community-vetted modular building blocks and token standard implementations. It also maintains a dedicated list of security resources, including static analyzers and fuzzers, to assist in auditing and securi

    View on GitHub↗7,032
  • cyfrin/foundry-full-course-f23Cyfrin avatar

    Cyfrin/foundry-full-course-f23

    5,814View on GitHub↗

    This repository is a comprehensive educational curriculum and programming guide designed to teach Solidity development and smart contract testing. It provides a structured set of instructional materials and tutorials for writing, deploying, and auditing secure programmable contracts on the Ethereum Virtual Machine. The course focuses on the Foundry toolkit, providing an Ethereum tooling curriculum that covers compiling and testing smart contracts locally. It emphasizes a professional development workflow, moving from initial Solidity programming to the implementation of decentralized applicat

    View on GitHub↗5,814
  • kadenzipfel/smart-contract-vulnerabilitieskadenzipfel avatar

    kadenzipfel/smart-contract-vulnerabilities

    2,466View on GitHub↗

    This project serves as a comprehensive knowledge base and technical reference for identifying and mitigating security vulnerabilities in smart contracts. It provides a structured catalog of common attack vectors, logic errors, and insecure coding patterns, offering developers and auditors a centralized resource for implementing secure decentralized applications. The repository distinguishes itself by covering the full lifecycle of contract security, from low-level arithmetic safety and compiler constraints to high-level architectural patterns. It details specific defensive strategies for mana

    blockchainethereumsecurity
    View on GitHub↗2,466
  • foundry-rs/foundryfoundry-rs avatar

    foundry-rs/foundry

    10,125View on GitHub↗

    Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing, and deploying contracts for the Ethereum Virtual Machine. It provides a local environment for simulating blockchain state and forking live networks to execute code without modifying the actual chain. The project features a property-based fuzzing engine to identify edge-case failures in contract logic and a transaction debugger for analyzing detailed execution traces and gas consumption. It enables developers to mirror the state of a remote chain locally to test against real-worl

    Rustalloyblockchainbytecode
    View on GitHub↗10,125
  • vyperlang/vypervyperlang avatar

    vyperlang/vyper

    5,180View on GitHub↗

    Vyper is a security-focused, typed programming language and compiler designed for creating smart contracts that execute on the Ethereum Virtual Machine. It utilizes a Pythonic syntax to define contract logic and state, serving as a target for formal verification to allow for machine-checked proofs of correctness. The language distinguishes itself through strict architectural constraints that prioritize predictability and security. It enforces acyclic call graphs by prohibiting recursion and mandates bounded loops to ensure static gas prediction. Additionally, it features a native fixed-point

    Pythonethereumethereum-dapplanguage
    View on GitHub↗5,180
  • ctf-wiki/ctf-challengesctf-wiki avatar

    ctf-wiki/ctf-challenges

    1,687View on GitHub↗

    This repository serves as a structured archive of cybersecurity training exercises designed for hands-on practice across multiple technical domains. It functions as a collection of intentionally vulnerable challenges that provide users with the source files and documentation necessary to develop proficiency in security analysis and software vulnerability research. The project distinguishes itself by organizing these exercises into a hierarchical directory structure, ensuring that security scenarios remain consistent and reproducible through version-controlled static assets. Each challenge is

    HTML
    View on GitHub↗1,687
  • inoutcode/ethereum_bookinoutcode avatar

    inoutcode/ethereum_book

    4,081View on GitHub↗

    This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides structured instruction on blockchain fundamentals, smart contract development, and the architectural principles of decentralized applications. The resource covers technical domains including smart contract security auditing, network administration, and web3 programming. It details the implementation of token standards, the use of mnemonic seeds for wallet integration, and the creation of censorship-resistant application architectures. The documentation extends to system-level opera

    Vueblockchaindappsethereum
    View on GitHub↗4,081
  • jcr-security/solidity-security-teaching-resourcesjcr-security avatar

    jcr-security/solidity-security-teaching-resources

    150View on GitHub↗

    Vulnerable-by-design solidity protocol to help Web3 security enthusiasts practice their skills in an environment closer to real live.

    Solidity
    View on GitHub↗150
  • kadenzipfel/smart-contract-attack-vectorsKadenZipfel avatar

    KadenZipfel/smart-contract-attack-vectors

    2,466View on GitHub↗

    A collection of smart contract vulnerabilities along with prevention methods

    View on GitHub↗2,466
  • kay-is/web3-from-zerokay-is avatar

    kay-is/web3-from-zero

    327View on GitHub↗

    A basic introduction to web3 and its concepts, using the JavaScript you already know.

    HTML
    View on GitHub↗327
  • meherett/pytest-ethmeherett avatar

    meherett/pytest-eth

    27View on GitHub↗

    PyTest plugin for testing smart contracts for Ethereum blockchain.

    Python
    View on GitHub↗27
  • nicolasgarcia214/damn-vulnerable-defi-foundrynicolasgarcia214 avatar

    nicolasgarcia214/damn-vulnerable-defi-foundry

    511View on GitHub↗

    Damn Vulnerable DeFi - Foundry Version

    Solidity
    View on GitHub↗511
  • offciercia/ultimate-defi-research-baseOffcierCia avatar

    OffcierCia/ultimate-defi-research-base

    2,200View on GitHub↗

    Here we collect and discuss the best DeFI & Blockchain researches and tools - contributions are welcome.

    View on GitHub↗2,200
  • openblocksec/blocksec-ctfsopenblocksec avatar

    openblocksec/blocksec-ctfs

    1,632View on GitHub↗

    A curated list of blockchain security Capture the Flag (CTF) competitions

    View on GitHub↗1,632
  • openzeppelin/damn-vulnerable-defiO

    OpenZeppelin/damn-vulnerable-defi

    0View on GitHub↗
    View on GitHub↗0
  • paradigm-operations/paradigm-ctf-2021P

    paradigm-operations/paradigm-ctf-2021

    0View on GitHub↗

    Docker solc-select mpwn Python 3

    View on GitHub↗0
  • raineorshine/solgraphraineorshine avatar

    raineorshine/solgraph

    1,028View on GitHub↗

    Visualize Solidity control flow for smart contract security analysis. :dollar: ⇆ :dollar:

    JavaScriptethereumsolidity
    View on GitHub↗1,028
  • rari-capital/solcurityRari-Capital avatar

    Rari-Capital/solcurity

    2,180View on GitHub↗

    Opinionated security and code quality standard for Solidity smart contracts.

    View on GitHub↗2,180
  • securing/scsvssecuring avatar

    securing/SCSVS

    628View on GitHub↗

    Smart Contract Security Verification Standard

    View on GitHub↗628
  • sigp/solidity-security-blogsigp avatar

    sigp/solidity-security-blog

    1,524View on GitHub↗

    Comprehensive list of known attack vectors and common anti-patterns

    View on GitHub↗1,524
  • smartdec/smartcheckS

    smartdec/smartcheck

    0View on GitHub↗

    SmartCheck is an extensible static analysis tool for discovering vulnerabilities and other code issues in Ethereum smart contracts written in the Solidity programming language.

    View on GitHub↗0
  • sunweb3sec/defivulnlabsSunWeb3Sec avatar

    SunWeb3Sec/DeFiVulnLabs

    1,946View on GitHub↗

    To learn common smart contract vulnerabilities using Foundry!

    Soliditydefiethereumfoundry
    View on GitHub↗1,946
  • tintinweb/smart-contract-inspectortintinweb avatar

    tintinweb/smart-contract-inspector

    172View on GitHub↗

    the magic X-ray machine for solidity smart contracts

    JavaScript
    View on GitHub↗172
  • uni-due-syssec/eth-reentrancy-attack-patternsuni-due-syssec avatar

    uni-due-syssec/eth-reentrancy-attack-patterns

    112View on GitHub↗

    Re-entrancy attack patterns from our paper "Sereum: Protecting Existing Smart Contracts Against Re-Entrancy Attacks"

    JavaScript
    View on GitHub↗112
  • apehex/web3-evasion-techniquesapehex avatar

    apehex/web3-evasion-techniques

    7View on GitHub↗

    2023 SOTA on evading detection, for blockchain malware.

    TeX
    View on GitHub↗7