Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
pleno-dlp
command
Command pleno-dlp is a Go-native secret scanner with a trufflehog-compatible detector layer and a fresh source-connector layer.
|
Command pleno-dlp is a Go-native secret scanner with a trufflehog-compatible detector layer and a fresh source-connector layer. |
|
pleno-dlp/cmd
Shell completion generation.
|
Shell completion generation. |
|
pkg
|
|
|
archive
Package archive expands a byte slice that looks like a container file (zip, tar, tar.gz, plain gzip) into its inner entries so detectors run against the contents instead of the compressed envelope.
|
Package archive expands a byte slice that looks like a container file (zip, tar, tar.gz, plain gzip) into its inner entries so detectors run against the contents instead of the compressed envelope. |
|
decoder
Package decoder expands a chunk of bytes into the original plus any decoded variants worth re-scanning.
|
Package decoder expands a chunk of bytes into the original plus any decoded variants worth re-scanning. |
|
detectors
Package detectors defines the trufflehog-compatible Detector interface and the Result shape returned to the engine.
|
Package detectors defines the trufflehog-compatible Detector interface and the Result shape returned to the engine. |
|
detectors/adobeio
Package adobeio detects Adobe.io API key + client secret pairs and verifies them against the IMS (Identity Management Service) token endpoint.
|
Package adobeio detects Adobe.io API key + client secret pairs and verifies them against the IMS (Identity Management Service) token endpoint. |
|
detectors/airtable
Package airtable detects Airtable PATs (`pat<14>.<64-hex>`) and the legacy `key<14>` API keys, verifying via /v0/meta/bases.
|
Package airtable detects Airtable PATs (`pat<14>.<64-hex>`) and the legacy `key<14>` API keys, verifying via /v0/meta/bases. |
|
detectors/algolia
Package algolia detects Algolia admin API keys (32 lowercase hex) and optionally pairs them with the application id when one is in scope.
|
Package algolia detects Algolia admin API keys (32 lowercase hex) and optionally pairs them with the application id when one is in scope. |
|
detectors/aliyun
Package aliyun detects Alibaba Cloud (Aliyun) AccessKey id + secret pairs.
|
Package aliyun detects Alibaba Cloud (Aliyun) AccessKey id + secret pairs. |
|
detectors/all
Package all blank-imports every concrete detector so that their init() functions run and register themselves with pkg/detectors.
|
Package all blank-imports every concrete detector so that their init() functions run and register themselves with pkg/detectors. |
|
detectors/anthropic
Package anthropic detects Anthropic API keys (sk-ant-…) and verifies them with a 1-token /v1/messages probe.
|
Package anthropic detects Anthropic API keys (sk-ant-…) and verifies them with a 1-token /v1/messages probe. |
|
detectors/anthropicadmin
Package anthropicadmin detects Anthropic Console admin API keys (`sk-ant-admin-...`) which are distinct from runtime API keys (`sk-ant-api03-...`).
|
Package anthropicadmin detects Anthropic Console admin API keys (`sk-ant-admin-...`) which are distinct from runtime API keys (`sk-ant-api03-...`). |
|
detectors/appcenter
Package appcenter detects Microsoft Visual Studio App Center API tokens (40-hex co-occurring with `appcenter`) and verifies them against /v0.1/user using the documented `X-API-Token` header.
|
Package appcenter detects Microsoft Visual Studio App Center API tokens (40-hex co-occurring with `appcenter`) and verifies them against /v0.1/user using the documented `X-API-Token` header. |
|
detectors/asana
Package asana detects Asana personal access tokens (PAT shape: 1/<16 digits>/<32 hex>) and verifies them against /users/me.
|
Package asana detects Asana personal access tokens (PAT shape: 1/<16 digits>/<32 hex>) and verifies them against /users/me. |
|
detectors/atlassian
Package atlassian detects Atlassian Cloud API tokens (24-char base62).
|
Package atlassian detects Atlassian Cloud API tokens (24-char base62). |
|
detectors/auth0
Package auth0 detects Auth0 management API tokens (long JWT-shaped strings) when an "auth0" keyword sits in the same chunk window.
|
Package auth0 detects Auth0 management API tokens (long JWT-shaped strings) when an "auth0" keyword sits in the same chunk window. |
|
detectors/aws
Package aws detects AWS access key id / secret access key pairs and optionally verifies them via sts:GetCallerIdentity.
|
Package aws detects AWS access key id / secret access key pairs and optionally verifies them via sts:GetCallerIdentity. |
|
detectors/awss3presigned
Package awss3presigned detects AWS S3 presigned URLs.
|
Package awss3presigned detects AWS S3 presigned URLs. |
|
detectors/awssession
Package awssession detects AWS temporary session credential triples (ASIA<16>) — access-key-id with paired secret access key and session token.
|
Package awssession detects AWS temporary session credential triples (ASIA<16>) — access-key-id with paired secret access key and session token. |
|
detectors/awx
Package awx detects AWX / Ansible Tower / Ansible Automation Platform OAuth2 Bearer tokens (40-char base62 near `awx_token` / `tower_token`).
|
Package awx detects AWX / Ansible Tower / Ansible Automation Platform OAuth2 Bearer tokens (40-char base62 near `awx_token` / `tower_token`). |
|
detectors/azuread
Package azuread detects Azure AD (Entra ID) application client secrets and pairs them with the application's client id (UUID) when one is in scope.
|
Package azuread detects Azure AD (Entra ID) application client secrets and pairs them with the application's client id (UUID) when one is in scope. |
|
detectors/azureapp
Package azureapp detects legacy Azure AD application secrets that the `azuread` package's tilde-anchored regex misses.
|
Package azureapp detects legacy Azure AD application secrets that the `azuread` package's tilde-anchored regex misses. |
|
detectors/azuresas
Package azuresas detects Azure Storage SAS (Shared Access Signature) URLs embedding the `sig=` query parameter.
|
Package azuresas detects Azure Storage SAS (Shared Access Signature) URLs embedding the `sig=` query parameter. |
|
detectors/azuresqlconn
Package azuresqlconn detects Azure SQL Database connection strings.
|
Package azuresqlconn detects Azure SQL Database connection strings. |
|
detectors/basicauth
Package basicauth detects HTTP/HTTPS URLs with embedded Basic-auth userinfo (`https://user:password@host`).
|
Package basicauth detects HTTP/HTTPS URLs with embedded Basic-auth userinfo (`https://user:password@host`). |
|
detectors/bitbucketcloud
Package bitbucketcloud detects Bitbucket Cloud repository / workspace / project access tokens (`ATCTT3xFfGF0…` and the legacy 32-char base62 app passwords) and verifies them as Bearer credentials against /2.0/user.
|
Package bitbucketcloud detects Bitbucket Cloud repository / workspace / project access tokens (`ATCTT3xFfGF0…` and the legacy 32-char base62 app passwords) and verifies them as Bearer credentials against /2.0/user. |
|
detectors/bitbucketserver
Package bitbucketserver detects Bitbucket Server (Data Center, formerly Stash) HTTP access tokens and personal access tokens.
|
Package bitbucketserver detects Bitbucket Server (Data Center, formerly Stash) HTTP access tokens and personal access tokens. |
|
detectors/bitwarden
Package bitwarden detects Bitwarden Secrets Manager (BWS) machine- account access tokens (`0.<uuid>.<base64>:<base64>` shape near `bitwarden` keyword).
|
Package bitwarden detects Bitwarden Secrets Manager (BWS) machine- account access tokens (`0.<uuid>.<base64>:<base64>` shape near `bitwarden` keyword). |
|
detectors/brevo
Package brevo detects Brevo (formerly Sendinblue) API keys (xkeysib-<64 hex>-<16 alnum>) and verifies them against /v3/account.
|
Package brevo detects Brevo (formerly Sendinblue) API keys (xkeysib-<64 hex>-<16 alnum>) and verifies them against /v3/account. |
|
detectors/bugsnag
Package bugsnag detects Bugsnag API keys (32 hex near the `bugsnag` keyword).
|
Package bugsnag detects Bugsnag API keys (32 hex near the `bugsnag` keyword). |
|
detectors/buildkite
Package buildkite detects Buildkite agent tokens (`bkua_<40 hex>`) and API access tokens (`bka_<40 alnum>` or 40-char hex with the "buildkite" keyword), verifying API tokens against /v2/user.
|
Package buildkite detects Buildkite agent tokens (`bkua_<40 hex>`) and API access tokens (`bka_<40 alnum>` or 40-char hex with the "buildkite" keyword), verifying API tokens against /v2/user. |
|
detectors/cerebras
Package cerebras detects Cerebras Cloud inference API keys (`csk-<base62>`) and verifies them against /v1/models with Bearer auth.
|
Package cerebras detects Cerebras Cloud inference API keys (`csk-<base62>`) and verifies them against /v1/models with Bearer auth. |
|
detectors/circleci
Package circleci detects CircleCI personal API tokens (`CCIPRJ_<43>` for project tokens, or 40-char hex personal API tokens with the "circleci" keyword), verifying via /api/v2/me with the Circle-Token header.
|
Package circleci detects CircleCI personal API tokens (`CCIPRJ_<43>` for project tokens, or 40-char hex personal API tokens with the "circleci" keyword), verifying via /api/v2/me with the Circle-Token header. |
|
detectors/clerk
Package clerk detects Clerk secret keys (`sk_test_…` / `sk_live_…` near a `clerk` keyword) and verifies them against /v1/users.
|
Package clerk detects Clerk secret keys (`sk_test_…` / `sk_live_…` near a `clerk` keyword) and verifies them against /v1/users. |
|
detectors/clickup
Package clickup detects ClickUp personal API tokens (`pk_<digits>_<32 uppercase alnum>`) and verifies them against /api/v2/user.
|
Package clickup detects ClickUp personal API tokens (`pk_<digits>_<32 uppercase alnum>`) and verifies them against /api/v2/user. |
|
detectors/cloudflare
Package cloudflare detects Cloudflare API tokens (40-char URL-safe) when they appear near a "cloudflare" or CF_API_TOKEN keyword, and verifies them at /client/v4/user/tokens/verify.
|
Package cloudflare detects Cloudflare API tokens (40-char URL-safe) when they appear near a "cloudflare" or CF_API_TOKEN keyword, and verifies them at /client/v4/user/tokens/verify. |
|
detectors/cloudflarer2
Package cloudflarer2 detects Cloudflare R2 access keys (access-key-id + secret-access-key pair, S3-compatible).
|
Package cloudflarer2 detects Cloudflare R2 access keys (access-key-id + secret-access-key pair, S3-compatible). |
|
detectors/coda
Package coda detects Coda API tokens (40-char alnum co-occurring with `coda`) and verifies them against /v1/whoami using Bearer auth.
|
Package coda detects Coda API tokens (40-char alnum co-occurring with `coda`) and verifies them against /v1/whoami using Bearer auth. |
|
detectors/codecov
Package codecov detects Codecov upload tokens (UUID near the `codecov` keyword) and verifies them by POSTing to /upload/v4 — the upload endpoint honours the token and responds 200 (with a presigned upload URL body) when the token is valid for the corresponding repo.
|
Package codecov detects Codecov upload tokens (UUID near the `codecov` keyword) and verifies them by POSTing to /upload/v4 — the upload endpoint honours the token and responds 200 (with a presigned upload URL body) when the token is valid for the corresponding repo. |
|
detectors/cohere
Package cohere detects Cohere API keys (40-char base62) and verifies them against /v1/check-api-key.
|
Package cohere detects Cohere API keys (40-char base62) and verifies them against /v1/check-api-key. |
|
detectors/concourseci
Package concourseci detects Concourse CI local user tokens (`fly login` bearer tokens, observed at 28+ chars URL-safe base64).
|
Package concourseci detects Concourse CI local user tokens (`fly login` bearer tokens, observed at 28+ chars URL-safe base64). |
|
detectors/confluence
Package confluence detects Atlassian Confluence API tokens (24-char base62) near a "confluence" keyword.
|
Package confluence detects Atlassian Confluence API tokens (24-char base62) near a "confluence" keyword. |
|
detectors/coralogix
Package coralogix detects Coralogix API tokens (32-hex near `coralogix`).
|
Package coralogix detects Coralogix API tokens (32-hex near `coralogix`). |
|
detectors/custom
Package custom turns a JSON config file into runtime Detector objects so teams can add org-specific patterns ("ACME_API_KEY=…", internal token prefixes, license-key shapes) without forking the binary.
|
Package custom turns a JSON config file into runtime Detector objects so teams can add org-specific patterns ("ACME_API_KEY=…", internal token prefixes, license-key shapes) without forking the binary. |
|
detectors/databricks
Package databricks detects Databricks personal access tokens (`dapi` followed by 32 lowercase hex chars).
|
Package databricks detects Databricks personal access tokens (`dapi` followed by 32 lowercase hex chars). |
|
detectors/datadog
Package datadog detects Datadog API keys (32 hex) optionally paired with Application keys (40 hex), and verifies them via /api/v1/validate.
|
Package datadog detects Datadog API keys (32 hex) optionally paired with Application keys (40 hex), and verifies them via /api/v1/validate. |
|
detectors/datadogapp
Package datadogapp detects standalone Datadog Application keys (40 hex chars near `DD-APPLICATION-KEY` / `DD_APP_KEY` keywords).
|
Package datadogapp detects standalone Datadog Application keys (40 hex chars near `DD-APPLICATION-KEY` / `DD_APP_KEY` keywords). |
|
detectors/digitalocean
Package digitalocean detects DigitalOcean personal access tokens (dop_v1_<64 hex>) and verifies them via /v2/account.
|
Package digitalocean detects DigitalOcean personal access tokens (dop_v1_<64 hex>) and verifies them via /v2/account. |
|
detectors/discord
Package discord detects Discord bot tokens (`<base64-id>.<base64-ts>.<hmac>`) and verifies them against /users/@me with the `Bot <token>` Authorization scheme.
|
Package discord detects Discord bot tokens (`<base64-id>.<base64-ts>.<hmac>`) and verifies them against /users/@me with the `Bot <token>` Authorization scheme. |
|
detectors/dockerhub
Package dockerhub detects Docker Hub personal access tokens.
|
Package dockerhub detects Docker Hub personal access tokens. |
|
detectors/doppler
Package doppler detects Doppler service tokens (`dp.<scope>.<base64>` — scope is `st` for service tokens, `pt` for personal, `ct` for CLI).
|
Package doppler detects Doppler service tokens (`dp.<scope>.<base64>` — scope is `st` for service tokens, `pt` for personal, `ct` for CLI). |
|
detectors/dopplercli
Package dopplercli detects Doppler CLI tokens (`dp.cli.…`).
|
Package dopplercli detects Doppler CLI tokens (`dp.cli.…`). |
|
detectors/droneci
Package droneci detects Drone CI personal access tokens (24-char alnum co-occurring with `drone` keyword).
|
Package droneci detects Drone CI personal access tokens (24-char alnum co-occurring with `drone` keyword). |
|
detectors/dropbox
Package dropbox detects Dropbox short-lived access tokens (`sl.…`) and long-lived app/refresh tokens, verifying them via /2/users/get_current_account.
|
Package dropbox detects Dropbox short-lived access tokens (`sl.…`) and long-lived app/refresh tokens, verifying them via /2/users/get_current_account. |
|
detectors/elasticcloud
Package elasticcloud detects Elastic Cloud / Elasticsearch API keys.
|
Package elasticcloud detects Elastic Cloud / Elasticsearch API keys. |
|
detectors/figma
Package figma detects Figma personal access tokens (`figd_…` legacy / `figpat_…` 2024+ format) and verifies them against /v1/me using the documented `X-Figma-Token` header.
|
Package figma detects Figma personal access tokens (`figd_…` legacy / `figpat_…` 2024+ format) and verifies them against /v1/me using the documented `X-Figma-Token` header. |
|
detectors/fireworks
Package fireworks detects Fireworks AI API keys (`fw_<base62>`) and verifies them against /v1/models with Bearer auth.
|
Package fireworks detects Fireworks AI API keys (`fw_<base62>`) and verifies them against /v1/models with Bearer auth. |
|
detectors/flyio
Package flyio detects Fly.io macaroon tokens (fm1_/fm2_ prefixes) and verifies them by hitting the Machines API.
|
Package flyio detects Fly.io macaroon tokens (fm1_/fm2_ prefixes) and verifies them by hitting the Machines API. |
|
detectors/freshdesk
Package freshdesk detects Freshdesk API keys (alphanumeric, ~20 chars, near `freshdesk` keyword).
|
Package freshdesk detects Freshdesk API keys (alphanumeric, ~20 chars, near `freshdesk` keyword). |
|
detectors/gcp
Package gcp detects Google Cloud service-account JSON credentials and verifies them by exchanging a self-signed RS256 JWT for an OAuth2 access token at https://oauth2.googleapis.com/token.
|
Package gcp detects Google Cloud service-account JSON credentials and verifies them by exchanging a self-signed RS256 JWT for an OAuth2 access token at https://oauth2.googleapis.com/token. |
|
detectors/gcpapikey
Package gcpapikey detects Google Cloud / Firebase API keys (`AIza` + 35).
|
Package gcpapikey detects Google Cloud / Firebase API keys (`AIza` + 35). |
|
detectors/gcpidtoken
Package gcpidtoken detects GCP ID tokens — JWT-shaped tokens issued by google-issued OIDC, with `iss=https://accounts.google.com` (or the service-account equivalent) and an `aud=` claim binding the token to a specific resource.
|
Package gcpidtoken detects GCP ID tokens — JWT-shaped tokens issued by google-issued OIDC, with `iss=https://accounts.google.com` (or the service-account equivalent) and an `aud=` claim binding the token to a specific resource. |
|
detectors/gcpoauth
Package gcpoauth detects Google OAuth 2.0 refresh tokens (`1//0e…`).
|
Package gcpoauth detects Google OAuth 2.0 refresh tokens (`1//0e…`). |
|
detectors/gcssignedurl
Package gcssignedurl detects Google Cloud Storage signed URLs (V4).
|
Package gcssignedurl detects Google Cloud Storage signed URLs (V4). |
|
detectors/generic
Package generic is the catch-all detector that fires on high-entropy strings adjacent to a credential keyword.
|
Package generic is the catch-all detector that fires on high-entropy strings adjacent to a credential keyword. |
|
detectors/ghcr
Package ghcr detects GitHub Container Registry tokens — the same shape as a GitHub PAT (ghp_/gho_/ghu_/ghs_/ghr_) but co-occurring with a `ghcr.io` reference.
|
Package ghcr detects GitHub Container Registry tokens — the same shape as a GitHub PAT (ghp_/gho_/ghu_/ghs_/ghr_) but co-occurring with a `ghcr.io` reference. |
|
detectors/github
Package github detects GitHub Personal Access Tokens (classic and fine-grained) and verifies them against api.github.com/user.
|
Package github detects GitHub Personal Access Tokens (classic and fine-grained) and verifies them against api.github.com/user. |
|
detectors/githubapp
Package githubapp detects GitHub Apps installation access tokens (`ghs_<base62>{36}`), distinct from PATs (handled by pkg/detectors/github).
|
Package githubapp detects GitHub Apps installation access tokens (`ghs_<base62>{36}`), distinct from PATs (handled by pkg/detectors/github). |
|
detectors/gitlab
Package gitlab detects GitLab Personal Access Tokens (glpat-…) and verifies them against api/v4/personal_access_tokens/self.
|
Package gitlab detects GitLab Personal Access Tokens (glpat-…) and verifies them against api/v4/personal_access_tokens/self. |
|
detectors/gitlabdeploy
Package gitlabdeploy detects GitLab project / group / deploy tokens (`gldt-` prefix and adjacent variants) — distinct from the user PAT (`glpat-`) owned by `pkg/detectors/gitlab`.
|
Package gitlabdeploy detects GitLab project / group / deploy tokens (`gldt-` prefix and adjacent variants) — distinct from the user PAT (`glpat-`) owned by `pkg/detectors/gitlab`. |
|
detectors/gitter
Package gitter detects Gitter personal access tokens (40-hex co-occurring with `gitter`) and verifies them against /v1/user/me.
|
Package gitter detects Gitter personal access tokens (40-hex co-occurring with `gitter`) and verifies them against /v1/user/me. |
|
detectors/grafana
Package grafana detects Grafana service-account tokens (`glsa_<32>_<8 hex>`).
|
Package grafana detects Grafana service-account tokens (`glsa_<32>_<8 hex>`). |
|
detectors/groq
Package groq detects Groq Cloud API keys (`gsk_…`) and verifies them against /openai/v1/models.
|
Package groq detects Groq Cloud API keys (`gsk_…`) and verifies them against /openai/v1/models. |
|
detectors/harness
Package harness detects Harness CI/CD personal access tokens (`pat.<account>.<id>.<secret>` 4-segment dotted shape) and verifies them against /ng/api/users using the documented `x-api-key` header.
|
Package harness detects Harness CI/CD personal access tokens (`pat.<account>.<id>.<secret>` 4-segment dotted shape) and verifies them against /ng/api/users using the documented `x-api-key` header. |
|
detectors/hashicorpcloud
Package hashicorpcloud detects HashiCorp Cloud Platform (HCP) access tokens (`hcp.…`) and verifies them against the IAM read endpoint.
|
Package hashicorpcloud detects HashiCorp Cloud Platform (HCP) access tokens (`hcp.…`) and verifies them against the IAM read endpoint. |
|
detectors/helcim
Package helcim detects Helcim payment API tokens (32-hex co-occurring with `helcim`) and verifies them against /v2/connect-test using the documented `api-token` header.
|
Package helcim detects Helcim payment API tokens (32-hex co-occurring with `helcim`) and verifies them against /v2/connect-test using the documented `api-token` header. |
|
detectors/heroku
Package heroku detects Heroku API tokens (UUIDs) and verifies them against /account.
|
Package heroku detects Heroku API tokens (UUIDs) and verifies them against /account. |
|
detectors/honeybadger
Package honeybadger detects Honeybadger personal API tokens (`hbp_<base62>` near `honeybadger`) and verifies them against /v2/projects using Basic auth (token as username, empty password).
|
Package honeybadger detects Honeybadger personal API tokens (`hbp_<base62>` near `honeybadger`) and verifies them against /v2/projects using Basic auth (token as username, empty password). |
|
detectors/honeycomb
Package honeycomb detects Honeycomb API keys (`hcaik_…` ingest keys, plus the legacy 32-hex shape near the `honeycomb` keyword) and verifies them against /1/auth using the documented `X-Honeycomb-Team` header.
|
Package honeycomb detects Honeycomb API keys (`hcaik_…` ingest keys, plus the legacy 32-hex shape near the `honeycomb` keyword) and verifies them against /1/auth using the documented `X-Honeycomb-Team` header. |
|
detectors/hubspot
Package hubspot detects HubSpot Private App access tokens (pat-...) and verifies them against /integrations/v1/me.
|
Package hubspot detects HubSpot Private App access tokens (pat-...) and verifies them against /integrations/v1/me. |
|
detectors/huggingface
Package huggingface detects HuggingFace user access tokens (hf_…) and verifies them via /api/whoami-v2.
|
Package huggingface detects HuggingFace user access tokens (hf_…) and verifies them via /api/whoami-v2. |
|
detectors/intercom
Package intercom detects Intercom access tokens (`dG9rOg…` — base64 of "tok:") and verifies them against /me.
|
Package intercom detects Intercom access tokens (`dG9rOg…` — base64 of "tok:") and verifies them against /me. |
|
detectors/jfrog
Package jfrog detects JFrog Artifactory access tokens.
|
Package jfrog detects JFrog Artifactory access tokens. |
|
detectors/jira
Package jira detects Atlassian Jira API tokens (24-char base62) near a "jira" / "atlassian" keyword.
|
Package jira detects Atlassian Jira API tokens (24-char base62) near a "jira" / "atlassian" keyword. |
|
detectors/jumpcloud
Package jumpcloud detects JumpCloud API keys (40-hex co-occurring with `jumpcloud`) and verifies them against /api/systemusers using the documented `x-api-key` header.
|
Package jumpcloud detects JumpCloud API keys (40-hex co-occurring with `jumpcloud`) and verifies them against /api/systemusers using the documented `x-api-key` header. |
|
detectors/jwt
Package jwt detects JSON Web Tokens (header.payload.signature, base64url encoded) and surfaces the iss/sub claims in ExtraData.
|
Package jwt detects JSON Web Tokens (header.payload.signature, base64url encoded) and surfaces the iss/sub claims in ExtraData. |
|
detectors/kafka
Package kafka detects Kafka SASL/PLAIN credentials in client config blocks.
|
Package kafka detects Kafka SASL/PLAIN credentials in client config blocks. |
|
detectors/klaviyo
Package klaviyo detects Klaviyo private (`pk_…`) and public (`sk_…`) API keys and verifies them against /api/v2/profiles using the documented `Authorization: Klaviyo-API-Key …` header.
|
Package klaviyo detects Klaviyo private (`pk_…`) and public (`sk_…`) API keys and verifies them against /api/v2/profiles using the documented `Authorization: Klaviyo-API-Key …` header. |
|
detectors/kubeconfig
Package kubeconfig detects kubeconfig YAML containing credential material — `client-certificate-data:`, `client-key-data:`, or `token:` fields under a `users:` block.
|
Package kubeconfig detects kubeconfig YAML containing credential material — `client-certificate-data:`, `client-key-data:`, or `token:` fields under a `users:` block. |
|
detectors/lacework
Package lacework detects Lacework API access tokens (`<base64>_<hex>` shape co-occurring with `lacework`) and verifies them against /api/v2/AccessTokens.
|
Package lacework detects Lacework API access tokens (`<base64>_<hex>` shape co-occurring with `lacework`) and verifies them against /api/v2/AccessTokens. |
|
detectors/launchdarkly
Package launchdarkly detects LaunchDarkly access (`api-<uuid>`) and SDK (`sdk-<uuid>`) keys, verifying access keys against /api/v2/projects.
|
Package launchdarkly detects LaunchDarkly access (`api-<uuid>`) and SDK (`sdk-<uuid>`) keys, verifying access keys against /api/v2/projects. |
|
detectors/launchdarklyrelay
Package launchdarklyrelay detects LaunchDarkly relay-proxy service tokens.
|
Package launchdarklyrelay detects LaunchDarkly relay-proxy service tokens. |
|
detectors/launchnotes
Package launchnotes detects LaunchNotes API keys (`ln_…`).
|
Package launchnotes detects LaunchNotes API keys (`ln_…`). |
|
detectors/linear
Package linear detects Linear personal API keys (lin_api_<40>) and verifies them against the GraphQL endpoint.
|
Package linear detects Linear personal API keys (lin_api_<40>) and verifies them against the GraphQL endpoint. |
|
detectors/linode
Package linode detects Linode personal access tokens (64 lowercase hex near `linode`) and verifies them against /v4/account.
|
Package linode detects Linode personal access tokens (64 lowercase hex near `linode`) and verifies them against /v4/account. |
|
detectors/loggly
Package loggly detects Loggly customer tokens (UUID near `loggly`).
|
Package loggly detects Loggly customer tokens (UUID near `loggly`). |
|
detectors/logzio
Package logzio detects Logz.io account API tokens (32-hex near `logz` / `logzio`).
|
Package logzio detects Logz.io account API tokens (32-hex near `logz` / `logzio`). |
|
detectors/lokalise
Package lokalise detects Lokalise API tokens (40-hex co-occurring with `lokalise`) and verifies them against /api2/projects using the documented `x-api-token` header.
|
Package lokalise detects Lokalise API tokens (40-hex co-occurring with `lokalise`) and verifies them against /api2/projects using the documented `x-api-token` header. |
|
detectors/loopsso
Package loopsso detects Loops.so API keys (32-hex co-occurring with `loops`) and verifies them against /v1/api-key using Bearer auth.
|
Package loopsso detects Loops.so API keys (32-hex co-occurring with `loops`) and verifies them against /v1/api-key using Bearer auth. |
|
detectors/mailchimp
Package mailchimp detects Mailchimp API keys (32 hex + "-us" + dc number) and verifies them against the per-datacenter API root.
|
Package mailchimp detects Mailchimp API keys (32 hex + "-us" + dc number) and verifies them against the per-datacenter API root. |
|
detectors/mailgun
Package mailgun detects Mailgun API keys (legacy "key-..." and the newer "<32 hex>-<8 hex>-<8 hex>" shape) and verifies them against /v3/domains using HTTP Basic auth (api:<key>).
|
Package mailgun detects Mailgun API keys (legacy "key-..." and the newer "<32 hex>-<8 hex>-<8 hex>" shape) and verifies them against /v3/domains using HTTP Basic auth (api:<key>). |
|
detectors/mapbox
Package mapbox detects Mapbox secret tokens (`sk.<base64url>`).
|
Package mapbox detects Mapbox secret tokens (`sk.<base64url>`). |
|
detectors/mistral
Package mistral detects Mistral AI API keys (32-char base62) and verifies them against /v1/models.
|
Package mistral detects Mistral AI API keys (32-char base62) and verifies them against /v1/models. |
|
detectors/mixpanel
Package mixpanel detects Mixpanel service-account credentials.
|
Package mixpanel detects Mixpanel service-account credentials. |
|
detectors/modal
Package modal detects Modal token-id (`ak-…`) + token-secret (`as-…`) pairs.
|
Package modal detects Modal token-id (`ak-…`) + token-secret (`as-…`) pairs. |
|
detectors/monday
Package monday detects Monday.com API tokens (JWT-shaped near a `monday` keyword) and verifies them with a `{ me { id } }` GraphQL query.
|
Package monday detects Monday.com API tokens (JWT-shaped near a `monday` keyword) and verifies them with a `{ me { id } }` GraphQL query. |
|
detectors/mongodb
Package mongodb detects MongoDB connection URIs that embed a password (`mongodb://user:password@host` or `mongodb+srv://user:password@host`).
|
Package mongodb detects MongoDB connection URIs that embed a password (`mongodb://user:password@host` or `mongodb+srv://user:password@host`). |
|
detectors/mongodbatlas
Package mongodbatlas detects MongoDB Atlas Programmatic API key pairs (8-char public key + UUID-shaped private key) and verifies them against /api/atlas/v2/orgs.
|
Package mongodbatlas detects MongoDB Atlas Programmatic API key pairs (8-char public key + UUID-shaped private key) and verifies them against /api/atlas/v2/orgs. |
|
detectors/mysql
Package mysql detects MySQL connection URIs that embed a password (`mysql://user:password@host` or `mysqlx://`).
|
Package mysql detects MySQL connection URIs that embed a password (`mysql://user:password@host` or `mysqlx://`). |
|
detectors/netlify
Package netlify detects Netlify personal access tokens (nfp_<40>) and verifies them against /api/v1/user.
|
Package netlify detects Netlify personal access tokens (nfp_<40>) and verifies them against /api/v1/user. |
|
detectors/newrelic
Package newrelic detects New Relic keys in three flavors:
|
Package newrelic detects New Relic keys in three flavors: |
|
detectors/ngrok
Package ngrok detects ngrok personal auth and API tokens (`2…`-prefixed, 40+ url-safe characters with an embedded `_`) and verifies them against /api/users/me on api.ngrok.com.
|
Package ngrok detects ngrok personal auth and API tokens (`2…`-prefixed, 40+ url-safe characters with an embedded `_`) and verifies them against /api/users/me on api.ngrok.com. |
|
detectors/notion
Package notion detects Notion integration tokens (secret_<43>) and verifies them against /v1/users/me.
|
Package notion detects Notion integration tokens (secret_<43>) and verifies them against /v1/users/me. |
|
detectors/npm
Package npm detects npm automation/granular tokens (npm_…) and verifies them against registry.npmjs.org/-/whoami.
|
Package npm detects npm automation/granular tokens (npm_…) and verifies them against registry.npmjs.org/-/whoami. |
|
detectors/okta
Package okta detects Okta API tokens (00...
|
Package okta detects Okta API tokens (00... |
|
detectors/onelogin
Package onelogin detects OneLogin API client secrets (64-hex co-occurring with `onelogin`) and verifies them against the /api/2/users endpoint using the documented `Authorization: bearer:<token>` header form.
|
Package onelogin detects OneLogin API client secrets (64-hex co-occurring with `onelogin`) and verifies them against the /api/2/users endpoint using the documented `Authorization: bearer:<token>` header form. |
|
detectors/openai
Package openai detects OpenAI API keys (sk-…, sk-proj-…) and verifies them against the /v1/models endpoint.
|
Package openai detects OpenAI API keys (sk-…, sk-proj-…) and verifies them against the /v1/models endpoint. |
|
detectors/openrouter
Package openrouter detects OpenRouter API keys (`sk-or-v1-…`) and verifies them against /api/v1/auth/key.
|
Package openrouter detects OpenRouter API keys (`sk-or-v1-…`) and verifies them against /api/v1/auth/key. |
|
detectors/opsgenie
Package opsgenie detects Opsgenie API integration keys (UUID near `opsgenie` keyword) and verifies them against /v2/integrations using the `GenieKey <key>` Authorization scheme.
|
Package opsgenie detects Opsgenie API integration keys (UUID near `opsgenie` keyword) and verifies them against /v2/integrations using the `GenieKey <key>` Authorization scheme. |
|
detectors/pagerduty
Package pagerduty detects PagerDuty REST API tokens (20-char alnum) and verifies them against /users.
|
Package pagerduty detects PagerDuty REST API tokens (20-char alnum) and verifies them against /users. |
|
detectors/pagertree
Package pagertree detects PagerTree integration tokens (32-hex near `pagertree`) and verifies them against /api/v4/integrations with Bearer auth.
|
Package pagertree detects PagerTree integration tokens (32-hex near `pagertree`) and verifies them against /api/v4/integrations with Bearer auth. |
|
detectors/paperspace
Package paperspace detects Paperspace API keys and verifies them via /users/getPublicProfile.
|
Package paperspace detects Paperspace API keys and verifies them via /users/getPublicProfile. |
|
detectors/paypal
Package paypal detects PayPal REST API client_id / client_secret pairs and verifies them by minting an OAuth access token at /v1/oauth2/token.
|
Package paypal detects PayPal REST API client_id / client_secret pairs and verifies them by minting an OAuth access token at /v1/oauth2/token. |
|
detectors/pendo
Package pendo detects Pendo integration tokens.
|
Package pendo detects Pendo integration tokens. |
|
detectors/piicc
Package piicc detects credit card numbers via shape + Luhn checksum.
|
Package piicc detects credit card numbers via shape + Luhn checksum. |
|
detectors/piiemail
Package piiemail detects email addresses.
|
Package piiemail detects email addresses. |
|
detectors/piiiban
Package piiiban detects International Bank Account Numbers via shape + mod-97 checksum.
|
Package piiiban detects International Bank Account Numbers via shape + mod-97 checksum. |
|
detectors/piissn
Package piissn detects US Social Security Numbers in xxx-xx-xxxx form.
|
Package piissn detects US Social Security Numbers in xxx-xx-xxxx form. |
|
detectors/pinecone
Package pinecone detects Pinecone API keys (`pcsk_<base62>`) and verifies them against the control-plane /databases endpoint with the documented `Api-Key` header.
|
Package pinecone detects Pinecone API keys (`pcsk_<base62>`) and verifies them against the control-plane /databases endpoint with the documented `Api-Key` header. |
|
detectors/pingdom
Package pingdom detects Pingdom API tokens (`<base62>{64,72}` near `pingdom`) and verifies them against /api/3.1/checks with Bearer auth.
|
Package pingdom detects Pingdom API tokens (`<base62>{64,72}` near `pingdom`) and verifies them against /api/3.1/checks with Bearer auth. |
|
detectors/plaid
Package plaid detects Plaid client_id (24-hex) + secret (30-hex) pairs and verifies them by POSTing to /categories/get, the cheapest sandbox-safe endpoint that authenticates the pair without side effects.
|
Package plaid detects Plaid client_id (24-hex) + secret (30-hex) pairs and verifies them by POSTing to /categories/get, the cheapest sandbox-safe endpoint that authenticates the pair without side effects. |
|
detectors/planetscale
Package planetscale detects PlanetScale service token id + secret pairs (`pscale_oauth_…` / `pscale_tkn_…` + 32-64 char secret) and verifies them against /v1/organizations.
|
Package planetscale detects PlanetScale service token id + secret pairs (`pscale_oauth_…` / `pscale_tkn_…` + 32-64 char secret) and verifies them against /v1/organizations. |
|
detectors/postgres
Package postgres detects PostgreSQL connection URIs that embed a password (`postgres://user:password@host` or `postgresql://…`).
|
Package postgres detects PostgreSQL connection URIs that embed a password (`postgres://user:password@host` or `postgresql://…`). |
|
detectors/posthog
Package posthog detects PostHog personal API keys (`phx_<base62>`).
|
Package posthog detects PostHog personal API keys (`phx_<base62>`). |
|
detectors/postman
Package postman detects Postman API keys (PMAK-...) and verifies them against /me.
|
Package postman detects Postman API keys (PMAK-...) and verifies them against /me. |
|
detectors/postmark
Package postmark detects Postmark server API tokens (UUID shape) and verifies them against /server.
|
Package postmark detects Postmark server API tokens (UUID shape) and verifies them against /server. |
|
detectors/privatekey
Package privatekey detects PEM-encoded private keys (RSA, EC, OpenSSH, PGP, DSA, Ed25519, generic PKCS8).
|
Package privatekey detects PEM-encoded private keys (RSA, EC, OpenSSH, PGP, DSA, Ed25519, generic PKCS8). |
|
detectors/pulumi
Package pulumi detects Pulumi Cloud access tokens (`pul-` prefix + 40-hex) and verifies them against /api/user using the documented `Authorization: token <pat>` header.
|
Package pulumi detects Pulumi Cloud access tokens (`pul-` prefix + 40-hex) and verifies them against /api/user using the documented `Authorization: token <pat>` header. |
|
detectors/pypi
Package pypi detects PyPI upload tokens (pypi-AgEIc…) and verifies them against the upload endpoint.
|
Package pypi detects PyPI upload tokens (pypi-AgEIc…) and verifies them against the upload endpoint. |
|
detectors/rabbitmq
Package rabbitmq detects RabbitMQ AMQP URIs that embed a password (`amqp://user:password@host` or `amqps://`).
|
Package rabbitmq detects RabbitMQ AMQP URIs that embed a password (`amqp://user:password@host` or `amqps://`). |
|
detectors/railway
Package railway detects Railway API tokens (UUIDs near `railway`).
|
Package railway detects Railway API tokens (UUIDs near `railway`). |
|
detectors/raygun
Package raygun detects Raygun personal access tokens (UUID near `raygun`).
|
Package raygun detects Raygun personal access tokens (UUID near `raygun`). |
|
detectors/redis
Package redis detects Redis connection URIs that embed a password (`redis://:password@host:port` or `rediss://user:password@host`).
|
Package redis detects Redis connection URIs that embed a password (`redis://:password@host:port` or `rediss://user:password@host`). |
|
detectors/render
Package render detects Render API keys (rnd_<14>) and verifies them via /v1/owners.
|
Package render detects Render API keys (rnd_<14>) and verifies them via /v1/owners. |
|
detectors/replicate
Package replicate detects Replicate API tokens (`r8_…`) and verifies them against /v1/account.
|
Package replicate detects Replicate API tokens (`r8_…`) and verifies them against /v1/account. |
|
detectors/resend
Package resend detects Resend API keys (`re_…`) and verifies them against /domains using Bearer auth.
|
Package resend detects Resend API keys (`re_…`) and verifies them against /domains using Bearer auth. |
|
detectors/rollbar
Package rollbar detects Rollbar access tokens (32 hex near the `rollbar` keyword) and verifies them against /api/1/projects with the documented `X-Rollbar-Access-Token` header.
|
Package rollbar detects Rollbar access tokens (32 hex near the `rollbar` keyword) and verifies them against /api/1/projects with the documented `X-Rollbar-Access-Token` header. |
|
detectors/runpod
Package runpod detects RunPod API keys (UUID near `runpod`) and verifies them against the GraphQL endpoint with a `{ myself { id } }` probe.
|
Package runpod detects RunPod API keys (UUID near `runpod`) and verifies them against the GraphQL endpoint with a `{ myself { id } }` probe. |
|
detectors/salesforcerefresh
Package salesforcerefresh detects Salesforce OAuth refresh tokens (5Aep861...
|
Package salesforcerefresh detects Salesforce OAuth refresh tokens (5Aep861... |
|
detectors/scaleway
Package scaleway detects Scaleway secret keys (UUID near `scaleway`) and verifies them against /account/v3/users with the X-Auth-Token header.
|
Package scaleway detects Scaleway secret keys (UUID near `scaleway`) and verifies them against /account/v3/users with the X-Auth-Token header. |
|
detectors/segment
Package segment detects Segment write keys (32-char base62-ish).
|
Package segment detects Segment write keys (32-char base62-ish). |
|
detectors/sendgrid
Package sendgrid detects SendGrid API keys (SG.<id>.<secret>) and verifies them against /v3/scopes.
|
Package sendgrid detects SendGrid API keys (SG.<id>.<secret>) and verifies them against /v3/scopes. |
|
detectors/sentry
Package sentry detects Sentry DSN URLs (https://<32 hex>@<host>/<project>).
|
Package sentry detects Sentry DSN URLs (https://<32 hex>@<host>/<project>). |
|
detectors/sentryuser
Package sentryuser detects Sentry user auth tokens (`sntryu_<hex>`), distinct from the project DSNs handled by pkg/detectors/sentry.
|
Package sentryuser detects Sentry user auth tokens (`sntryu_<hex>`), distinct from the project DSNs handled by pkg/detectors/sentry. |
|
detectors/shodan
Package shodan detects Shodan API keys (32-char alphanumeric) gated on a "shodan" keyword window, and verifies them via /api-info.
|
Package shodan detects Shodan API keys (32-char alphanumeric) gated on a "shodan" keyword window, and verifies them via /api-info. |
|
detectors/slack
Package slack detects Slack bot tokens (xoxb-…) and verifies them against auth.test.
|
Package slack detects Slack bot tokens (xoxb-…) and verifies them against auth.test. |
|
detectors/smtp
Package smtp detects SMTP submission URIs that embed a password (`smtp://user:password@host:port` or `smtps://`).
|
Package smtp detects SMTP submission URIs that embed a password (`smtp://user:password@host:port` or `smtps://`). |
|
detectors/snowflake
Package snowflake detects Snowflake JWT keypair-auth tokens.
|
Package snowflake detects Snowflake JWT keypair-auth tokens. |
|
detectors/snyk
Package snyk detects Snyk API tokens (UUIDv4-shaped) gated on the "snyk" keyword window, verifying via /api/v1/user/me with `Authorization: token`.
|
Package snyk detects Snyk API tokens (UUIDv4-shaped) gated on the "snyk" keyword window, verifying via /api/v1/user/me with `Authorization: token`. |
|
detectors/splunkhec
Package splunkhec detects Splunk HTTP Event Collector tokens (UUIDv4 near `splunk_hec` / `services/collector`).
|
Package splunkhec detects Splunk HTTP Event Collector tokens (UUIDv4 near `splunk_hec` / `services/collector`). |
|
detectors/spotify
Package spotify detects Spotify Web API client_id + client_secret pairs and verifies them by minting an OAuth client_credentials token at /api/token.
|
Package spotify detects Spotify Web API client_id + client_secret pairs and verifies them by minting an OAuth client_credentials token at /api/token. |
|
detectors/square
Package square detects Square access tokens (production `EAAA…` and sandbox `sq0atp-…`) and verifies them via /v2/locations.
|
Package square detects Square access tokens (production `EAAA…` and sandbox `sq0atp-…`) and verifies them via /v2/locations. |
|
detectors/statuspage
Package statuspage detects Atlassian Statuspage API keys (UUID near `statuspage`) and verifies them against /v1/pages with `OAuth <token>` authorization.
|
Package statuspage detects Atlassian Statuspage API keys (UUID near `statuspage`) and verifies them against /v1/pages with `OAuth <token>` authorization. |
|
detectors/stripe
Package stripe detects Stripe live/test secret keys (sk_live_, sk_test_, rk_live_) and verifies them via the /v1/charges list endpoint.
|
Package stripe detects Stripe live/test secret keys (sk_live_, sk_test_, rk_live_) and verifies them via the /v1/charges list endpoint. |
|
detectors/sumologic
Package sumologic detects Sumo Logic access ID + access key pairs and verifies them via /api/v1/users/me with HTTP Basic auth.
|
Package sumologic detects Sumo Logic access ID + access key pairs and verifies them via /api/v1/users/me with HTTP Basic auth. |
|
detectors/supabase
Package supabase detects Supabase service-role keys (JWT with `role:"service_role"` near a `supabase` keyword).
|
Package supabase detects Supabase service-role keys (JWT with `role:"service_role"` near a `supabase` keyword). |
|
detectors/sysdig
Package sysdig detects Sysdig API tokens (40-hex co-occurring with `sysdig`) and verifies them against /api/v1/user/me.
|
Package sysdig detects Sysdig API tokens (40-hex co-occurring with `sysdig`) and verifies them against /api/v1/user/me. |
|
detectors/tailscale
Package tailscale detects Tailscale auth keys (`tskey-auth-…`) and API keys (`tskey-api-…`).
|
Package tailscale detects Tailscale auth keys (`tskey-auth-…`) and API keys (`tskey-api-…`). |
|
detectors/teamcity
Package teamcity detects JetBrains TeamCity server access tokens (40+ char base62 near `teamcity`).
|
Package teamcity detects JetBrains TeamCity server access tokens (40+ char base62 near `teamcity`). |
|
detectors/telegram
Package telegram detects Telegram Bot API tokens (`<bot_id>:<35-char base64>`) and verifies them via /getMe.
|
Package telegram detects Telegram Bot API tokens (`<bot_id>:<35-char base64>`) and verifies them via /getMe. |
|
detectors/telnyx
Package telnyx detects Telnyx API V2 keys (`KEY<32-hex>` near `telnyx`) and verifies them against /v2/messaging_profiles with Bearer auth.
|
Package telnyx detects Telnyx API V2 keys (`KEY<32-hex>` near `telnyx`) and verifies them against /v2/messaging_profiles with Bearer auth. |
|
detectors/tencentcloud
Package tencentcloud detects Tencent Cloud SecretId + SecretKey pairs.
|
Package tencentcloud detects Tencent Cloud SecretId + SecretKey pairs. |
|
detectors/terraformcloud
Package terraformcloud detects Terraform Cloud / Enterprise API tokens (<14 alnum>.atlasv1.<60+ url-safe>) and verifies them against /api/v2/account/details.
|
Package terraformcloud detects Terraform Cloud / Enterprise API tokens (<14 alnum>.atlasv1.<60+ url-safe>) and verifies them against /api/v2/account/details. |
|
detectors/terraformcloudteam
Package terraformcloudteam detects Terraform Cloud / Enterprise team API tokens.
|
Package terraformcloudteam detects Terraform Cloud / Enterprise team API tokens. |
|
detectors/together
Package together detects Together.ai API keys (64-char lowercase hex) and verifies them against /v1/models.
|
Package together detects Together.ai API keys (64-char lowercase hex) and verifies them against /v1/models. |
|
detectors/trello
Package trello detects Trello API key + token pairs and verifies them against /1/members/me.
|
Package trello detects Trello API key + token pairs and verifies them against /1/members/me. |
|
detectors/twilio
Package twilio detects Twilio Account SID + Auth Token pairs and verifies them against /2010-04-01/Accounts/<sid>.json.
|
Package twilio detects Twilio Account SID + Auth Token pairs and verifies them against /2010-04-01/Accounts/<sid>.json. |
|
detectors/twitch
Package twitch detects Twitch OAuth client_secret values (30-char alnum co-occurring with `twitch` keyword) and verifies them against the /oauth2/validate endpoint after a client-credentials exchange.
|
Package twitch detects Twitch OAuth client_secret values (30-char alnum co-occurring with `twitch` keyword) and verifies them against the /oauth2/validate endpoint after a client-credentials exchange. |
|
detectors/upstashredis
Package upstashredis detects Upstash Redis REST tokens (long base64 near `upstash`).
|
Package upstashredis detects Upstash Redis REST tokens (long base64 near `upstash`). |
|
detectors/uptimerobot
Package uptimerobot detects UptimeRobot API keys (`u<digits>-<32 alnum>` for main account keys, `m<digits>-<32 alnum>` for monitor-specific keys).
|
Package uptimerobot detects UptimeRobot API keys (`u<digits>-<32 alnum>` for main account keys, `m<digits>-<32 alnum>` for monitor-specific keys). |
|
detectors/vault
Package vault detects HashiCorp Vault tokens (`hvs.…`, `hvb.…`, legacy `s.…` service tokens).
|
Package vault detects HashiCorp Vault tokens (`hvs.…`, `hvb.…`, legacy `s.…` service tokens). |
|
detectors/vercel
Package vercel detects Vercel API access tokens.
|
Package vercel detects Vercel API access tokens. |
|
detectors/victorops
Package victorops detects VictorOps / Splunk On-Call API keys (UUID near `victorops`).
|
Package victorops detects VictorOps / Splunk On-Call API keys (UUID near `victorops`). |
|
detectors/virustotal
Package virustotal detects VirusTotal API keys (64-char lowercase hex) gated on a "virustotal"/"vt_api_key" keyword window, and verifies them via the v3 users-self endpoint with x-apikey.
|
Package virustotal detects VirusTotal API keys (64-char lowercase hex) gated on a "virustotal"/"vt_api_key" keyword window, and verifies them via the v3 users-self endpoint with x-apikey. |
|
detectors/voyageai
Package voyageai detects Voyage AI API keys (`pa-<base64url>`) and verifies them against /v1/embeddings with Bearer auth.
|
Package voyageai detects Voyage AI API keys (`pa-<base64url>`) and verifies them against /v1/embeddings with Bearer auth. |
|
detectors/vultr
Package vultr detects Vultr API keys (36-char alphanumeric near `vultr`) and verifies them via /v2/account.
|
Package vultr detects Vultr API keys (36-char alphanumeric near `vultr`) and verifies them via /v2/account. |
|
detectors/weaviate
Package weaviate detects Weaviate Cloud admin API keys (64-char base62 near `weaviate`) and verifies them against the cluster's /v1/meta with Bearer auth.
|
Package weaviate detects Weaviate Cloud admin API keys (64-char base62 near `weaviate`) and verifies them against the cluster's /v1/meta with Bearer auth. |
|
detectors/zendesk
Package zendesk detects Zendesk API tokens (40 alphanumerics near `zendesk` keyword) optionally paired with the operator email Zendesk requires for Basic auth.
|
Package zendesk detects Zendesk API tokens (40 alphanumerics near `zendesk` keyword) optionally paired with the operator email Zendesk requires for Basic auth. |
|
detectors/zoom
Package zoom detects Zoom OAuth client_id + client_secret pairs and verifies them by exchanging the pair for an access token via the /oauth/token endpoint with HTTP Basic auth.
|
Package zoom detects Zoom OAuth client_id + client_secret pairs and verifies them by exchanging the pair for an access token via the /oauth/token endpoint with HTTP Basic auth. |
|
engine
Package engine drives the scan loop: it pulls chunks from a Source, runs each registered Detector against chunks whose data contains at least one of the detector's keywords, and forwards results to the configured output sink.
|
Package engine drives the scan loop: it pulls chunks from a Source, runs each registered Detector against chunks whose data contains at least one of the detector's keywords, and forwards results to the configured output sink. |
|
output
Package output owns the user-visible reporting surface.
|
Package output owns the user-visible reporting surface. |
|
sources
Package sources defines the Source interface and the Chunk shape that detectors consume.
|
Package sources defines the Source interface and the Chunk shape that detectors consume. |
|
sources/all
Package all blank-imports every concrete source so their init() registers against pkg/sources.registry.
|
Package all blank-imports every concrete source so their init() registers against pkg/sources.registry. |
|
sources/filesystem
Package filesystem is a Source that walks one or more paths and emits one Chunk per regular file.
|
Package filesystem is a Source that walks one or more paths and emits one Chunk per regular file. |
|
sources/git
Package git is a Source that walks the commit history of a local git repository and emits one Chunk per added/modified file blob per commit.
|
Package git is a Source that walks the commit history of a local git repository and emits one Chunk per added/modified file blob per commit. |
|
sources/stdin
Package stdin is a Source that reads a single chunk from os.Stdin (or any io.Reader, for tests) and emits it once.
|
Package stdin is a Source that reads a single chunk from os.Stdin (or any io.Reader, for tests) and emits it once. |
|
verify
Package verify provides shared HTTP infrastructure for detector verification.
|
Package verify provides shared HTTP infrastructure for detector verification. |
Click to show internal directories.
Click to hide internal directories.