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
sigp avatar

sigp/solidity-security-blog

0
View on GitHub↗
1,524 stars·217 forks·13 viewsblog.sigmaprime.io/solidity-security.html↗

Solidity Security Blog

Comprehensive list of known attack vectors and common anti-patterns

Features

  • Security Analysis Tools - Curated list of attack vectors and anti-patterns.
  • Smart Contract Security - Blog covering advanced Solidity security topics.

Star history

Star history chart for sigp/solidity-security-blogStar history chart for sigp/solidity-security-blog

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Solidity Security Blog

Similar open-source projects, ranked by how many features they share with Solidity Security Blog.
  • crytic/slithercrytic avatar

    crytic/slither

    6,141View on GitHub↗
    Pythonethereumsoliditystatic-analysis
    View on GitHub↗6,141
  • 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
  • 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 Solidity Security Blog→

Frequently asked questions

What does sigp/solidity-security-blog do?

Comprehensive list of known attack vectors and common anti-patterns

What are the main features of sigp/solidity-security-blog?

The main features of sigp/solidity-security-blog are: Security Analysis Tools, Smart Contract Security.

What are some open-source alternatives to sigp/solidity-security-blog?

Open-source alternatives to sigp/solidity-security-blog include: raineorshine/solgraph — Visualize Solidity control flow for smart contract security analysis. :dollar: ⇆ :dollar:. consensys/mythril — Mythril is an Ethereum Virtual Machine smart contract security analyzer that uses symbolic execution to identify… crytic/slither. quipnetwork/hashsigs-solidity — hashsigs-solidity is a cryptographic signature library and security utility for Ethereum smart contracts. It functions… bkrem/awesome-solidity — This project is a curated directory and index of resources for Solidity smart contract development. It provides a… foundry-rs/foundry — Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing,…