Skip to content

Rule Catalog

This page is generated from the embedded Gitleaks-compatible rules and every built-in Picket rule pack exposed by PicketConfigLoader.LoadBuiltInRulePack().

Positive and negative example values are intentionally summarized as counts rather than printed.

Catalog Rules Notes
Gitleaks-compatible default 222 Embedded strict-compatibility rules used by Gitleaks-compatible commands.
Picket-native additions 50 All built-in native rules, including opt-in packs.
picket-default 45 High-confidence rules enabled by the native default profile.
picket-strict 3 Broader opt-in rules with medium-confidence heuristics.
picket-experimental 2 Opt-in detectors under active tuning.

Native providers

AWS, Anthropic, Azure, Buildkite, Cast AI, Database, Docker, GCP, GitHub, Groq, HTTP, JWK, Kubernetes, LangSmith, MCP, NVIDIA, OpenAI, OpenRouter, Password, Replicate, Sourcegraph, Tailscale, Vercel, npm, xAI

Native validation templates

live:github-rest-user-v1, offline:anthropic-oauth-token, offline:aws-access-key-pair, offline:azure-storage-connection-string, offline:buildkite-token, offline:cast-ai-api-key, offline:claude-code-session-url, offline:codex-access-token, offline:codex-refresh-token, offline:database-connection-url, offline:docker-hub-access-token, offline:docker-registry-auth, offline:gcp-api-key, offline:gcp-service-account-key-json, offline:github-app-token, offline:github-classic-token, offline:github-fine-grained-pat, offline:groq-api-key, offline:jwk-private-key, offline:kubernetes-secret, offline:langsmith-api-key, offline:mcp-server-credential, offline:npm-auth-token, offline:npm-basic-auth, offline:nvidia-api-key, offline:openai-admin-api-key, offline:openai-legacy-api-key, offline:openai-project-api-key, offline:openai-service-account-api-key, offline:openrouter-api-key, offline:replicate-api-token, offline:sourcegraph-access-token, offline:tailscale-api-key, offline:vercel-token, offline:xai-api-key

Native revocation templates

revocation:aws-iam-access-key, revocation:azure-storage-account-key, revocation:gcp-api-key, revocation:gcp-service-account-key, revocation:github-credentials-api

Enabled by the native default profile.

picket-aws-access-key-pairAWS

Detected an AWS access key ID paired with a secret access key.

Severity criticalConfidence highExamples 1/1

Validation: offline:aws-access-key-pair

Revocation: revocation:aws-iam-access-key

Tags: access-key, aws, picket, secret-access-key

picket-anthropic-oauth-access-tokenAnthropic

Detected an Anthropic OAuth access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:anthropic-oauth-token

Revocation: -

Tags: access-token, anthropic, claude, oauth, picket

picket-anthropic-oauth-refresh-tokenAnthropic

Detected an Anthropic OAuth refresh token.

Severity criticalConfidence highExamples 1/1

Validation: offline:anthropic-oauth-token

Revocation: -

Tags: anthropic, claude, oauth, picket, refresh-token

picket-claude-code-session-urlAnthropic

Detected a Claude Code Remote Control session URL.

Severity criticalConfidence highExamples 1/1

Validation: offline:claude-code-session-url

Revocation: -

Tags: anthropic, claude-code, picket, remote-control, session

picket-azure-storage-connection-stringAzure

Detected an Azure Storage connection string with an account key.

Severity criticalConfidence highExamples 1/1

Validation: offline:azure-storage-connection-string

Revocation: revocation:azure-storage-account-key

Tags: azure, connection-string, picket, storage

picket-buildkite-service-tokenBuildkite

Detected a Buildkite agent, package, or portal token.

Severity criticalConfidence highExamples 7/7

Validation: offline:buildkite-token

Revocation: -

Tags: agent, buildkite, package, picket, portal, token

picket-buildkite-user-access-tokenBuildkite

Detected a Buildkite user access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:buildkite-token

Revocation: -

Tags: access-token, buildkite, picket, user

picket-cast-ai-api-keyCast AI

Detected a Cast AI API key.

Severity criticalConfidence highExamples 1/2

Validation: offline:cast-ai-api-key

Revocation: -

Tags: api-key, cast-ai, picket

picket-database-connection-urlDatabase

Detected a database connection URL with embedded user credentials.

Severity criticalConfidence highExamples 1/1

Validation: offline:database-connection-url

Revocation: -

Tags: connection-string, connection-url, database, picket

picket-docker-hub-organization-access-tokenDocker

Detected a Docker Hub organization access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:docker-hub-access-token

Revocation: -

Tags: access-token, docker, docker-hub, organization, picket

picket-docker-hub-personal-access-tokenDocker

Detected a Docker Hub personal access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:docker-hub-access-token

Revocation: -

Tags: docker, docker-hub, personal-access-token, picket

picket-docker-registry-authDocker

Detected Docker registry credentials in an auth configuration.

Severity criticalConfidence highExamples 1/1

Validation: offline:docker-registry-auth

Revocation: -

Tags: basic-auth, docker, picket, registry, structured

picket-gcp-service-account-keyGCP

Detected a Google Cloud service account key JSON document.

Severity criticalConfidence highExamples 1/1

Validation: offline:gcp-service-account-key-json

Revocation: revocation:gcp-service-account-key

Tags: gcp, google, json, picket, service-account

picket-google-api-keyGCP

Detected a Google API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:gcp-api-key

Revocation: revocation:gcp-api-key

Tags: api-key, gcp, google, picket

picket-github-app-tokenGitHub

Detected a GitHub App user or server token.

Severity criticalConfidence highExamples 2/1

Validation: live:github-rest-user-v1, offline:github-app-token

Revocation: revocation:github-credentials-api

Tags: github, github-app, picket, token

picket-github-fine-grained-personal-access-tokenGitHub

Detected a GitHub fine-grained personal access token.

Severity criticalConfidence highExamples 1/1

Validation: live:github-rest-user-v1, offline:github-fine-grained-pat

Revocation: revocation:github-credentials-api

Tags: fine-grained, github, personal-access-token, picket

picket-github-oauth-tokenGitHub

Detected a GitHub OAuth access token.

Severity criticalConfidence highExamples 1/1

