forge-geiger - Detects usage of unsafe cheat codes in a foundry project and its dependencies.
forge geiger
[options] [path]
Detects usage of unsafe cheat codes in a foundry project and its dependencies.
--root
path
The project's root path. By default, this is the root directory of the current git repository, or the current working directory.
--check
Run in 'check' mode. Exits with 0 if no unsafe cheat codes were found. Exits with 1 if unsafe cheat codes are detected.
--full
Print a full report of all files even if no unsafe functions are found.
{{#include common-options.md}}