Metadata Guardian is a Python package that provides an easy way to protect your data source by searching in its metadata. By searching with regex and data rules, it will detect what you are looking to protect. Using Rust, it makes blazing fast multi-regex matching.
Using multiple regular expressions simultaneously with regex and parrallelize it with rayon, this crate provides an easy way of creating the data rules for scanning the metadata.
Install Rust:
curl https://sh.rustup.rs -sSf | sh -s -- -y
Build:
cargo build
Launch the tests:
cargo test