Validation: live:github-rest-user-v1, offline:github-classic-token

Revocation: revocation:github-credentials-api

Tags: github, oauth, picket, token

picket-github-personal-access-tokenGitHub

Detected a GitHub personal access token.

Severity criticalConfidence highExamples 1/1

Validation: live:github-rest-user-v1, offline:github-classic-token

Revocation: revocation:github-credentials-api

Tags: github, personal-access-token, picket

picket-github-refresh-tokenGitHub

Detected a GitHub refresh token.

Severity criticalConfidence highExamples 1/1

Validation: live:github-rest-user-v1, offline:github-classic-token

Revocation: revocation:github-credentials-api

Tags: github, picket, refresh-token

picket-groq-api-keyGroq

Detected a Groq API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:groq-api-key

Revocation: -

Tags: api-key, groq, picket

picket-jwk-private-keyJWK

Detected private key material in a JSON Web Key.

Severity criticalConfidence highExamples 1/1

Validation: offline:jwk-private-key

Revocation: -

Tags: jwk, picket, private-key, structured

picket-kubernetes-secretKubernetes

Detected a value in a Kubernetes Secret resource.

Severity criticalConfidence highExamples 1/2

Validation: offline:kubernetes-secret

Revocation: -

Tags: kubernetes, picket, secret, structured, yaml

picket-langsmith-personal-access-tokenLangSmith

Detected a LangSmith personal access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:langsmith-api-key

Revocation: -

Tags: langchain, langsmith, personal-access-token, picket

picket-langsmith-service-keyLangSmith

Detected a LangSmith service key.

Severity criticalConfidence highExamples 1/1

Validation: offline:langsmith-api-key

Revocation: -

Tags: langchain, langsmith, picket, service-key

picket-mcp-server-credentialMCP

Detected a credential in a Model Context Protocol server configuration.

Severity criticalConfidence highExamples 1/2

Validation: offline:mcp-server-credential

Revocation: -

Tags: credential, json, mcp, picket, structured

picket-nvidia-api-keyNVIDIA

Detected an NVIDIA API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:nvidia-api-key

Revocation: -

Tags: api-key, ngc, nim, nvidia, picket

picket-openai-admin-api-keyOpenAI

Detected an OpenAI organization admin API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:openai-admin-api-key

Revocation: -

Tags: admin, api-key, openai, organization, picket

picket-openai-codex-access-tokenOpenAI

Detected a Codex OAuth access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:codex-access-token

Revocation: -

Tags: access-token, codex, oauth, openai, picket, structured

picket-openai-codex-refresh-tokenOpenAI

Detected a Codex OAuth refresh token.

Severity criticalConfidence highExamples 1/1

Validation: offline:codex-refresh-token

Revocation: -

Tags: codex, oauth, openai, picket, refresh-token, structured

picket-openai-legacy-api-keyOpenAI

Detected a legacy OpenAI API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:openai-legacy-api-key

Revocation: -

Tags: api-key, legacy, openai, picket

picket-openai-project-api-keyOpenAI

Detected an OpenAI project API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:openai-project-api-key

Revocation: -

Tags: api-key, openai, picket, project

picket-openai-service-account-api-keyOpenAI

Detected an OpenAI project service-account API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:openai-service-account-api-key

Revocation: -

Tags: api-key, openai, picket, project, service-account

picket-openrouter-api-keyOpenRouter

Detected an OpenRouter API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:openrouter-api-key

Revocation: -

Tags: ai, api-key, openrouter, picket

picket-generated-passwordPassword

Detected a likely generated password in an assignment.

Severity highConfidence mediumExamples 2/3

Validation: -

Revocation: -

Tags: assignment, generated, password, picket

picket-replicate-api-tokenReplicate

Detected a Replicate API token.

Severity criticalConfidence highExamples 1/1

Validation: offline:replicate-api-token

Revocation: -

Tags: ai, api-token, picket, replicate

picket-sourcegraph-access-tokenSourcegraph

Detected a Sourcegraph access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:sourcegraph-access-token

Revocation: -

Tags: access-token, picket, sourcegraph

picket-tailscale-api-keyTailscale

Detected a Tailscale API access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:tailscale-api-key

Revocation: -

Tags: api-key, network, picket, tailscale

picket-vercel-ai-gateway-keyVercel

Detected a Vercel AI Gateway API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:vercel-token

Revocation: -

Tags: ai-gateway, api-key, picket, vercel

picket-vercel-app-access-tokenVercel

Detected a Vercel app access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:vercel-token

Revocation: -

Tags: access-token, app, picket, vercel

picket-vercel-app-refresh-tokenVercel

Detected a Vercel app refresh token.

Severity criticalConfidence highExamples 1/1

Validation: offline:vercel-token

Revocation: -

Tags: app, picket, refresh-token, vercel

picket-vercel-integration-tokenVercel

Detected a Vercel integration token.

Severity criticalConfidence highExamples 1/1

Validation: offline:vercel-token

Revocation: -

Tags: integration, picket, token, vercel

picket-vercel-personal-access-tokenVercel

Detected a Vercel personal access token.

Severity criticalConfidence highExamples 1/1

Validation: offline:vercel-token

Revocation: -

Tags: personal-access-token, picket, vercel

picket-npm-auth-tokennpm

Detected an npm authentication token in npm configuration.

Severity criticalConfidence highExamples 1/1

Validation: offline:npm-auth-token

Revocation: -

Tags: auth-token, npm, picket, structured

picket-npm-basic-authnpm

Detected npm basic authentication credentials in npm configuration.

Severity criticalConfidence highExamples 2/1

Validation: offline:npm-basic-auth

Revocation: -

Tags: basic-auth, npm, picket, structured

picket-xai-api-keyxAI

Detected an xAI API key.

Severity criticalConfidence highExamples 1/1

Validation: offline:xai-api-key

Revocation: -

Tags: api-key, grok, picket, xai

Added with --rule-pack picket-strict.

picket-strict-azure-sas-signatureAzure

Detected a signature in an Azure shared access signature query string.

Severity criticalConfidence mediumExamples 1/1

Validation: -

Revocation: -

Tags: azure, picket, sas, signature, strict

picket-strict-connection-string-passwordDatabase

Detected a password embedded in a semicolon-delimited connection string.

