zxc123aazxc123aaCommunityยท1 Agent Skills Included

cc-proxy-detector

Detect real backend origins behind Claude proxy services

Detects the true backend origin of Claude Code proxy and relay services, distinguishing Anthropic API, AWS Bedrock, and Google Vertex AI. Scans multiple models to expose mixed-channel routing and catches forged headers, rewritten IDs, and spoofed fingerprints. Eliminates guesswork when verifying whether a third-party relay is genuine or disguised.
npx skills add zxc123aa/cc-proxy-detector --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cc-proxy-detector?โ–ผ

Run `npx skills add zxc123aa/cc-proxy-detector --all -g -y` in your terminal to install this skill globally.

How to check if a Claude proxy is official?โ–ผ

Run the detect script against the proxy endpoint and it will fingerprint responses to confirm whether traffic reaches the real Anthropic API or a reverse-engineered backend.

Can it detect mixed-channel proxy routing?โ–ผ

Yes. Use the --scan-all flag to test every model, since proxies often route different models to different backends.

How does it catch spoofed proxy fingerprints?โ–ผ

It uses missing-field negative evidence and dynamic ratelimit verification, which are nearly impossible for proxies to forge consistently.

Do I need coding skills to use it?โ–ผ

No. You only need the proxy URL and API key, then run a single Python command to get a full detection report.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’