Expand description
AIMDS Detection Layer
This crate provides pattern matching, sanitization, and scheduling for detecting potential threats in AI model inputs.
Re-exports§
pub use pattern_matcher::PatternMatcher;pub use sanitizer::Sanitizer;pub use sanitizer::PiiMatch;pub use sanitizer::PiiType;pub use scheduler::DetectionScheduler;pub use scheduler::ThreatPriority;
Modules§
- pattern_
matcher - Pattern matching for threat detection
- sanitizer
- Input sanitization for removing or neutralizing threats
- scheduler
- Detection scheduling using Midstream’s nanosecond scheduler
Structs§
- Detection
Service - Main detection service that coordinates all detection components