Severity criticalConfidence mediumExamples 1/3

Validation: -

Revocation: -

Tags: connection-string, password, picket, strict

picket-strict-basic-authorizationHTTP

Detected an HTTP Basic authorization credential.

Severity criticalConfidence mediumExamples 1/2

Validation: -

Revocation: -

Tags: basic-auth, http, picket, strict

Added with --rule-pack picket-experimental.

picket-experimental-bearer-tokenHTTP

Detected an opaque bearer token in an HTTP authorization header.

Severity criticalConfidence lowExamples 1/1

Validation: -

Revocation: -

Tags: bearer-token, experimental, http, picket

picket-experimental-session-cookieHTTP

Detected an opaque session or authentication token in an HTTP cookie header.

Severity highConfidence lowExamples 1/1

Validation: -

Revocation: -

Tags: cookie, experimental, http, picket, session

1password-secret-keyGitleaks-compatible

Uncovered a possible 1Password secret key, potentially compromising access to secrets in vaults.

Entropy 3.8Secret group 0Allowlists 0

Tags: -

Keywords: a3-

1password-service-account-tokenGitleaks-compatible

Uncovered a possible 1Password service account token, potentially compromising access to secrets in vaults.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: ops_

adafruit-api-keyGitleaks-compatible

Identified a potential Adafruit API Key, which could lead to unauthorized access to Adafruit services and sensitive data exposure.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: adafruit

adobe-client-idGitleaks-compatible

Detected a pattern that resembles an Adobe OAuth Web Client ID, posing a risk of compromised Adobe integrations and data breaches.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: adobe

adobe-client-secretGitleaks-compatible

Discovered a potential Adobe Client Secret, which, if exposed, could allow unauthorized Adobe service access and data manipulation.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: p8e-

age-secret-keyGitleaks-compatible

Discovered a potential Age encryption tool secret key, risking data decryption and unauthorized access to sensitive information.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: age-secret-key-1

airtable-api-keyGitleaks-compatible

Uncovered a possible Airtable API Key, potentially compromising database access and leading to data leakage or alteration.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: airtable

airtable-personnal-access-tokenGitleaks-compatible

Uncovered a possible Airtable Personal AccessToken, potentially compromising database access and leading to data leakage or alteration.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: airtable

algolia-api-keyGitleaks-compatible

Identified an Algolia API Key, which could result in unauthorized search operations and data exposure on Algolia-managed platforms.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: algolia

alibaba-access-key-idGitleaks-compatible

Detected an Alibaba Cloud AccessKey ID, posing a risk of unauthorized cloud resource access and potential data compromise.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: ltai

alibaba-secret-keyGitleaks-compatible

Discovered a potential Alibaba Cloud Secret Key, potentially allowing unauthorized operations and data access within Alibaba Cloud.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: alibaba

anthropic-admin-api-keyGitleaks-compatible

Detected an Anthropic Admin API Key, risking unauthorized access to administrative functions and sensitive AI model configurations.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: sk-ant-admin01

anthropic-api-keyGitleaks-compatible

Identified an Anthropic API Key, which may compromise AI assistant integrations and expose sensitive data to unauthorized access.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: sk-ant-api03

artifactory-api-keyGitleaks-compatible

Detected an Artifactory api key, posing a risk unauthorized access to the central repository.

Entropy 4.5Secret group 0Allowlists 0

Tags: -

Keywords: akcp

artifactory-reference-tokenGitleaks-compatible

Detected an Artifactory reference token, posing a risk of impersonation and unauthorized access to the central repository.

Entropy 4.5Secret group 0Allowlists 0

Tags: -

Keywords: cmvmd

asana-client-idGitleaks-compatible

Discovered a potential Asana Client ID, risking unauthorized access to Asana projects and sensitive task information.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: asana

asana-client-secretGitleaks-compatible

Identified an Asana Client Secret, which could lead to compromised project management integrity and unauthorized access.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: asana

atlassian-api-tokenGitleaks-compatible

Detected an Atlassian API token, posing a threat to project management and collaboration tool security and data confidentiality.

Entropy 3.5Secret group 0Allowlists 0

Tags: -

Keywords: atatt3, atlassian, confluence, jira

authress-service-client-access-keyGitleaks-compatible

Uncovered a possible Authress Service Client Access Key, which may compromise access control services and sensitive data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: authress_, ext_, sc_, scauth_

aws-access-tokenGitleaks-compatible

Identified a pattern that may indicate AWS credentials, risking unauthorized cloud resource access and data breaches on AWS platforms.

Entropy 3Secret group 0Allowlists 1

Tags: -

Keywords: a3t, abia, acca, akia, asia

aws-amazon-bedrock-api-key-long-livedGitleaks-compatible

Identified a pattern that may indicate long-lived Amazon Bedrock API keys, risking unauthorized Amazon Bedrock usage

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: absk

aws-amazon-bedrock-api-key-short-livedGitleaks-compatible

Identified a pattern that may indicate short-lived Amazon Bedrock API keys, risking unauthorized Amazon Bedrock usage

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: bedrock-api-key-

azure-ad-client-secretGitleaks-compatible

Azure AD Client Secret

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: q~

beamer-api-tokenGitleaks-compatible

Detected a Beamer API token, potentially compromising content management and exposing sensitive notifications and updates.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: beamer

bitbucket-client-idGitleaks-compatible

Discovered a potential Bitbucket Client ID, risking unauthorized repository access and potential codebase exposure.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: bitbucket

bitbucket-client-secretGitleaks-compatible

Discovered a potential Bitbucket Client Secret, posing a risk of compromised code repositories and unauthorized access.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: bitbucket

bittrex-access-keyGitleaks-compatible

Identified a Bittrex Access Key, which could lead to unauthorized access to cryptocurrency trading accounts and financial loss.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: bittrex

bittrex-secret-keyGitleaks-compatible

Detected a Bittrex Secret Key, potentially compromising cryptocurrency transactions and financial security.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: bittrex

cisco-meraki-api-keyGitleaks-compatible

Cisco Meraki is a cloud-managed IT solution that provides networking, security, and device management through an easy-to-use interface.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: meraki

clickhouse-cloud-api-secret-keyGitleaks-compatible

