Crate aimds_detection

Crate aimds_detection 

Source
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§

DetectionService
Main detection service that coordinates all detection components