Skip to main content

Crate oxideshield_core

Crate oxideshield_core 

Source
Expand description

OxideShield Core Library

Core types, pattern matching, and utilities for the OxideShield security toolkit.

§Research References

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::*;

Modules§

error
Error types for OxideShield
matcher
Pattern matching engine using Aho-Corasick algorithm
perplexity
Perplexity and entropy analysis for adversarial suffix detection
severity
Severity levels for security findings
tokenizer
Tokenizer integration using tiktoken-rs
types
Core types for OxideShield