Improvement

December 2, 20254 Minute Read

Secret scanning updates — November 2025

GitHub secret scanning continually adds support for new secret types. The following updates were made during the month of November.

  • New provider patterns: Secret scanning added 24 new secret types from providers including Azure, Databricks, Microsoft, Paddle, PostHog, and more.
  • Improved private key detection: New patterns for Elliptic Curve and generic PKCS#8 private keys, plus improved detection of escaped newlines.
  • Extended metadata: Discord discord_bot_token now supports extended metadata checks.
  • Validity checks: Validation for AWS Access Key IDs has been improved.
  • Unlisted gists: Secrets in unlisted GitHub gists are now reported to secret scanning partners.

New patterns added

We added the following new patterns this month. Secret scanning automatically detects any secrets matching these patterns in your repositories.

ProviderSecret typePartnerUserPush protection
Azureazure_immersive_reader_key✓ (configurable)
Azureazure_logic_apps_url✓ (configurable)
crates.iocratesio_api_token✓ (configurable)
Databricksdatabricks_account_session_token✓ (configurable)
Databricksdatabricks_federated_account_session_token✓ (configurable)
Databricksdatabricks_oauth_code✓ (configurable)
Databricksdatabricks_oauth_refresh_token✓ (configurable)
Databricksdatabricks_oauth_secret_token✓ (configurable)
Databricksdatabricks_oauth_single_use_refresh_token_child✓ (configurable)
Databricksdatabricks_oauth_single_use_refresh_token_parent✓ (configurable)
Databricksdatabricks_scoped_api_token✓ (configurable)
Databricksdatabricks_scoped_internal_token✓ (configurable)
Databricksdatabricks_token✓ (configurable)
Databricksdatabricks_workspace_session_token✓ (configurable)
Microsoftpower_automate_webhook_sas✓ (configurable)
OneSignalonesignal_rich_authentication_token✓ (configurable)
Paddlepaddle_api_key✓ (configurable)
Paddlepaddle_sandbox_api_key✓ (configurable)
Pineapple Technologies Limitedpineapple_technologies_incident_api_key✓ (configurable)
PostHogposthog_feature_flags_secure_api_key✓ (configurable)
PostHogposthog_personal_api_key✓ (configurable)
Rainforest Payrainforest_api_key✓ (configurable)
Rainforest Payrainforest_sandbox_api_key✓ (configurable)
Raycastraycast_access_token✓ (configurable)

Private key patterns added

As announced on November 12, secret scanning now detects additional private key formats:

ProviderSecret typeDescription
Genericec_private_keyElliptic Curve private keys
Genericgeneric_private_keyGeneric PKCS#8 private keys

Like other generic patterns, both types can be configured for inclusion with push protection, but aren’t included by default.

Detector upgrades and improvements

The following private key patterns now also detect keys containing escaped newlines (\n), a common format in configuration files and environment variables:

  • ec_private_key
  • github_ssh_private_key
  • openssh_private_key
  • rsa_private_key

Sentry token types were also renamed to match Sentry’s updated naming conventions:

Previous nameNew name
sentry_organization_tokensentry_org_auth_token
sentry_personal_tokensentry_user_auth_token

The following secret type now supports extended metadata checks, providing additional context like owner information, creation dates, and organizational details.

ProviderSecret type
Discorddiscord_bot_token

We’ve upgraded validity checks for the following type. With recent improvements to our validation of AWS Access Key IDs, most customers will see alerts that were previously labeled “unknown” switch to “valid” or “invalid”.

ProviderPatternValidity
Amazon Web Services (AWS)aws_access_key_id

Partner notification updates

As announced on November 25, secrets found in unlisted GitHub gists are now reported to secret scanning partners. Since unlisted gists are accessible to anyone with the URL, leaked secrets in gists should be treated like any other publicly exposed credential.

Learn more about secret scanning and see the full list of supported secrets in our product documentation.

Subscribe to our developer newsletter

Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.

By submitting, I agree to let GitHub and its affiliates use my information for personalized communications, targeted advertising, and campaign effectiveness. See the GitHub Privacy Statement for more details.

Secret scanning updates — November 2025 - GitHub Changelog