Identified a pattern that may indicate clickhouse cloud API secret key, risking unauthorized clickhouse cloud api access and data breaches on ClickHouse Cloud platforms.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: 4b1d

clojars-api-tokenGitleaks-compatible

Uncovered a possible Clojars API token, risking unauthorized access to Clojure libraries and potential code manipulation.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: clojars_

cloudflare-api-keyGitleaks-compatible

Detected a Cloudflare API Key, potentially compromising cloud application deployments and operational security.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: cloudflare

cloudflare-global-api-keyGitleaks-compatible

Detected a Cloudflare Global API Key, potentially compromising cloud application deployments and operational security.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: cloudflare

cloudflare-origin-ca-keyGitleaks-compatible

Detected a Cloudflare Origin CA Key, potentially compromising cloud application deployments and operational security.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: cloudflare, v1.0-

codecov-access-tokenGitleaks-compatible

Found a pattern resembling a Codecov Access Token, posing a risk of unauthorized access to code coverage reports and sensitive data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: codecov

cohere-api-tokenGitleaks-compatible

Identified a Cohere Token, posing a risk of unauthorized access to AI services and data manipulation.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: co_api_key, cohere

coinbase-access-tokenGitleaks-compatible

Detected a Coinbase Access Token, posing a risk of unauthorized access to cryptocurrency accounts and financial transactions.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: coinbase

confluent-access-tokenGitleaks-compatible

Identified a Confluent Access Token, which could compromise access to streaming data platforms and sensitive data flow.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: confluent

confluent-secret-keyGitleaks-compatible

Found a Confluent Secret Key, potentially risking unauthorized operations and data access within Confluent services.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: confluent

contentful-delivery-api-tokenGitleaks-compatible

Discovered a Contentful delivery API token, posing a risk to content management systems and data integrity.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: contentful

curl-auth-headerGitleaks-compatible

Discovered a potential authorization token provided in a curl command header, which could compromise the curl accessed resource.

Entropy 2.75Secret group 0Allowlists 0

Tags: -

Keywords: curl

curl-auth-userGitleaks-compatible

Discovered a potential basic authorization token provided in a curl command, which could compromise the curl accessed resource.

Entropy 2Secret group 0Allowlists 1

Tags: -

Keywords: curl

databricks-api-tokenGitleaks-compatible

Uncovered a Databricks API token, which may compromise big data analytics platforms and sensitive data processing.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: dapi

datadog-access-tokenGitleaks-compatible

Detected a Datadog Access Token, potentially risking monitoring and analytics data exposure and manipulation.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: datadog

defined-networking-api-tokenGitleaks-compatible

Identified a Defined Networking API token, which could lead to unauthorized network operations and data breaches.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: dnkey

digitalocean-access-tokenGitleaks-compatible

Found a DigitalOcean OAuth Access Token, risking unauthorized cloud resource access and data compromise.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: doo_v1_

digitalocean-patGitleaks-compatible

Discovered a DigitalOcean Personal Access Token, posing a threat to cloud infrastructure security and data privacy.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: dop_v1_

digitalocean-refresh-tokenGitleaks-compatible

Uncovered a DigitalOcean OAuth Refresh Token, which could allow prolonged unauthorized access and resource manipulation.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: dor_v1_

discord-api-tokenGitleaks-compatible

Detected a Discord API key, potentially compromising communication channels and user data privacy on Discord.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: discord

discord-client-idGitleaks-compatible

Identified a Discord client ID, which may lead to unauthorized integrations and data exposure in Discord applications.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: discord

discord-client-secretGitleaks-compatible

Discovered a potential Discord client secret, risking compromised Discord bot integrations and data leaks.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: discord

doppler-api-tokenGitleaks-compatible

Discovered a Doppler API token, posing a risk to environment and secrets management security.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: dp.pt.

droneci-access-tokenGitleaks-compatible

Detected a Droneci Access Token, potentially compromising continuous integration and deployment workflows.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: droneci

dropbox-api-tokenGitleaks-compatible

Identified a Dropbox API secret, which could lead to unauthorized file access and data breaches in Dropbox storage.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: dropbox

dropbox-long-lived-api-tokenGitleaks-compatible

Found a Dropbox long-lived API token, risking prolonged unauthorized access to cloud storage and sensitive data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: dropbox

dropbox-short-lived-api-tokenGitleaks-compatible

Discovered a Dropbox short-lived API token, posing a risk of temporary but potentially harmful data access and manipulation.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: dropbox

duffel-api-tokenGitleaks-compatible

Uncovered a Duffel API token, which may compromise travel platform integrations and sensitive customer data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: duffel_

dynatrace-api-tokenGitleaks-compatible

Detected a Dynatrace API token, potentially risking application performance monitoring and data exposure.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: dt0c01.

easypost-api-tokenGitleaks-compatible

Identified an EasyPost API token, which could lead to unauthorized postal and shipment service access and data exposure.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: ezak

easypost-test-api-tokenGitleaks-compatible

Detected an EasyPost test API token, risking exposure of test environments and potentially sensitive shipment data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: eztk

etsy-access-tokenGitleaks-compatible

Found an Etsy Access Token, potentially compromising Etsy shop management and customer data.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: etsy

facebook-access-tokenGitleaks-compatible

Discovered a Facebook Access Token, posing a risk of unauthorized access to Facebook accounts and personal data exposure.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: facebook

facebook-page-access-tokenGitleaks-compatible

Discovered a Facebook Page Access Token, posing a risk of unauthorized access to Facebook accounts and personal data exposure.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: eaac, eaam

facebook-secretGitleaks-compatible

Discovered a Facebook Application secret, posing a risk of unauthorized access to Facebook accounts and personal data exposure.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: facebook

fastly-api-tokenGitleaks-compatible

Uncovered a Fastly API key, which may compromise CDN and edge cloud services, leading to content delivery and security issues.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: fastly

finicity-api-tokenGitleaks-compatible

Detected a Finicity API token, potentially risking financial data access and unauthorized financial operations.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: finicity

finicity-client-secretGitleaks-compatible

Identified a Finicity Client Secret, which could lead to compromised financial service integrations and data breaches.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: finicity

finnhub-access-tokenGitleaks-compatible

Found a Finnhub Access Token, risking unauthorized access to financial market data and analytics.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: finnhub

