Vercel
Vercelcloud5 credentials
API Token
vercel / api-token
Vercel API and CLI automation use account tokens. Vercel documentation includes token management and CLI commands that operate with tokens for deployments, teams, projects, and environment variables.
Looks like
examplevercel_abcdefghijklmnopqrstuvwxyzABCDEF0123456789Location
AuthorizationBearer token used for Vercel API requests
VERCEL_TOKEN~/.vercel/auth.json, .vercel/project.json, vercel.json, vercel.jsoncVercel CLI config, CI pipeline config, .env files, and deployment manifests; Removed generic/common scanner surface path(s) from product template: .env
GitHub Actions secrets, CI/CD variables, cloud secret managers, and password managers
deployment scripts, tests, and accidentally committed CLI configs
CI logs, CLI traces, and API client debug output
Notes
Token blast radius depends on account/team permissions and scopes selected at token creation.
Project Environment Variable Secret
vercel / project-environment-secret
Vercel projects store environment variables and secrets used by builds, serverless functions, and deployments. Vercel CLI env commands manage project environment variables.
Location
Vercel project environment variables and encrypted deployment secrets
vercel.json, .vercel/project.json, .vercel/.env.preview.local, .vercel/.env.production.local.env, .env.local, vercel.json, and CI pipeline configuration; Removed generic/common scanner surface path(s) from product template: .env
accidentally committed .env files, tests, and examples
build logs and runtime logs if applications print environment values
Notes
Vercel environment secrets often contain downstream database URLs, API tokens, OAuth secrets, and cloud credentials. Environment variable storage noted but omitted from CredsHound location data because no exact variable name is documented: runtime and build-time environment variables exposed to Vercel functions/builds
Vercel AI Gateway API Key
vercel / ai-gateway-key
Vercel AI Gateway uses API keys/tokens for model gateway requests and provider routing. This is Vercel-specific AI credential behavior and belongs in the Vercel product entry rather than a separate detector-named template.
Looks like
examplevck_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123Location
AuthorizationBearer/API key used for Vercel AI Gateway requests
AI_GATEWAY_API_KEY, VERCEL_AI_GATEWAY_API_KEYai-gateway.json, vercel.json, vercel-ai.jsonAI SDK configs, agent configs, .env files, Vercel project settings, integration configs, and examples; Removed generic/common scanner surface path(s) from product template: .env
Vercel project environment variables, CI/CD variables, cloud secret managers, and developer vaults
AI app code, notebooks, examples, tests, and model routing configs
AI SDK traces, gateway logs, runtime logs, and failed model request debug output
Notes
Covers Betterleaks rule vercel-ai-gateway-key without creating a separate non-product template.
Vercel Integration Token
vercel / integration-token
Vercel integrations and marketplace/app installations can issue integration tokens, access tokens, and app credentials for project, team, deployment, or environment-variable automation.
Location
AuthorizationBearer token used by Vercel integrations and app-installation API calls
integration install, OAuth, or token creation responses containing access_token or refresh_token fields
vercel-integration.json, integration-token.json, oauth-token.jsonintegration manifests, app backends, OAuth configs, .env files, and deployment settings; Removed generic/common scanner surface path(s) from product template: .env
VERCEL_INTEGRATION_TOKEN, VERCEL_APP_ACCESS_TOKEN, VERCEL_APP_REFRESH_TOKENVercel integration secrets, Vercel project env vars, CI/CD variables, and app secret stores
integration backends, marketplace apps, webhooks, tests, and examples
OAuth exchange logs, webhook logs, integration logs, API traces, and failed auth errors
Notes
Covers Betterleaks rules vercel-integration-token, vercel-app-access-token, and vercel-app-refresh-token inside the Vercel product template.
Vercel OAuth Application Secret
vercel / oauth-application-secret
Vercel integrations and applications can use OAuth client secrets, webhook signing secrets, and callback credentials to authenticate app installs and event delivery.
Location
webhook signature, app secret, or OAuth authorization headers
OAuth token exchange responses and app-installation credential responses
vercel-oauth.json, integration.json, app.json, webhook.jsonOAuth app configs, integration manifests, webhook handlers, app settings, and .env files; Removed generic/common scanner surface path(s) from product template: .env
VERCEL_CLIENT_SECRET, VERCEL_WEBHOOK_SECRET, VERCEL_INTEGRATION_SECRETOAuth client secret stores, Vercel environment variables, CI/CD variables, and cloud secret managers
integration source repos, callback handlers, webhook handlers, and tests
OAuth callback logs, webhook delivery logs, and integration debug traces
Scope
Authorized use
LOLCreds helps map the credential surface of real products: known defaults, generated values, credential locations, and exposure patterns.