transform.ignlab.net
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
Anthropic’s Claude has its own data-handling terms, but the safest habit for any AI assistant is the same: don’t paste secrets you don’t have to. AI Safeguard scans your code or config for API keys, tokens, passwords and PII and redacts them locally in your browser before you copy it into a Claude chat.
Not inherently — the risk is specific to what’s in the text, not the assistant itself. A stray API key, password, or database URL sitting in a config file or log is what actually creates exposure.
Private key blocks, JWTs, AWS/GCP/Azure/Stripe/GitHub/OpenAI/Slack/npm tokens, bearer tokens, credential assignments (password=, api_key:), credit card numbers, emails and IP addresses.
No — sanitization and any format conversion both run entirely in your browser; nothing is sent to a server.
See the full AI Safeguard overview, or browse format conversions. Want to double-check what's actually in your text first? Run it through DataExtract's API key extractor to see every exposed credential before you sanitize.