BlackShield
Protect private information by sending any data—text, files, chat logs, or documents through BlackShield before transmitting it to another service.
Put BlackShield between your app and any model endpoint. One request in, sanitized output out.
// before any LLM call const clean = await fetch('http://blackshield:3000/detect', { method: 'POST', body: JSON.stringify({ text: userMessage }) }); const { sanitized } = await clean.json();
Add your email once and we will alert you when BlackShield is ready.
BlackShield is the local API that intercepts sensitive data before it reaches any other service.
Join the BlackShield waitlist to get access updates.