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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesState Variable Shadowing Detectors

Detects derived contracts that redeclare state variables from base contracts, breaking inherited modifiers and functions.

Distinct from Smart Contract Analysis: Distinct from Smart Contract Analysis: focuses specifically on detecting state variable shadowing, not general security or style analysis.

Explore 2 awesome GitHub repositories matching part of an awesome list · State Variable Shadowing Detectors. Refine with filters or upvote what's useful.

Awesome State Variable Shadowing Detectors GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • crytic/slitherAvatar crytic

    crytic/slither

    6,141Vezi pe GitHub↗

    Trail of Bits flags derived contracts that redeclare state variables from their base contracts, breaking inherited modifiers and functions.

    Pythonethereumsoliditystatic-analysis
    Vezi pe GitHub↗6,141
  • kadenzipfel/smart-contract-vulnerabilitiesAvatar kadenzipfel

    kadenzipfel/smart-contract-vulnerabilities

    2,466Vezi pe 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

    Provides automated detection of state variable shadowing in inherited contracts to prevent logic errors.

    blockchainethereumsecurity
    Vezi pe GitHub↗2,466
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Smart Contract Analysis
  5. State Variable Shadowing Detectors

Explorează sub-etichetele

  • Uninitialized State Variable DetectorsFinds state variables that are never assigned a value, causing them to default to zero and potentially leading to fund loss. **Distinct from State Variable Shadowing Detectors:** Distinct from State Variable Shadowing Detectors: focuses on uninitialized variables, not shadowing of inherited variables.
  • Uninitialized State Variable Override DetectorsFlags uninitialized storage variables that act as references to the first state variable, potentially overriding critical variables. **Distinct from State Variable Shadowing Detectors:** Distinct from State Variable Shadowing Detectors: focuses on uninitialized variables overriding the first state variable, not shadowing from inheritance.