For the complete documentation index, see llms.txt. This page is also available as Markdown.

What is Aderyn CI Assistant ?

Aderyn CI Assistant is a Github Action that performs static analysis on Solidity codebases in Github CI to catch potential vulnerabilities before committing code. Available for free, check it out on the marketplace.

Quick Start

- name: Aderyn Check
  uses: Cyfrin/aderyn-ci@v0
  with:
    fail-on: high

Last updated