flickr-access-tokenGitleaks-compatible

Discovered a Flickr Access Token, posing a risk of unauthorized photo management and potential data leakage.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: flickr

flutterwave-encryption-keyGitleaks-compatible

Uncovered a Flutterwave Encryption Key, which may compromise payment processing and sensitive financial information.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: flwseck_test

flutterwave-public-keyGitleaks-compatible

Detected a Finicity Public Key, potentially exposing public cryptographic operations and integrations.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: flwpubk_test

flutterwave-secret-keyGitleaks-compatible

Identified a Flutterwave Secret Key, risking unauthorized financial transactions and data breaches.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: flwseck_test

flyio-access-tokenGitleaks-compatible

Uncovered a Fly.io API key

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: fm1, fm2_, fo1_

frameio-api-tokenGitleaks-compatible

Found a Frame.io API token, potentially compromising video collaboration and project management.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: fio-u-

freemius-secret-keyGitleaks-compatible

Detected a Freemius secret key, potentially exposing sensitive information.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: secret_key

freshbooks-access-tokenGitleaks-compatible

Discovered a Freshbooks Access Token, posing a risk to accounting software access and sensitive financial data exposure.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: freshbooks

gcp-api-keyGitleaks-compatible

Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches.

Entropy 4Secret group 0Allowlists 1

Tags: -

Keywords: aiza

generic-api-keyGitleaks-compatible

Detected a Generic API Key, potentially exposing access to various services and sensitive operations.

Entropy 3.5Secret group 0Allowlists 4

Tags: -

Keywords: access, api, auth, credential, creds, key, passwd, password, secret, token

github-app-tokenGitleaks-compatible

Identified a GitHub App Token, which may compromise GitHub application integrations and source code security.

Entropy 3Secret group 0Allowlists 1

Tags: -

Keywords: ghs_, ghu_

github-fine-grained-patGitleaks-compatible

Found a GitHub Fine-Grained Personal Access Token, risking unauthorized repository access and code manipulation.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: github_pat_

github-oauthGitleaks-compatible

Discovered a GitHub OAuth Access Token, posing a risk of compromised GitHub account integrations and data leaks.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: gho_

github-patGitleaks-compatible

Uncovered a GitHub Personal Access Token, potentially leading to unauthorized repository access and sensitive content exposure.

Entropy 3Secret group 0Allowlists 1

Tags: -

Keywords: ghp_

github-refresh-tokenGitleaks-compatible

Detected a GitHub Refresh Token, which could allow prolonged unauthorized access to GitHub services.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: ghr_

gitlab-cicd-job-tokenGitleaks-compatible

Identified a GitLab CI/CD Job Token, potential access to projects and some APIs on behalf of a user while the CI job is running.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glcbt-

gitlab-deploy-tokenGitleaks-compatible

Identified a GitLab Deploy Token, risking access to repositories, packages and containers with write access.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: gldt-

gitlab-feature-flag-client-tokenGitleaks-compatible

Identified a GitLab feature flag client token, risks exposing user lists and features flags used by an application.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glffct-

gitlab-feed-tokenGitleaks-compatible

Identified a GitLab feed token, risking exposure of user data.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glft-

gitlab-incoming-mail-tokenGitleaks-compatible

Identified a GitLab incoming mail token, risking manipulation of data sent by mail.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glimt-

gitlab-kubernetes-agent-tokenGitleaks-compatible

Identified a GitLab Kubernetes Agent token, risking access to repos and registry of projects connected via agent.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glagent-

gitlab-oauth-app-secretGitleaks-compatible

Identified a GitLab OIDC Application Secret, risking access to apps using GitLab as authentication provider.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: gloas-

gitlab-patGitleaks-compatible

Identified a GitLab Personal Access Token, risking unauthorized access to GitLab repositories and codebase exposure.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glpat-

gitlab-pat-routableGitleaks-compatible

Identified a GitLab Personal Access Token (routable), risking unauthorized access to GitLab repositories and codebase exposure.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: glpat-

gitlab-pttGitleaks-compatible

Found a GitLab Pipeline Trigger Token, potentially compromising continuous integration workflows and project security.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glptt-

gitlab-rrtGitleaks-compatible

Discovered a GitLab Runner Registration Token, posing a risk to CI/CD pipeline integrity and unauthorized access.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: gr1348941

gitlab-runner-authentication-tokenGitleaks-compatible

Discovered a GitLab Runner Authentication Token, posing a risk to CI/CD pipeline integrity and unauthorized access.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glrt-

gitlab-runner-authentication-token-routableGitleaks-compatible

Discovered a GitLab Runner Authentication Token (Routable), posing a risk to CI/CD pipeline integrity and unauthorized access.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: glrt-

gitlab-scim-tokenGitleaks-compatible

Discovered a GitLab SCIM Token, posing a risk to unauthorized access for a organization or instance.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glsoat-

gitlab-session-cookieGitleaks-compatible

Discovered a GitLab Session Cookie, posing a risk to unauthorized access to a user account.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: _gitlab_session=

gitter-access-tokenGitleaks-compatible

Uncovered a Gitter Access Token, which may lead to unauthorized access to chat and communication services.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: gitter

gocardless-api-tokenGitleaks-compatible

Detected a GoCardless API token, potentially risking unauthorized direct debit payment operations and financial data exposure.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: gocardless, live_

grafana-api-keyGitleaks-compatible

Identified a Grafana API key, which could compromise monitoring dashboards and sensitive data analytics.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: eyjrijoi

grafana-cloud-api-tokenGitleaks-compatible

Found a Grafana cloud API token, risking unauthorized access to cloud-based monitoring services and data exposure.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glc_

grafana-service-account-tokenGitleaks-compatible

Discovered a Grafana service account token, posing a risk of compromised monitoring services and data integrity.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: glsa_

harness-api-keyGitleaks-compatible

Identified a Harness Access Token (PAT or SAT), risking unauthorized access to a Harness account.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: pat., sat.

hashicorp-tf-api-tokenGitleaks-compatible

Uncovered a HashiCorp Terraform user/org API token, which may lead to unauthorized infrastructure management and security breaches.

Entropy 3.5Secret group 0Allowlists 0

Tags: -

Keywords: atlasv1

