KeyDrift
Free scan
criticalanthropic-api-key· Anthropic

Anthropic API key

Billable API access to the Claude API.

How it is detected

Matches the `sk-ant-api` and `sk-ant-admin` prefixes with their version segment.

If you find one

  1. 1Revoke the key in the Anthropic console.
  2. 2Review usage for the billing period.
  3. 3Put the API call behind a server route with your own rate limiting.
https://console.anthropic.com/settings/keys

Where it turns up

Most often in chat features calling the API directly from a React component.

Fix it in your stack