AI
Atlas AI
JK
← All policies

Template library

15 starter policies covering OWASP LLM Top 10, EU AI Act, GDPR, industry regulations, shadow AI, and content safety. Clone to start observing — admins decide when to promote to Strict.

15 of 15 templates
Industry-specificcritical

PCI-DSS Cardholder Data Block

Blocks credit card numbers (PAN), CVV, and expiry dates from entering or leaving LLM systems.

2 detectorsv1.0.0
PCI-DSS v4.0 Req. 3
Industry-specificcritical

PHI / Healthcare Data Protection

Detects and blocks Protected Health Information (PHI) — medical record numbers, diagnoses, treatments, identifiers — unless system has BAA in place.

2 detectorsv1.0.0
HIPAA Privacy RuleGDPR Art. 9
OWASP LLM Top 10LLM01:2025critical

Prompt Injection Defense

Detects and blocks attempts to override system instructions through user input, including jailbreak patterns, role escape, and instruction smuggling.

3 detectorsv1.0.0
EU AI Act Art. 15
GDPRcritical

Special Category Data Block

Blocks processing of GDPR Art. 9 special category data (health, racial origin, religion, biometric) unless explicit lawful basis is established.

3 detectorsv1.0.0
GDPR Art. 9
OWASP LLM Top 10LLM06:2025high

Agent Tool Restriction

Restricts which tools an agent can invoke based on user role and application context. Prevents agents from overstepping their authorised scope.

1 detectorv1.0.0
EU AI Act Art. 14
Industry-specifichigh

Attorney-Client Privilege Protection

Detects attorney-client privileged communication and blocks transmission to non-privileged AI systems.

2 detectorsv1.0.0
Common-law privilegeBar association rules
GDPRhigh

GDPR Data Minimization

Detects when prompts request more personal data than necessary for the stated purpose. Flags for review.

1 detectorv1.0.0
GDPR Art. 5(1)(c)
OWASP LLM Top 10LLM02:2025high

PII Input Redaction

Strips PII from user prompts before they reach the model, preventing accidental exposure to third-party LLM providers.

1 detectorv1.0.0
GDPR Art. 5
OWASP LLM Top 10LLM02:2025high

PII Output Prevention

Scans model responses for personally identifiable information (PII) — names, emails, phone numbers, national IDs — and blocks or redacts before display.

2 detectorsv1.0.0
GDPR Art. 5GDPR Art. 32
OWASP LLM Top 10LLM07:2025high

System Prompt Leakage

Detects when model responses include verbatim or near-verbatim system prompt text, blocking exposure of proprietary instructions.

2 detectorsv1.0.0
EU AI Actmedium

Art. 50 AI Disclosure Requirement

Ensures user-facing AI systems disclose their AI nature in initial responses. Detects missing disclosures and flags for review.

1 detectorv1.0.0
EU AI Act Art. 50
EU AI Actmedium

EU AI Act Art. 15 Audit Log

Mandatory audit logging for High-Risk AI systems. Captures every input, output, and policy decision with cryptographic chain-of-custody.

1 detectorv1.0.0
EU AI Act Art. 15EU AI Act Art. 12
Content Safetymedium

Output Toxicity Filter

Detects toxic, harmful, hateful, or harassing content in model responses and blocks before display.

1 detectorv1.0.0
EU AI Act Art. 5
Shadow AImedium

Shadow AI Request Detection

Flags requests routed to AI services not in the approved registry. Helps catch shadow AI before it becomes a compliance gap.

1 detectorv1.0.0
OWASP LLM Top 10LLM10:2025medium

Unbounded Consumption Guard

Throttles requests per user and per application to prevent denial-of-wallet attacks and runaway costs.

2 detectorsv1.0.0