CircleCI
CircleCICI/CD3 credentials
Personal API Token
circleci / personal-api-token
CircleCI users create personal API tokens for API and CLI access.
Looks like
exampleCCIPAT_ABCDEFGHIJKLMNOPQRSTUV_abcdef0123456789abcdef0123456789abcdef01(?i)(?:circleci)(?:[ \w.-]{0,20})[\s'"]{0,3}(?:=|>|:{1,3}=|\|\||:|=>|\?=|,)[`'"\s=]{0,5}([a-f0-9]{40})(?:\?['"`]|[\s;]|\[nr]|$)Location
Circle-TokenCircleCI API token header
AuthorizationBasic or token-based CircleCI API authentication
~/.config/circleci/config.yml, .circleci/config.ymlCircleCI CLI config and pipeline config references
CIRCLE_TOKEN, CIRCLECI_TOKENCI/CD variables, password managers, and cloud secret managers
automation scripts and accidentally committed configs
curl traces, CLI debug logs, and job output
Project / Context Environment Variable Secret
circleci / project-context-env-var
CircleCI projects and contexts store environment variables used by jobs, including deploy keys, cloud tokens, package credentials, and passwords.
Location
.circleci/config.ymlCircleCI pipeline config referencing contexts and environment variable names
CircleCI project environment variables and organization contexts
.circleci/config.yml references to secret variable names
job output if commands print secret values or xtrace is enabled
Notes
Environment variable storage noted but omitted from CredsHound location data because no exact variable name is documented: runtime job environment variables injected by CircleCI
SSH Key / Deploy Key
circleci / ssh-key-and-deploy-key
CircleCI can store SSH keys for checking out private repositories or deploying from jobs.
Looks like
pattern-----BEGIN (RSA |EC |OPENSSH |ENCRYPTED )?PRIVATE KEY-----Location
CircleCI project SSH keys and deploy key storage
.circleci/config.ymlCircleCI job config referencing add_ssh_keys fingerprints
.circleci/config.yml and setup scripts
SSH debug output and accidental key prints
Scope
Authorized use
LOLCreds helps map the credential surface of real products: known defaults, generated values, credential locations, and exposure patterns.