hashicorp-tf-passwordGitleaks-compatible

Identified a HashiCorp Terraform password field, risking unauthorized infrastructure configuration and security breaches.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: administrator_login_password, password

heroku-api-keyGitleaks-compatible

Detected a Heroku API Key, potentially compromising cloud application deployments and operational security.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: heroku

heroku-api-key-v2Gitleaks-compatible

Detected a Heroku API Key, potentially compromising cloud application deployments and operational security.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: hrku-aa

hubspot-api-keyGitleaks-compatible

Found a HubSpot API Token, posing a risk to CRM data integrity and unauthorized marketing operations.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: hubspot

huggingface-access-tokenGitleaks-compatible

Discovered a Hugging Face Access token, which could lead to unauthorized access to AI models and sensitive data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: hf_

huggingface-organization-api-tokenGitleaks-compatible

Uncovered a Hugging Face Organization API token, potentially compromising AI organization accounts and associated data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: api_org_

infracost-api-tokenGitleaks-compatible

Detected an Infracost API Token, risking unauthorized access to cloud cost estimation tools and financial data.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: ico-

intercom-api-keyGitleaks-compatible

Identified an Intercom API Token, which could compromise customer communication channels and data privacy.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: intercom

intra42-client-secretGitleaks-compatible

Found a Intra42 client secret, which could lead to unauthorized access to the 42School API and sensitive data.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: intra, s-s4t2af-, s-s4t2ud-

jfrog-api-keyGitleaks-compatible

Found a JFrog API Key, posing a risk of unauthorized access to software artifact repositories and build pipelines.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: artifactory, bintray, jfrog, xray

jfrog-identity-tokenGitleaks-compatible

Discovered a JFrog Identity Token, potentially compromising access to JFrog services and sensitive software artifacts.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: artifactory, bintray, jfrog, xray

jwtGitleaks-compatible

Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: ey

jwt-base64Gitleaks-compatible

Detected a Base64-encoded JSON Web Token, posing a risk of exposing encoded authentication and data exchange information.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: zxlk

kraken-access-tokenGitleaks-compatible

Identified a Kraken Access Token, potentially compromising cryptocurrency trading accounts and financial security.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: kraken

kubernetes-secret-yamlGitleaks-compatible

Possible Kubernetes Secret detected, posing a risk of leaking credentials/tokens from your deployments

Entropy 0Secret group 0Allowlists 2

Tags: -

Keywords: secret

kucoin-access-tokenGitleaks-compatible

Found a Kucoin Access Token, risking unauthorized access to cryptocurrency exchange services and transactions.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: kucoin

kucoin-secret-keyGitleaks-compatible

Discovered a Kucoin Secret Key, which could lead to compromised cryptocurrency operations and financial data breaches.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: kucoin

launchdarkly-access-tokenGitleaks-compatible

Uncovered a Launchdarkly Access Token, potentially compromising feature flag management and application functionality.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: launchdarkly

linear-api-keyGitleaks-compatible

Detected a Linear API Token, posing a risk to project management tools and sensitive task data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: lin_api_

linear-client-secretGitleaks-compatible

Identified a Linear Client Secret, which may compromise secure integrations and sensitive project management data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: linear

linkedin-client-idGitleaks-compatible

Found a LinkedIn Client ID, risking unauthorized access to LinkedIn integrations and professional data exposure.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: linked-in, linked_in, linkedin

linkedin-client-secretGitleaks-compatible

Discovered a LinkedIn Client secret, potentially compromising LinkedIn application integrations and user data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: linked-in, linked_in, linkedin

lob-api-keyGitleaks-compatible

Uncovered a Lob API Key, which could lead to unauthorized access to mailing and address verification services.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: live_, test_

lob-pub-api-keyGitleaks-compatible

Detected a Lob Publishable API Key, posing a risk of exposing mail and print service integrations.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: _pub, live_pub, test_pub

looker-client-idGitleaks-compatible

Found a Looker Client ID, risking unauthorized access to a Looker account and exposing sensitive data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: looker

looker-client-secretGitleaks-compatible

Found a Looker Client Secret, risking unauthorized access to a Looker account and exposing sensitive data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: looker

mailchimp-api-keyGitleaks-compatible

Identified a Mailchimp API key, potentially compromising email marketing campaigns and subscriber data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: mailchimp

mailgun-private-api-tokenGitleaks-compatible

Found a Mailgun private API token, risking unauthorized email service operations and data breaches.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: mailgun

mailgun-pub-keyGitleaks-compatible

Discovered a Mailgun public validation key, which could expose email verification processes and associated data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: mailgun

mailgun-signing-keyGitleaks-compatible

Uncovered a Mailgun webhook signing key, potentially compromising email automation and data integrity.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: mailgun

mapbox-api-tokenGitleaks-compatible

Detected a MapBox API token, posing a risk to geospatial services and sensitive location data exposure.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: mapbox

mattermost-access-tokenGitleaks-compatible

Identified a Mattermost Access Token, which may compromise team communication channels and data privacy.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: mattermost

maxmind-license-keyGitleaks-compatible

Discovered a potential MaxMind license key.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: _mmk

messagebird-api-tokenGitleaks-compatible

Found a MessageBird API token, risking unauthorized access to communication platforms and message data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: message-bird, message_bird, messagebird

messagebird-client-idGitleaks-compatible

Discovered a MessageBird client ID, potentially compromising API integrations and sensitive communication data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: message-bird, message_bird, messagebird

microsoft-teams-webhookGitleaks-compatible

Uncovered a Microsoft Teams Webhook, which could lead to unauthorized access to team collaboration tools and data leaks.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: incomingwebhook, webhook.office.com, webhookb2

netlify-access-tokenGitleaks-compatible

Detected a Netlify Access Token, potentially compromising web hosting services and site management.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: netlify

new-relic-browser-api-tokenGitleaks-compatible

Identified a New Relic ingest browser API token, risking unauthorized access to application performance data and analytics.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: nrjs-

new-relic-insert-keyGitleaks-compatible

Discovered a New Relic insight insert key, compromising data injection into the platform.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: nrii-

new-relic-user-api-idGitleaks-compatible

Found a New Relic user API ID, posing a risk to application monitoring services and data integrity.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: new-relic, new_relic, newrelic

