Skip to main content

Universal outbound data guard for AI agents — regex-first NER pipeline, zero ML weight, runs everywhere.

Project description

Safeclaw

Universal outbound data guard for AI agents.

Safeclaw catches sensitive data (API keys, passwords, emails, credit cards) before an AI agent accidentally leaks it. Runs on-premise with zero external calls — works for local dev, CI/CD pipelines, and enterprise deployments alike.

Works with any AI agent: Claude Code, OpenClaw, ClaudeClaw, Codex, and more!

pip install safeclaw-guard

Why This Exists

AI agents have access to your codebase, .env files, databases, and configs. When they generate output — a shell command, a file, an API call — they can accidentally include secrets in plaintext. The agent doesn't know it's leaking. Safeclaw stops that at the exit.

Safeclaw flow diagram

In plain English: The AI agent reads your secrets to do its job. Safeclaw makes sure those secrets don't appear in the output.

Block vs Redact

Input:  "Deploy with key sk-ant-api03-realkey123..."
Output: "[SAFECLAW BLOCKED] contains sensitive data: Anthropic API Key"

Input:  "Send report to john@acme.com and call 555-867-5309"
Output: "Send report to [REDACTED:EMAIL] and call [REDACTED:PHONE]"

Configurable per entity type — API keys block, emails redact. Your call.


Get Started

Safeclaw supports multiple integration methods depending on your agent and workflow:

🤖 MCP-Compatible Agents (Claude Code, OpenClaw, ClaudeClaw, etc.)

pip install safeclaw-guard
safeclaw install --mcp

Your MCP-compatible agent can now use Safeclaw's safeclaw_scan and safeclaw_detect tools automatically.

🐍 Python Code (Any Python Agent)

from safeclaw import guard

result = guard("Contact john@acme.com with key sk-ant-api03-abc123...")
print(result.safe)      # False
print(result.blocked)   # True — API key detected
print(result.text)      # [SAFECLAW BLOCKED] ...

🌐 HTTP API (Any Language, Any Agent)

safeclaw serve   # starts on localhost:18791
curl -X POST http://127.0.0.1:18791/scan \
  -H "X-Safeclaw-Secret: <secret>" \
  -d '{"text": "your text here"}'

💻 CLI Tool (Shell Scripts, CI/CD, Hooks)

pip install safeclaw-guard
safeclaw install  # For Claude Code specifically

# Or use directly:
echo "some text" | safeclaw scan
safeclaw scan < file.txt

What It Detects

Entity Default Examples
API Keys 🔴 Block sk-ant-..., AKIA..., ghp_..., sk_live_...
Private Keys 🔴 Block PEM-encoded RSA/EC keys
Passwords 🔴 Block password = "...", postgres://user:pass@host
Credit Cards 🔴 Block Visa, Mastercard, Amex (Luhn-validated)
SSNs 🔴 Block 123-45-6789
JWTs 🟡 Redact eyJhbG... base64 tokens
Emails 🟡 Redact user@domain.com
Phone Numbers 🟡 Redact US and international formats

Architecture

Safeclaw architecture diagram

  • Pipeline pattern (spaCy/sklearn-inspired) — pluggable detectors. Ships with RegexDetector, drop in an ML model later without changing any code.
  • Pydantic v2 models — typed Span, Entity, GuardResult following NER conventions.
  • Confidence scoring — every match has a score (0.0–1.0). Only flags above your threshold.
  • Overlap resolution — when two patterns match the same span, highest confidence wins.

Configuration

safeclaw init    # creates .safeclaw.yaml
threshold: 0.75       # confidence cutoff
fail_open: true       # if error: pass through (true) or block (false)

rules:
  api_key:    { action: block,  enabled: true }
  email:      { action: redact, enabled: true }
  phone:      { action: redact, enabled: true }
  ip_address: { action: redact, enabled: false }  # too noisy

Commands

Command What it does
safeclaw scan Scan stdin (also works as Claude Code hook)
safeclaw serve HTTP server on localhost
safeclaw mcp MCP stdio server
safeclaw install Add to Claude Code
safeclaw uninstall Remove from Claude Code
safeclaw init Create config file

Try It

git clone https://github.com/wassupjay/SafeClaw.git && cd SafeClaw
python -m venv .venv && source .venv/bin/activate
pip install -e .
python demo.py
Demo output
  Clean text          → ✅ PASS
  Email               → 🟡 REDACT  [REDACTED:EMAIL]
  Phone               → 🟡 REDACT  [REDACTED:PHONE]
  JWT                 → 🟡 REDACT  [REDACTED:JWT]
  OpenAI key          → 🔴 BLOCK
  Anthropic key       → 🔴 BLOCK
  AWS key             → 🔴 BLOCK
  GitHub token        → 🔴 BLOCK
  Stripe key          → 🔴 BLOCK
  Password            → 🔴 BLOCK
  Credentials in URL  → 🔴 BLOCK
  SSN                 → 🔴 BLOCK
  Credit card         → 🔴 BLOCK
  PEM private key     → 🔴 BLOCK
  16/16 tests passed

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

safeclaw_guard-0.1.5.tar.gz (71.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

safeclaw_guard-0.1.5-py3-none-any.whl (21.2 kB view details)

Uploaded Python 3

File details

Details for the file safeclaw_guard-0.1.5.tar.gz.

File metadata

  • Download URL: safeclaw_guard-0.1.5.tar.gz
  • Upload date:
  • Size: 71.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for safeclaw_guard-0.1.5.tar.gz
Algorithm Hash digest
SHA256 b3c9612377995ceeec469e27e36499462cca6229a2a0117f1e6f41932b2891c6
MD5 d6709ab71ca811a3dfdd0f88aee5b3f9
BLAKE2b-256 bb5810d14f343ae972352009d9b245f4a058e8d362c0d0ba8cc266b0ede52772

See more details on using hashes here.

File details

Details for the file safeclaw_guard-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: safeclaw_guard-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 21.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for safeclaw_guard-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ebc4267747fb95de0da31d5ac0569e038d9a95a30cedd8f20e2871bcd6ed6bec
MD5 2c783980e38536ab534d1dbf9ba6299e
BLAKE2b-256 2b7aef0c4ee94cf76de8fac8bcc31712ca187bd89fd16234a6b43884d07d8b33

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page