PRIVACY SHIELD FOR AI CODING TOOLS
Your code contains API keys, passwords, and personal data.
AgentVeil detects 39 PII & secret types, masks them before AI sees them — then restores on response.
Works on macOS & Linux. Runs as a native background service — auto-starts on login, auto-restarts on crash.
39 detection patterns: CCCD, phone, email, passwords, API keys (OpenAI, AWS, Stripe...), JWTs, PEM keys, connection strings. Vietnamese & international formats.
PII-to-token mappings stored in Redis with AES-256-GCM encryption. Session-isolated, auto-expires with configurable TTL. Role-based masking for viewer/admin.
Scan AI agent skill files for dangerous instructions. Behavior chain analysis, anti-evasion, and Vietnam AI Law 2026 compliance.
Block prompt injection, jailbreak attempts, and DAN attacks. Canary tokens detect data leaks in real-time.
Route to OpenAI, Anthropic, Gemini, Ollama simultaneously. Load balancing, fallback, and health checks built-in.
Pre-built compliance checks for Vietnam AI Law 2026, GDPR, and EU AI Act. Generate audit reports in JSON or HTML. Discord & Slack webhook alerts.
# Your config.py — sent raw to AI ⚠️
DB_HOST = "192.168.1.100"
DB_PASSWORD = "Admin@123#"
ADMIN_EMAIL = "[email protected]"
CCCD = "012345678901"
API_KEY = "sk-live-abc123..."
# What AI actually sees — safe ✅
DB_HOST = "[IP_1]"
DB_PASSWORD = "[SECRET_1]"
ADMIN_EMAIL = "[EMAIL_1]"
CCCD = "[CCCD_1]"
API_KEY = "[OPENAI_KEY_1]"
MIT licensed. Full source on GitHub, no vendor lock-in, no usage limits.
Detects CCCD, SĐT, CMND, biển số xe, MST — built for Vietnamese developers.
Auto-detects 23+ key formats — OpenAI, AWS, Stripe, GitHub, PEM keys, JWTs, and connection strings.
Skill auditing with behavior chain analysis and anti-evasion. Blocks malicious instructions before they execute.
Plug & play. Just point your AI tool to AgentVeil and you're protected. Works with any LLM provider.
Built-in compliance checks for Vietnamese AI regulations, GDPR, and EU AI Act. Export audit reports in JSON or HTML.