| Presidio PII Redaction | Automatically detects and redacts PII from text in AI requests using configurable methods including replacement, masking, hashing, or encryption before the request reaches the AI model. | REQUEST, RESPONSE, LOG |
| Presidio Image PII Redaction | Extracts text from images via OCR, detects PII within the text, and returns redacted images with sensitive information obscured to protect privacy in multimodal AI requests. | REQUEST, RESPONSE, LOG |
| Presidio PII Detection | Analyzes AI requests for personally identifiable information (PII) using Microsoft Presidio and blocks requests containing sensitive data like emails, phone numbers, SSNs, and credit cards. | REQUEST, RESPONSE, LOG |
| Video Input Processing | Transform videos into LLM-compatible content by extracting frames, audio, and transcripts. Supports YouTube, TikTok, direct URLs, and works with any vision-enabled LLM. | REQUEST |
| Document Input Processing | Convert PDFs, Word, PowerPoint, and Excel documents into clean markdown for LLM processing. Uses Microsoft’s MarkItDown with optional LLM-powered image descriptions. | REQUEST |
| Regex Detect | Scans messages for regex patterns and rejects or redacts matches. Useful for filtering sensitive information like emails, phone numbers, or credit card numbers. | - |
| Invisible Text | Detects and removes non-printable, invisible Unicode characters to maintain text integrity and prevent steganography-based attacks. | - |
| Block Substrings | Blocks or redacts requests containing specific substrings. Useful for filtering unwanted content or enforcing content policies. | - |
| Llama Guard 3 | Uses Meta’s Llama Guard 3 model for content safety classification. Can detect and block unsafe content across 14 hazard categories including violence, hate speech, self-harm, and more. | - |