Skip to main content

systemprompt_security/services/
mod.rs

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.
6
7mod scanner;
8
9pub use scanner::ScannerDetector;