kingfisher/crates/kingfisher-scanner
2026-02-15 14:29:42 -08:00
..
src Kingfisher can now generate an auditor-friendly HTML report 2026-02-15 14:29:42 -08:00
Cargo.toml Kingfisher can now generate an auditor-friendly HTML report 2026-02-15 14:29:42 -08:00
README.md Kingfisher can now generate an auditor-friendly HTML report 2026-02-15 14:29:42 -08:00

kingfisher-scanner

High-level scanning library for detecting secrets in files and buffers.

This crate provides:

  • ergonomic scanner APIs for bytes, files, and blobs
  • finding models with location and capture metadata
  • optional validation modules behind feature flags

Pair with kingfisher-rules to compile rules and kingfisher-core for shared primitives.