claude-skill-model-fingerprint

Detect counterfeit or wrapped Claude models via multi-signal fingerprinting and heuristic tests.

126|3|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/rt22766/claude-skill-model-fingerprint --skill claude-skill-model-fingerprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skill-model-fingerprint
Source: https://github.com/rt22766/claude-skill-model-fingerprint/tree/main
Command: npx skills add https://github.com/rt22766/claude-skill-model-fingerprint --skill claude-skill-model-fingerprint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

When using Claude Code or API integrations, it is difficult to confirm whether the underlying model is a genuine Claude instance or a third-party wrapper, downgraded version, or proxy. This Skill solves that problem by providing a systematic, multi-signal verification workflow.

Core Features & Use Cases

  • Multi-signal fingerprinting: Combines reasoning_effort detection, Magic String refusal tests, combinatorial reasoning puzzles, and offline date memory checks to cross-validate model identity.
  • Parallel subagent execution: Runs core tests simultaneously via three subagents for rapid results without sequential bottlenecks.
  • Conditional deep review: Automatically escalates to comprehensive identity, tool ecosystem, metadata, and nested-layer analysis when core tests reveal anomalies.
  • Use Case: A developer suspects their API endpoint is routing to a third-party wrapper instead of real Claude. Use this Skill to run a quick authenticity check and generate a structured diagnostic report.

Quick Start

Use the claude-skill-model-fingerprint skill to verify whether the current model is a genuine Claude instance and generate a diagnostic report.

Frequently Asked Questions about claude-skill-model-fingerprint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify Claude model authenticity in my API integration?

To verify Claude model authenticity, you can run multi-signal fingerprinting tests that cross-validate model identity through reasoning_effort detection, Magic String refusals, and combinatorial reasoning puzzles. This process detects counterfeit or wrapped models.

What is multi-signal fingerprinting for AI model verification?

Multi-signal fingerprinting is a diagnostic technique that combines reasoning_effort detection, Magic String refusal tests, combinatorial reasoning puzzles, and offline date memory checks to cross-validate whether an AI model is a genuine instance or a proxy.

How can I check if my Claude Code environment is routing to a third-party wrapper?

You can check for third-party wrappers by running parallel subagent tests that evaluate model behavior against specific heuristic benchmarks. If core tests reveal anomalies, a conditional deep review escalates to comprehensive identity analysis.

Does Claude model fingerprinting work for detecting downgraded versions?

Yes, model fingerprinting detects downgraded versions by applying heuristic tests and offline date memory checks to cross-validate identity. It systematically checks for spoofing, downgrading, and third-party proxying in API integrations.

What are the limitations of using heuristic tests for AI detection?

Heuristic tests for AI detection rely on behavioral signals like Magic String refusals and reasoning puzzles, which may not catch highly sophisticated proxies. They are best used for rapid diagnostic reporting rather than absolute cryptographic verification.