kingfisher/crates/kingfisher-scanner
2026-05-18 18:12:27 -07:00
..
src preparing for v1.100.0 2026-05-18 18:12:27 -07:00
AGENTS.md added more access-maps 2026-04-01 10:20:52 -07:00
Cargo.toml preparing for v1.100.0 2026-05-18 15:51:16 -07: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.