Interactive Supply Chain Map
Click a node to see what's exposed at each layer
The Magnitude of the Problem
How Shield Closes Every Gap
Runs on your machine, before TLS
Shield is a local desktop application — not a cloud service, not a network appliance. Redaction happens in your process space, on your CPU, before the first encrypted byte leaves your network interface. This is the only layer where you have cryptographic certainty about what leaves your machine.
Five-layer detection engine
Regex catches known patterns (AWS keys, JWT tokens). Entropy analysis catches novel secrets. ML classifiers catch context-dependent PII. Structural analysis catches credential-bearing JSON. Contextual scoring reduces false positives by weighting detections against surrounding text.
Tokenization, not blocking
Rather than blocking requests (which breaks developer workflows), Shield replaces sensitive tokens with opaque placeholders. The LLM still receives a grammatically coherent prompt — it just sees <REDACTED_TOKEN_42> instead of real credentials. Developers stay productive; data stays protected.
Provider-agnostic proxy
Shield works with any OpenAI-compatible API, plus Anthropic, Google, Azure, AWS Bedrock, and local models. One env var points your app to Shield; Shield forwards to your provider(s) of choice. No SDK changes, no library dependencies, no provider lock-in.
Tamper-evident audit chain
Every redaction is cryptographically hashed and chained into a local audit log. Compliance teams can verify that specific data types were redacted at specific times without ever seeing the original values. SOC 2, HIPAA, and GDPR auditors get verifiable evidence — not screenshots.
Stop your data at the source
Shield redacts sensitive content on your machine — before it hits the network, before the provider logs it, before anyone can train on it. Three tiers, one env var, zero workflow changes.