awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesInvariant Verifications

Checks that user-specified properties written in Solidity hold for all possible contract executions using symbolic execution.

Distinct from Smart Contract Analysis: Distinct from Smart Contract Analysis: focuses on formal verification of user-defined invariants via symbolic execution rather than general vulnerability scanning.

Explore 3 awesome GitHub repositories matching part of an awesome list · Invariant Verifications. Refine with filters or upvote what's useful.

Awesome Invariant Verifications GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • crytic/slitherالصورة الرمزية لـ crytic

    crytic/slither

    6,141عرض على GitHub↗

    Trail of Bits checks that user-specified properties written in Solidity hold for all possible contract executions using symbolic execution.

    Pythonethereumsoliditystatic-analysis
    عرض على GitHub↗6,141
  • trailofbits/manticoreالصورة الرمزية لـ trailofbits

    trailofbits/manticore

    3,855عرض على GitHub↗

    Manticore is a symbolic execution engine designed for the analysis of binary executables and smart contracts. It functions as an automated vulnerability scanner and verification platform that systematically traverses program execution paths to identify security flaws, validate business invariants, and ensure software properties hold true under all possible input conditions. The engine distinguishes itself through a unified instruction set abstraction that enables consistent analysis across diverse architectures and contract formats. It provides a programmatic interface for deep customization,

    Validates smart contract invariants by executing symbolic transactions to ensure business logic correctness under all possible inputs.

    Python
    عرض على GitHub↗3,855
  • kadenzipfel/smart-contract-vulnerabilitiesالصورة الرمزية لـ kadenzipfel

    kadenzipfel/smart-contract-vulnerabilities

    2,466عرض على 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

    Checks internal state consistency using formal invariant verification to prevent critical logic errors.

    blockchainethereumsecurity
    عرض على GitHub↗2,466
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Smart Contract Analysis
  5. Invariant Verifications