Cyfrin Docs
HomeProfileCodeHawksSoloditUpdraftSupport
  • 💻Aderyn VS Code
    • What is Aderyn VS Code extension?
    • Installation & Usage
    • aderyn.toml Configuration
    • Supported detectors
  • 🔎Aderyn CLI
    • What is Aderyn?
    • Installation
    • Quickstart
  • CLI Options
  • Directives to ignore specific lines
  • Supported detectors
  • 💡 Aderyn Internals
    • AST - Abstract Syntax Tree
    • Detector
    • Guide to create custom detectors
      • Detectors API Reference
        • detect
        • capture
        • title
        • description
        • severity
        • name
        • instances
        • WorkspaceContext
      • Testing your detector
      • Useful Detector Patterns
  • 🔗 Socials
    • Twitter
    • LinkedIn
    • GitHub
    • DIscord
    • Support
Powered by GitBook
On this page

Was this helpful?

  1. Aderyn VS Code

What is Aderyn VS Code extension?

NextInstallation & Usage

Last updated 1 month ago

Was this helpful?

Aderyn is a Rust-based Solidity static analyzer that detects vulnerabilities in smart contracts during development.

With the Aderyn VS Code Extension, Smart contract security checks become an effortless part of your development workflow.

Here’s what you can expect:

  • Fast, real-time security checks: Spot issues when you save your Solidity files without running commands manually.

  • Structured tree view: See all vulnerabilities at a glance and navigate them effortlessly.

  • AI-powered fixes: Squiggly lines highlight issues, and AI tools may assist in quick resolution.

  • Automatic updates and easy setup: The extension manages Aderyn installations for you.

Links:

  • Available now in the .

  • Source code hosted on .

💻
VS Code Marketplace
Github