What Gets Detected
- Secrets — API keys, private keys, database passwords, tokens in config files and
.envfiles - PII — Customer names, emails, phone numbers in code comments, test data, or log output
Claude Code
One environment variable:Cursor
- Open Settings → Models
- Scroll to API Keys section
- Enable Override OpenAI Base URL toggle
- Enter:
http://localhost:3000/openai/v1 - Add your OpenAI API key
Environment Variables
Most AI coding tools respect the standard environment variables:API Endpoints
| API | PasteGuard URL |
|---|---|
| OpenAI | http://localhost:3000/openai/v1 |
| Anthropic | http://localhost:3000/anthropic |