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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eth-sri avatar

eth-sri/securify2

0
View on GitHub↗
632 stars·141 forks·Solidity·Apache-2.0·2 views

Securify2

Securify v2.0

Features

  • Smart Contract Auditing - Official security scanner for Ethereum smart contract auditing.
  • Smart Contract Security - Automated security scanner for identifying common smart contract flaws.

Star history

Star history chart for eth-sri/securify2Star history chart for eth-sri/securify2

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Securify2

Similar open-source projects, ranked by how many features they share with Securify2.
  • 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
See all 30 alternatives to Securify2→

Frequently asked questions

What does eth-sri/securify2 do?

Securify v2.0

What are the main features of eth-sri/securify2?

The main features of eth-sri/securify2 are: Smart Contract Auditing, Smart Contract Security.

What are some open-source alternatives to eth-sri/securify2?

Open-source alternatives to eth-sri/securify2 include: crytic/slither. slowmist/blockchain-dark-forest-selfguard-handbook — This project is a collection of instructional resources and manuals providing strategic defense frameworks for… consensys/mythril — Mythril is an Ethereum Virtual Machine smart contract security analyzer that uses symbolic execution to identify… trailofbits/slither — Static Analyzer for Solidity and Vyper. quipnetwork/hashsigs-solidity — hashsigs-solidity is a cryptographic signature library and security utility for Ethereum smart contracts. It functions… cyfrin/foundry-full-course-f23 — This repository is a comprehensive educational curriculum and programming guide designed to teach Solidity development…