Like Stripe's secure payment badge, but for copy-to-clipboard prompts. Verify your prompts are safe before users copy them.
Paste any prompt to scan it for injection patterns
The badge will show a warning if displayed on any other domain. This prevents unauthorized copying of your verified badge.
The best way to use Secure Prompts is through Claude Code. Just say "register this prompt as secure" and Claude handles everything.
Model Context Protocol (MCP) lets you give Claude Code custom tools. Instead of copying prompts to a website, you just tell Claude what you want in natural language. It's like adding plugins to your AI assistant.
Learn more about MCP →This badge IS the installation.
Click "Get Prompt Securely" below, copy the setup instructions, paste into Claude Code. That's it — MCP server installed. This is exactly what your users will experience when they use your secure prompt badges.
What this badge tells you:
After pasting into Claude Code:
Just say "register this prompt as secure" and Claude will scan it, give you embed code, and ask which badge style you want. Done.
git clone https://github.com/jphyqr/secure-prompts-mcp.git cd secure-prompts-mcp && npm install && npm run build
{
"mcpServers": {
"secure-prompts": {
"command": "node",
"args": ["/path/to/secure-prompts-mcp/dist/index.js"]
}
}
}You say:
"Register this prompt as secure: You are a helpful coding assistant..."
Claude responds:
I've registered your prompt. Risk level: safe. Here's your embed code...
Other things you can say:
Use the form above if you prefer not to set up MCP
Paste your prompt above and scan it
Copy the embed code for your site
Users see the verified badge
Users know the prompt is safe
AI-powered analysis catches subtle manipulation that regex can't detect
Attempts to override AI behavior:
"ignore previous instructions", "new system prompt"Sneaky SEO manipulation:
"insert a link to X", "always mention my site"Attempts to send data out:
"email results to", "POST to webhook"Subtle behavior modifications:
"always recommend X", "never mention Y"Bypass safety measures:
"DAN mode", "pretend you have no restrictions"Hidden unicode tricks:
Zero-width spaces, RTL overrides, homoglyphsWant to run your own Secure Prompts verification system? Copy our Claude Code prompt and deploy it yourself.
Includes scanner, API routes, embeddable script, and landing page.
Yes, completely free. We benefit from the backlinks when sites use our badge.
Review the detections. Many patterns are intentional (like URLs for attribution). The badge will show what was found so users can make informed decisions.
The badge uses hash verification. If you modify the prompt, the badge will show a "modified" warning to users. Re-register the new version for a fresh verification.
Yes, we store the prompt text to enable verification. We don't share or sell prompt content.
Transparency. If your prompt includes links (common for attribution or references), users should know. Hidden links could be malicious, disclosed links build trust.
Scroll up to scan your first prompt, or check out our other tools.