]> git.99rst.org Git - sgasser-llm-shield.git/commitdiff
Soften compliance boundary wording
authorStefan Gasser <redacted>
Sun, 28 Jun 2026 23:17:01 +0000 (01:17 +0200)
committerGitHub <redacted>
Sun, 28 Jun 2026 23:17:01 +0000 (01:17 +0200)
README.md
docs/concepts/local-first-privacy.mdx
docs/introduction.mdx
docs/use-cases/regulated-teams.mdx

index f63fb81af9c30a79865cc6a2fcbbb755cc48148c..511ef396a76edac81392a77e8528765c13bcb3c0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Change one base URL. PasteGuard masks the request, forwards it to the configured
 
 ## Built For Strict Privacy Rules
 
-PasteGuard is not a compliance certification and does not make your system compliant by itself. It is designed for teams that need a local or self-hosted control point before AI providers.
+PasteGuard is a privacy control point before AI providers. It can support regulated workflows, but it does not replace your legal, security, or compliance program.
 
 Use it when your current options are:
 
index c8db59ff6185dd794503128d47948359f6ea2e39..9ac6a1b7a143f5842799c2c1cf0be3f727bf2c2a 100644 (file)
@@ -65,7 +65,7 @@ Use route mode when a use case should not send even masked sensitive requests to
   Configure local routing for sensitive requests
 </Card>
 
-## What PasteGuard Does Not Claim
+## Compliance Boundary
 
 PasteGuard does not by itself certify compliance with DORA, GDPR, HIPAA, SOC 2, or any other framework.
 
index 05414a75ab1cfc8b2d3638ea6b4449e5fbfdc1dd..bd0c40be9e79d0e106d285c64f076ed8dafa8d8c 100644 (file)
@@ -28,7 +28,7 @@ It is built for teams that want to use AI with real context but cannot send raw
 
 ## Built For Raw Data Limits
 
-PasteGuard does not certify your organization as compliant. It gives teams a local or self-hosted control point before requests reach AI providers.
+PasteGuard gives teams a local or self-hosted control point before requests reach AI providers.
 
 Use it when the current options are manual redaction, no cloud AI for sensitive work, a weaker local-only model, or custom masking code in every app.
 
index f6243475cd62791c440c4c454a17323fd7d9d983..7f0d3003ccde2d6446afe7aa354784ebf3d6caf3 100644 (file)
@@ -56,7 +56,7 @@ Use local or self-hosted deployment when your team needs tighter control over:
 - How masking rules are configured
 
 <Warning>
-PasteGuard is not a compliance certification and does not make an organization compliant by itself. It can help keep sensitive values out of prompts before they reach a provider.
+PasteGuard can help keep sensitive values out of prompts before they reach a provider. Your legal, security, and compliance controls still decide whether a workflow is production-ready.
 </Warning>
 
 ## What To Validate In A Pilot
git clone https://git.99rst.org/PROJECT