forge-guard 0.3.6

Pre-deployment smart contract auditing framework for Foundry
Documentation
1
2
3
4
5
6
//! Security engine — comprehensive vulnerability detection framework.

pub mod checks;
pub mod engine;

pub use engine::SecurityEngine;