1//! Stateless security services that don't fit elsewhere — currently the
2//! [`ScannerDetector`].
3//!
4//! Copyright (c) systemprompt.io — Business Source License 1.1.
5//! See <https://systemprompt.io> for licensing details.
67mod scanner;
89pub use scanner::ScannerDetector;