LLM Security Proxy
An open-source, enterprise-grade data protection gateway. Scrub Personally Identifiable Information (PII), filter jailbreaks, and sign audit trails before prompts reach upstream providers.
Sending direct employee and customer prompts to public LLM services raises massive privacy and security concerns. The Acadify LLM Security Proxy acts as an inline trust shield, enforcing compliance requirements and shielding networks from prompt injection attacks.
1. Automatic PII Redaction
The proxy intercept flow automatically scans prompts for sensitive details, replacing elements like email addresses, phone numbers, IP addresses, credit cards, and social security numbers with secure placeholders.
Why it matters: Ensures corporate inquiries submitted to OpenAI, Anthropic, or other third-party LLMs remain fully compliant with HIPAA, GDPR, and CCPA guidelines.
2. Adversarial Prompt Guardrails
Incoming prompts are evaluated against heuristic and machine-learning patterns to intercept adversarial prompt injections, system bypass instructions, or jailbreaks. If an attack is detected, the request is immediately blocked at the gateway level.
3. Cryptographically Signed Audit Trails
Log all AI interactions as structured JSON payloads suited for SIEM systems (Splunk, Datadog). With log signing enabled, the proxy generates an HMAC-SHA256 signature for every log entry to guarantee audit log integrity.
OpenAI-Compatible Integration
The proxy mimics OpenAI's endpoint structure, meaning you can integrate it into your current software setups by simply swapping the API base URL in your SDK configuration.
Quickstart (Local Docker Launch)
Spin up the security proxy on your local machine using Docker Compose in seconds:
Open Source Repo
View the source code, infrastructure files, and unit tests on the official Acadify GitHub organization.
GitHub RepositoryEnterprise Deployments
Our AI Labs team can help deploy, configure, and customize the security proxy for AWS ECS Fargate, Kubernetes, and local VPC environments.
Contact AI LabsAcademic & Core Methodology Sources
The proxy's data redaction and adversarial classification heuristics are grounded in peer-reviewed security and privacy-preserving AI research.