new-relic-user-api-keyGitleaks-compatible

Discovered a New Relic user API Key, which could lead to compromised application insights and performance monitoring.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: nrak

notion-api-tokenGitleaks-compatible

Notion API token

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: ntn_

npm-access-tokenGitleaks-compatible

Uncovered an npm access token, potentially compromising package management and code repository access.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: npm_

nuget-config-passwordGitleaks-compatible

Identified a password within a Nuget config file, potentially compromising package management access.

Entropy 1Secret group 0Allowlists 1

Tags: -

Keywords: <add key=

nytimes-access-tokenGitleaks-compatible

Detected a Nytimes Access Token, risking unauthorized access to New York Times APIs and content services.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: new-york-times, newyorktimes, nytimes

octopus-deploy-api-keyGitleaks-compatible

Discovered a potential Octopus Deploy API key, risking application deployments and operational security.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: api-

okta-access-tokenGitleaks-compatible

Identified an Okta Access Token, which may compromise identity management services and user authentication data.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: okta

openai-api-keyGitleaks-compatible

Found an OpenAI API Key, posing a risk of unauthorized access to AI services and data manipulation.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: t3blbkfj

openshift-user-tokenGitleaks-compatible

Found an OpenShift user token, potentially compromising an OpenShift/Kubernetes cluster.

Entropy 3.5Secret group 0Allowlists 0

Tags: -

Keywords: sha256~

perplexity-api-keyGitleaks-compatible

Detected a Perplexity API key, which could lead to unauthorized access to Perplexity AI services and data exposure.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: pplx-

pkcs12-fileGitleaks-compatible

Found a PKCS #12 file, which commonly contain bundled private keys.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: -

plaid-api-tokenGitleaks-compatible

Discovered a Plaid API Token, potentially compromising financial data aggregation and banking services.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: plaid

plaid-client-idGitleaks-compatible

Uncovered a Plaid Client ID, which could lead to unauthorized financial service integrations and data breaches.

Entropy 3.5Secret group 0Allowlists 0

Tags: -

Keywords: plaid

plaid-secret-keyGitleaks-compatible

Detected a Plaid Secret key, risking unauthorized access to financial accounts and sensitive transaction data.

Entropy 3.5Secret group 0Allowlists 0

Tags: -

Keywords: plaid

planetscale-api-tokenGitleaks-compatible

Identified a PlanetScale API token, potentially compromising database management and operations.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: pscale_tkn_

planetscale-oauth-tokenGitleaks-compatible

Found a PlanetScale OAuth token, posing a risk to database access control and sensitive data integrity.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: pscale_oauth_

planetscale-passwordGitleaks-compatible

Discovered a PlanetScale password, which could lead to unauthorized database operations and data breaches.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: pscale_pw_

postman-api-tokenGitleaks-compatible

Uncovered a Postman API token, potentially compromising API testing and development workflows.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: pmak-

prefect-api-tokenGitleaks-compatible

Detected a Prefect API token, risking unauthorized access to workflow management and automation services.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: pnu_

private-keyGitleaks-compatible

Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: -----begin

privateai-api-tokenGitleaks-compatible

Identified a PrivateAI Token, posing a risk of unauthorized access to AI services and data manipulation.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: private-ai, private_ai, privateai

pulumi-api-tokenGitleaks-compatible

Found a Pulumi API token, posing a risk to infrastructure as code services and cloud resource management.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: pul-

pypi-upload-tokenGitleaks-compatible

Discovered a PyPI upload token, potentially compromising Python package distribution and repository integrity.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: pypi-ageichlwas5vcmc

rapidapi-access-tokenGitleaks-compatible

Uncovered a RapidAPI Access Token, which could lead to unauthorized access to various APIs and data services.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: rapidapi

readme-api-tokenGitleaks-compatible

Detected a Readme API token, risking unauthorized documentation management and content exposure.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: rdme_

rubygems-api-tokenGitleaks-compatible

Identified a Rubygem API token, potentially compromising Ruby library distribution and package management.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: rubygems_

scalingo-api-tokenGitleaks-compatible

Found a Scalingo API token, posing a risk to cloud platform services and application deployment security.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: tk-us-

sendbird-access-idGitleaks-compatible

Discovered a Sendbird Access ID, which could compromise chat and messaging platform integrations.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: sendbird

sendbird-access-tokenGitleaks-compatible

Uncovered a Sendbird Access Token, potentially risking unauthorized access to communication services and user data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: sendbird

sendgrid-api-tokenGitleaks-compatible

Detected a SendGrid API token, posing a risk of unauthorized email service operations and data exposure.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: sg.

sendinblue-api-tokenGitleaks-compatible

Identified a Sendinblue API token, which may compromise email marketing services and subscriber data privacy.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: xkeysib-

sentry-access-tokenGitleaks-compatible

Found a Sentry.io Access Token (old format), risking unauthorized access to error tracking services and sensitive application data.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: sentry

sentry-org-tokenGitleaks-compatible

Found a Sentry.io Organization Token, risking unauthorized access to error tracking services and sensitive application data.

Entropy 4.5Secret group 0Allowlists 0

Tags: -

Keywords: sntrys_eyjpyxqio

sentry-user-tokenGitleaks-compatible

Found a Sentry.io User Token, risking unauthorized access to error tracking services and sensitive application data.

Entropy 3.5Secret group 0Allowlists 0

Tags: -

Keywords: sntryu_

settlemint-application-access-tokenGitleaks-compatible

Found a Settlemint Application Access Token.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: sm_aat

settlemint-personal-access-tokenGitleaks-compatible

Found a Settlemint Personal Access Token.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: sm_pat

settlemint-service-access-tokenGitleaks-compatible

Found a Settlemint Service Access Token.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: sm_sat

shippo-api-tokenGitleaks-compatible

Discovered a Shippo API token, potentially compromising shipping services and customer order data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: shippo_

shopify-access-tokenGitleaks-compatible

Uncovered a Shopify access token, which could lead to unauthorized e-commerce platform access and data breaches.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: shpat_

shopify-custom-access-tokenGitleaks-compatible

Detected a Shopify custom access token, potentially compromising custom app integrations and e-commerce data security.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: shpca_

shopify-private-app-access-tokenGitleaks-compatible

