Ai Security Gateway Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ai Security Gateway Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Local PII detection and masking for Claude Desktop, Cursor, and Windsurf. Your prompts are scanned on your machine before reaching any LLM.
Automatically detects and masks sensitive data in your prompts:
Once installed, Claude Desktop (and Cursor/Windsurf) automatically has access to a scan_prompt tool. You can ask Claude to scan any prompt before sending it, or Claude will proactively suggest scanning when it detects potentially sensitive content.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ai-security-gateway": {
"command": "npx",
"args": ["-y", "ai-security-gateway-mcp"]
}
}
}npm install -g ai-security-gateway-mcpThen add to claude_desktop_config.json:
{
"mcpServers": {
"ai-security-gateway": {
"command": "ai-security-gateway-mcp"
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAfter restarting Claude Desktop, try:
Scan this prompt for PII before I send it: [your text here]Use REPLACE mode to anonymize: [your text here]Is this safe to send to an LLM? [your text here]| Mode | Behaviour | Example |
|---|---|---|
MASK | Partially hides values | j***@g***.com |
REDACT | Removes values entirely | (empty) |
REPLACE | Substitutes typed tokens | [EMAIL], [AADHAAR] |
All detection runs locally on your machine. No data is sent to any server or cloud service.
npm install
npm run build # compile TypeScript → dist/
npm run dev # run via tsx (no compile step)
npm start # run compiled output~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.