Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Contract Auditor Bot

A GitHub App built with Probot that automatically audits Solidity smart contracts for vulnerabilities during pull requests.

Features

  • Static analysis for Solidity .sol files.
  • Reports vulnerabilities as PR comments.
  • Blocks merging if high/critical issues are found using GitHub Checks.

Setup Instructions

  1. Clone the repo:
    git clone https://github.com/agunnaya001/smart-contract-auditor.git
    cd smart-contract-auditor
    npm ci

Releases

Packages

Contributors

Languages