File size: 1,947 Bytes
342ec4f
 
155f496
342ec4f
155f496
342ec4f
 
 
 
155f496
 
ecc294a
 
155f496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: README
emoji: πŸ›‘οΈ
colorFrom: indigo
colorTo: blue
sdk: static
pinned: false
---

<div align="center">

<img src="https://huggingface.co/spaces/CID-222/README/resolve/main/cidlogoonly.png" alt="CID222" width="170" />

# CID222

### Security Begins Where AI Thinks

**Enterprise-grade AI security for AI-driven businesses**

[🌐 cid222.ai](https://cid222.ai/) Β· [πŸ’» GitHub](https://github.com/CID222)

</div>

---

CID222 builds a unified AI security platform that sits between your applications and LLM providers, protecting sensitive data across your AI infrastructure β€” enterprise-level privacy, compliance, visibility and control.

- πŸ”’ **PII detection & masking** β€” 15+ entity types caught before they reach the LLM
- ☣️ **Toxicity filtering** β€” hate speech, abuse and profanity blocked in 100+ languages
- πŸ’‰ **Prompt injection & jailbreak prevention**
- πŸ‘¨β€πŸ’» **Code safety** β€” malicious / unsafe code flagged in prompts and outputs
- πŸ“„ **Document & image redaction** β€” OCR-powered PII removal from PDFs, DOCX and images
- πŸ“‹ **Compliance-ready** β€” GDPR, EU AI Act, KVKK; full audit trails

## πŸ›‘οΈ CID Guardrails

This organization hosts the **CID Guardrails** model suite β€” multilingual transformer classifiers that power the platform's input/output filtering pipeline. Models are fine-tuned on our in-house multilingual datasets (also hosted here) and exported to **ONNX** for low-latency production inference.

| Guardrail | Task | Base model |
|-----------|------|------------|
| πŸ” PII / NER | Token classification | DistilBERT (multilingual) |
| ☣️ Toxicity | Text classification | mDeBERTa (multilingual) |
| πŸ’‰ Prompt Injection | Text classification | mDeBERTa (multilingual) |
| πŸ‘¨β€πŸ’» Code Safety | Text classification | UniXcoder |

Browse our [collections](https://huggingface.co/CID-222/collections) for the latest model versions and their training datasets.