Secret scanning updates — November 2025

Published: (December 2, 2025 at 11:50 AM EST)
2 min read

Source: GitHub Changelog

GitHub Secret Scanning added support for numerous new secret types and made several detection and validation improvements during November.

  • New provider patterns – 24 new secret types from providers such as Azure, Databricks, Microsoft, Paddle, PostHog, and more.
  • Improved private key detection – Added patterns for Elliptic Curve and generic PKCS#8 private keys, plus better handling of escaped newlines.
  • Extended metadata – Discord discord_bot_token now includes extended metadata checks.
  • Validity checks – AWS Access Key ID validation has been refined.
  • Unlisted gists – Secrets in unlisted GitHub gists are now reported to Secret Scanning partners.

New patterns added

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

Both types can be enabled for push protection but are not 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 rename – token types were renamed to match Sentry’s updated naming conventions:

    Previous nameNew name
    sentry_organization_tokensentry_org_auth_token
    sentry_personal_tokensentry_user_auth_token
  • Extended metadata checks – the Discord discord_bot_token secret type now supports extended metadata checks, providing additional context such as owner information, creation dates, and organizational details.

  • Validity checks upgrade – improvements to AWS Access Key ID validation mean most customers will see alerts 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 the product documentation.

Back to Blog

Related posts

Read more »

Multivox: Volumetric Display

Article URL: https://github.com/AncientJames/multivox Comments URL: https://news.ycombinator.com/item?id=46149813 Points: 21 Comments: 3...