Skip to content

Run Slither security scanner on hardhat-based Solidity projects using eth-security-toolbox.

Notifications You must be signed in to change notification settings

johnsaigle/slither-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

slither-wrapper

Wrapper for launching Slither within the Eth Security Toolbox docker container on hardhat-based projects.

Why?

I tried to scan a hardhat-based project using the eth-security-toolbox that failed because hardhat was not installed within the image.

This script installs hardhat locally at the container mountpoint and then runs Slither on a directory of your choosing.

Usage

slither-wrapper.sh path/to/repo <dir/to/scan>

Make sure the Docker daemon is running.

About

Run Slither security scanner on hardhat-based Solidity projects using eth-security-toolbox.

Topics

Resources

Stars

Watchers

Forks

Languages