Expand description
OxideShield Core Library
Core types, pattern matching, and utilities for the OxideShield security toolkit.
§Research References
- AutoDAN - Genetic algorithm adversarial prompts
- GCG Attack - Zou et al., 2023
Re-exports§
pub use error::Error;pub use error::Result;pub use matcher::Pattern;pub use matcher::PatternMatcher;pub use perplexity::AnomalySegment;pub use perplexity::AnomalyType;pub use perplexity::PerplexityAnalyzer;pub use perplexity::PerplexityConfig;pub use severity::Severity;pub use types::*;