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
pessimistic-io avatar

pessimistic-io/slitherin

0
View on GitHub↗
376 stars·61 forks·Python·AGPL-3.0·10 viewspessimistic.io↗

Slitherin

Slither Detectors by Pessimistic.io

Features

  • Smart Contract Development - Static analysis tool for detecting vulnerabilities in smart contract code.
  • Security Analysis Tools - Plugin providing additional security detectors for static analysis.

Star history

Star history chart for pessimistic-io/slitherinStar history chart for pessimistic-io/slitherin

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Slitherin

These projects share indexed features with Slitherin. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • fuellabs/swayFuelLabs avatar

    FuelLabs/sway

    61,626View on GitHub↗

    Sway is a smart contract development language and programming environment designed for writing, compiling, and deploying secure blockchain programs. It serves as a type-safe language for building on-chain logic and a static analysis toolchain that validates contracts before they are executed on a network. The ecosystem provides a development environment focused on blockchain application logic and web3 backend engineering. It integrates a type-safe programming approach to reduce vulnerabilities and ensure reliable state transitions for decentralized services. The toolchain incorporates static

    Rustcompilerfuellanguage
    View on GitHub↗61,626
  • 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
  • yeasy/blockchain_guideyeasy avatar

    yeasy/blockchain_guide

    7,069View on GitHub↗

    This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies, covering everything from fundamental concepts to practical deployment. The guide systematically explains the core architecture of blockchain systems, including consensus-based distributed ledgers, cryptographic hash chains, Merkle trees, and smart contract execution engines, while also detailing permissioned channel architectures and modular service platforms for enterprise use. The resource distinguishes itself by offering a dual-track learning path that serves both non-tech

    Gobitcoinblockchainbook
    View on GitHub↗7,069
  • amazingang/wtf-solidityAmazingAng avatar

    AmazingAng/WTF-Solidity

    14,002View on GitHub↗

    WTF-Solidity is a comprehensive educational curriculum and learning platform designed to guide developers through the complexities of smart contract development and blockchain infrastructure. It serves as a technical resource for mastering the Ethereum ecosystem, providing structured tutorials that cover everything from fundamental programming concepts to advanced virtual machine operation codes. The project distinguishes itself through an integrated on-chain certification system that issues verifiable digital credentials to students upon the successful completion of course modules. By combin

    Solidityairdropauctionblockchain
    View on GitHub↗14,002
Compare all 30 related projects→

Frequently asked questions

What does pessimistic-io/slitherin do?

Slither Detectors by Pessimistic.io

What are the main features of pessimistic-io/slitherin?

The main features of pessimistic-io/slitherin are: Smart Contract Development, Security Analysis Tools.

Which projects share features with pessimistic-io/slitherin?

Projects with overlapping indexed features include: fuellabs/sway — Sway is a smart contract development language and programming environment designed for writing, compiling, and… bkrem/awesome-solidity — This project is a curated directory and index of resources for Solidity smart contract development. It provides a… yeasy/blockchain_guide — This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies,… amazingang/wtf-solidity — WTF-Solidity is a comprehensive educational curriculum and learning platform designed to guide developers through the… arachnid/evmdis — EVM disassembler. androlo/sol-tester.