Identified a Shopify private app access token, risking unauthorized access to private app data and store operations.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: shppa_

shopify-shared-secretGitleaks-compatible

Found a Shopify shared secret, posing a risk to application authentication and e-commerce platform security.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: shpss_

sidekiq-secretGitleaks-compatible

Discovered a Sidekiq Secret, which could lead to compromised background job processing and application data breaches.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: bundle_enterprise__contribsys__com, bundle_gems__contribsys__com

sidekiq-sensitive-urlGitleaks-compatible

Uncovered a Sidekiq Sensitive URL, potentially exposing internal job queues and sensitive operation details.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: enterprise.contribsys.com, gems.contribsys.com

slack-app-tokenGitleaks-compatible

Detected a Slack App-level token, risking unauthorized access to Slack applications and workspace data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: xapp

slack-bot-tokenGitleaks-compatible

Identified a Slack Bot token, which may compromise bot integrations and communication channel security.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: xoxb

slack-config-access-tokenGitleaks-compatible

Found a Slack Configuration access token, posing a risk to workspace configuration and sensitive data access.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: xoxe.xoxb-, xoxe.xoxp-

slack-config-refresh-tokenGitleaks-compatible

Discovered a Slack Configuration refresh token, potentially allowing prolonged unauthorized access to configuration settings.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: xoxe-

slack-legacy-bot-tokenGitleaks-compatible

Uncovered a Slack Legacy bot token, which could lead to compromised legacy bot operations and data exposure.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: xoxb

slack-legacy-tokenGitleaks-compatible

Detected a Slack Legacy token, risking unauthorized access to older Slack integrations and user data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: xoxo, xoxs

slack-legacy-workspace-tokenGitleaks-compatible

Identified a Slack Legacy Workspace token, potentially compromising access to workspace data and legacy features.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: xoxa, xoxr

slack-user-tokenGitleaks-compatible

Found a Slack User token, posing a risk of unauthorized user impersonation and data access within Slack workspaces.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: xoxe-, xoxp-

slack-webhook-urlGitleaks-compatible

Discovered a Slack Webhook, which could lead to unauthorized message posting and data leakage in Slack channels.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: hooks.slack.com

snyk-api-tokenGitleaks-compatible

Uncovered a Snyk API token, potentially compromising software vulnerability scanning and code security.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: snyk

sonar-api-tokenGitleaks-compatible

Uncovered a Sonar API token, potentially compromising software vulnerability scanning and code security.

Entropy 0Secret group 2Allowlists 0

Tags: -

Keywords: sonar

sourcegraph-access-tokenGitleaks-compatible

Sourcegraph is a code search and navigation engine.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: sgp_, sourcegraph

square-access-tokenGitleaks-compatible

Detected a Square Access Token, risking unauthorized payment processing and financial transaction exposure.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: eaaa, sq0atp-

squarespace-access-tokenGitleaks-compatible

Identified a Squarespace Access Token, which may compromise website management and content control on Squarespace.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: squarespace

stripe-access-tokenGitleaks-compatible

Found a Stripe Access Token, posing a risk to payment processing services and sensitive financial data.

Entropy 2Secret group 0Allowlists 0

Tags: -

Keywords: rk_live, rk_prod, rk_test, sk_live, sk_prod, sk_test

sumologic-access-idGitleaks-compatible

Discovered a SumoLogic Access ID, potentially compromising log management services and data analytics integrity.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: sumo

sumologic-access-tokenGitleaks-compatible

Uncovered a SumoLogic Access Token, which could lead to unauthorized access to log data and analytics insights.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: sumo

telegram-bot-api-tokenGitleaks-compatible

Detected a Telegram Bot API Token, risking unauthorized bot operations and message interception on Telegram.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: telegr

travisci-access-tokenGitleaks-compatible

Identified a Travis CI Access Token, potentially compromising continuous integration services and codebase security.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: travis

twilio-api-keyGitleaks-compatible

Found a Twilio API Key, posing a risk to communication services and sensitive customer interaction data.

Entropy 3Secret group 0Allowlists 0

Tags: -

Keywords: sk

twitch-api-tokenGitleaks-compatible

Discovered a Twitch API token, which could compromise streaming services and account integrations.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: twitch

twitter-access-secretGitleaks-compatible

Uncovered a Twitter Access Secret, potentially risking unauthorized Twitter integrations and data breaches.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: twitter

twitter-access-tokenGitleaks-compatible

Detected a Twitter Access Token, posing a risk of unauthorized account operations and social media data exposure.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: twitter

twitter-api-keyGitleaks-compatible

Identified a Twitter API Key, which may compromise Twitter application integrations and user data security.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: twitter

twitter-api-secretGitleaks-compatible

Found a Twitter API Secret, risking the security of Twitter app integrations and sensitive data access.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: twitter

twitter-bearer-tokenGitleaks-compatible

Discovered a Twitter Bearer Token, potentially compromising API access and data retrieval from Twitter.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: twitter

typeform-api-tokenGitleaks-compatible

Uncovered a Typeform API token, which could lead to unauthorized survey management and data collection.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: tfp_

vault-batch-tokenGitleaks-compatible

Detected a Vault Batch Token, risking unauthorized access to secret management services and sensitive data.

Entropy 4Secret group 0Allowlists 0

Tags: -

Keywords: hvb.

vault-service-tokenGitleaks-compatible

Identified a Vault Service Token, potentially compromising infrastructure security and access to sensitive credentials.

Entropy 3.5Secret group 0Allowlists 1

Tags: -

Keywords: hvs., s.

yandex-access-tokenGitleaks-compatible

Found a Yandex Access Token, posing a risk to Yandex service integrations and user data privacy.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: yandex

yandex-api-keyGitleaks-compatible

Discovered a Yandex API Key, which could lead to unauthorized access to Yandex services and data manipulation.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: yandex

yandex-aws-access-tokenGitleaks-compatible

Uncovered a Yandex AWS Access Token, potentially compromising cloud resource access and data security on Yandex Cloud.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: yandex

zendesk-secret-keyGitleaks-compatible

Detected a Zendesk Secret Key, risking unauthorized access to customer support services and sensitive ticketing data.

Entropy 0Secret group 0Allowlists 0

Tags: -

Keywords: zendesk