Skip to main content

Detection Engine Updates Version 2.172

calendar icon   Release Date: September 14, 2026

This release ships ten new detectors, including Brightcove OAuth credentials, Infor ION API credentials, Telnyx API keys, Bifrost virtual keys, Jira Data Center personal access tokens, and a generic Sanctum token detector. Several existing detectors gain recall: Scaleway Token now catches SCW_SECRET_KEY / SCALEWAY_SECRET_KEY assignments, Username Password understands Spanish, Portuguese, French, and Turkish keywords, and the Salesforce OAuth2 Keys and Splunk Authentication Token detectors now capture the instance host alongside the credential. On the validation side, new checkers ship for Splunk authentication tokens and Artifactory reference tokens, both with custom host support, and the Salesforce and Databricks checkers move to more reliable endpoints. Eight new secret analyzers cover AWS Cognito, Alibaba Cloud, Databricks, PyPI, Contentful, and the three DigitalOcean token variants.

New Detectors

Detector Updates

  • Salesforce Oauth2 Keys: The detector now also captures the Salesforce instance host next to the keys, and the checker validates credentials against that instance's OAuth token endpoint (production or sandbox) instead of the unreliable token introspection endpoint; it returns failed_to_check when no host is found.
  • Scaleway Token: Detect SCW_SECRET_KEY / SCALEWAY_SECRET_KEY assignments, including when the word "scaleway" is absent from the document.
  • Databricks Authentication Token With Hostname: Switch the checker to use a more reliable endpoint.
  • Username Password: Also match Spanish, Portuguese, French, and Turkish username/password assignment keywords.
  • Google API Key: Detect Google API keys that contain only one digit.
  • Generic Database Assignment: The generic_database_assignment_attached_port detector has been merged into the generic_database_assignment detector.
  • Splunk Authentication Token: The detector now also matches an optional Splunk host alongside the token, and a new checker validates the token against it, with custom host support.
  • Artifactory Reference Token: Add a checker for Artifactory reference tokens with custom host support.
  • Generic High Entropy Secret: The generic_high_entropy_secret detector now reports secrets located near a localhost mention.
  • Generic Encryption Key: The generic_encryption_key detector now reports keys located near a localhost mention.

New Analyzers

Analyzer Updates

  • Figma Personal Access Token: The Figma personal access token analyzer now reports the folders:read scope, which replaces the deprecated projects:read scope.