From: Stefan Gasser Date: Sun, 28 Jun 2026 23:17:01 +0000 (+0200) Subject: Soften compliance boundary wording X-Git-Tag: v0.7.3~2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a8ef0638491b2de3a7bbdb12c180d3b5748ee5a9;p=sgasser-llm-shield.git Soften compliance boundary wording --- diff --git a/README.md b/README.md index f63fb81..511ef39 100644 --- 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: diff --git a/docs/concepts/local-first-privacy.mdx b/docs/concepts/local-first-privacy.mdx index c8db59f..9ac6a1b 100644 --- a/docs/concepts/local-first-privacy.mdx +++ b/docs/concepts/local-first-privacy.mdx @@ -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 -## What PasteGuard Does Not Claim +## Compliance Boundary PasteGuard does not by itself certify compliance with DORA, GDPR, HIPAA, SOC 2, or any other framework. diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 05414a7..bd0c40b 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -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. diff --git a/docs/use-cases/regulated-teams.mdx b/docs/use-cases/regulated-teams.mdx index f624347..7f0d300 100644 --- a/docs/use-cases/regulated-teams.mdx +++ b/docs/use-cases/regulated-teams.mdx @@ -56,7 +56,7 @@ Use local or self-hosted deployment when your team needs tighter control over: - How masking rules are configured -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. ## What To Validate In A Pilot