critical
github-token· GitHubGitHub token
Repository access under the token’s scopes — for a classic PAT, usually every private repo the user can see.
How it is detected
Matches the `ghp_`, `gho_`, `ghu_`, `ghs_` and `ghr_` prefixes. A classic personal access token usually carries every private repository the user can see.
If you find one
- 1Revoke the token in Settings → Developer settings → Personal access tokens.
- 2Check the account’s security log for pushes, clones and workflow runs you did not make.
- 3Re-issue as a fine-grained token scoped to the one repository that needs it.
Where it turns up
Most often in client bundles built by AI coding tools.