Skip to main content

Claude Shield — local-first privacy and proxy audit

Claude Shield

Local-first privacy and proxy-consistency audit for Claude Code and Agent Skills hosts.

CI v1.3.3 Read-only by default Windows MIT License

简体中文 · Skill instructions · MIT License

How is your Claude account doing lately?

It's probably not bad luck — it's the road your traffic takes. You think everything goes through your proxy, but actually: DNS quietly falls back to your home broadband, a "backup tunnel" connects directly without the proxy, a small WebRTC backdoor lets websites see your real network address, or your proxy node randomly hops between countries at 3am.

Every one of these leaks tells the platform "something's off." Accounts get flagged, challenged, even banned — often not because of what you say, but because of these details exposing you.

Claude Shield is the tool that checks those details for you — a read-only checkup that touches nothing:

  • Network egress: where does your traffic actually leave from, and is anything bypassing the proxy?
  • DNS resolution: does a simple lookup secretly detour somewhere it shouldn't?
  • Proxy setup: are your nodes auto-hopping, are your rules silently broken?
  • System state: do your timezone, language, and privacy toggles contradict each other?

When the checkup finishes, you get a clear report — every item labeled: Must fix (a real problem), Optional consistency (not a risk, but worth aligning), Leave alone (don't touch it).

Then the decision is entirely yours — nothing changes without your explicit approval.

And here's what this tool won't do:

  • It won't help you impersonate someone else (no fingerprint spoofing, no hiding automation)
  • It won't help you fabricate identity (no fake addresses, billing, or personal info)
  • It will never guarantee "this config means you'll never get banned" — anyone who promises that is lying to you.

The "anti-ban" tools teach you to fool the platform. Claude Shield does one thing: show you the truth, and give you back the choice.

Audit first. Decide after. Your account deserves one honest check.

Install

pip install -U claude-shield

Requires 1.3.3+ for the full report (plain-language column, consistency score, proxy-layer checks).
Note on 1.3.2: the PyPI 1.3.2 wheel mainly dropped the fake demo screenshot; later features stayed on git under the same version label until 1.3.3. Prefer pip install -U claude-shield or install from this repo.
Legacy package anti-claude-check is retired — use claude-shield only.

As an agent skill (Codex / Claude Code):

git clone https://github.com/AschoofAlpha/claude-shield.git "$HOME/.codex/skills/claude-shield"

Invoke $claude-shield in Codex. For Claude Code, install the same folder as ~/.claude/skills/claude-shield and invoke /claude-shield.

CLI (1.3)

python -m claude_shield                 # markdown report (offline)
python -m claude_shield --json          # report_dict + summary as JSON
python -m claude_shield --online --timeout 5
python -m claude_shield --online --intended-region US

Online probes (egress, DNS observation, IP reputation, cross-site exits) stay off unless you pass --online.

Library defaults: run_full_audit(include_recommendations=True) returns report_markdown via format_report. Windows collector also reports Firefox WebRTC policy presence when detectable.

What you get

  • A full read-only Windows collector for proxy, DNS, IPv6, system, and documented Claude Code privacy settings, plus a limited POSIX environment summary.
  • Clash Verge/Mihomo checks for rule mode, system proxy, service/TUN state, strict-route, fake-IP, DNS hijacking, LAN access, and the actual policy selection when its local controller is available.
  • Recommendations split into Must fix, Optional consistency, and Leave alone.
  • Optional, reversible privacy environment-variable remediation. No automatic DNS, route, firewall, VPN, or IPv6-adapter changes. Device-ID/cache/fingerprint items appear only as optional recommendations with explicit limits (local hygiene only; not server unban; no anti-detect stacks).
  • Report plain-language 说明/meaning on every check, a configuration self-consistency score (not anti-ban), and a soft footer listing what is recommend-only never auto (fingerprint, timezone-follow-node, env wipe, anti-ban score disguise, DNS/route/TUN).

The audit is local evidence, not a prediction of account approval or suspension.

Run python -m claude_shield for a live markdown report (format_report: evidence table + Must fix / Optional consistency / Leave alone). No staged demo screenshot is shipped.

Read-only collection

Windows PowerShell 7:

pwsh -NoProfile -ExecutionPolicy Bypass -File .\scripts\collect_windows_network.ps1

Windows PowerShell 5.1:

powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\scripts\collect_windows_network.ps1

macOS or Linux:

python ./scripts/collect_posix_network.py

Collector output can contain local identifiers. Keep raw output local and let the Skill redact it before sharing.

Report

The Skill returns a compact evidence table (signal, status, confidence, evidence, action) followed by three short sections: Must fix, Optional consistency, and Leave alone. See SKILL.md for the exact report format and interpretation rules.

Privacy opt-outs

Preview first:

pwsh -NoProfile -File .\scripts\remediate_windows_network.ps1

After explicit approval, apply the documented Claude Code privacy environment variables:

pwsh -NoProfile -File .\scripts\remediate_windows_network.ps1 -Apply

The script writes a backup and prints the exact rollback command. The broad non-essential-traffic opt-out can disable optional Claude Code features, so enable it only when that tradeoff is intended. On POSIX, --apply creates a private environment file and prints the source command; it does not edit shell profiles or network settings.

Safety boundary

  • No fingerprint spoofing, automation concealment, CAPTCHA bypass, or multi-account tooling.
  • No fabricated identity, residence, billing, tax, or payment information.
  • May recommend optional local device-id/cache hygiene or browser WebRTC hardening when artifacts are present; does not auto-delete IDs, does not spoof fingerprints, and cannot clear server-side marks or unban accounts.
  • No claim that a configuration prevents account review or suspension.

Use current primary documentation for Claude Code privacy controls and rate limits. Treat third-party detector labels as opinions until live routing evidence corroborates them.

If this project finds a real leak or prevents an unnecessary destructive change, a GitHub star helps others discover it.

Download files

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

Source Distribution

claude_shield-1.3.3.tar.gz (281.1 kB view details)

Uploaded Source

Built Distribution

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

claude_shield-1.3.3-py3-none-any.whl (278.2 kB view details)

Uploaded Python 3

File details

Details for the file claude_shield-1.3.3.tar.gz.

File metadata

  • Download URL: claude_shield-1.3.3.tar.gz
  • Upload date:
  • Size: 281.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for claude_shield-1.3.3.tar.gz
Algorithm Hash digest
SHA256 f35bfcc23cd5fe5a695e176c3fd2a03da2427e42dea4a01d24d1d89d4f0804df
MD5 727d1da37f33a77b903848caa8a321bc
BLAKE2b-256 9a9833e41629723ecca226a1c82564e80520bd2389048d408dfc9be473168c51

See more details on using hashes here.

Provenance

The following attestation bundles were made for claude_shield-1.3.3.tar.gz:

Publisher: publish.yml on AschoofAlpha/claude-shield

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file claude_shield-1.3.3-py3-none-any.whl.

File metadata

  • Download URL: claude_shield-1.3.3-py3-none-any.whl
  • Upload date:
  • Size: 278.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for claude_shield-1.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a2dc5109a413dbdd847b2f5a73facadb73b0f98703a3be9102d9ef51856e22d1
MD5 8bdc08fcb1f7be15c375768689c587a8
BLAKE2b-256 09514fee60d609f3d2708f05514d23ebe037d2f4981e80c4d434b890da640ef1

See more details on using hashes here.

Provenance

The following attestation bundles were made for claude_shield-1.3.3-py3-none-any.whl:

Publisher: publish.yml on AschoofAlpha/claude-shield

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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