piighost/github-token

GitHub token: the classic prefixed forms (ghp_ personal, gho_ OAuth, ghu_ user-to-server, ghs_ server-to-server, ghr_ refresh) and the fine-grained form github_pat_ followed by eighty-two characters.

Label: GITHUB_TOKEN

Pattern

\b(?:gh[pousr]_[A-Za-z0-9]{36,}|github_pat_[A-Za-z0-9_]{82})\b

Must be caught

Must be left alone

Tags: international, secrets, software-dev

Download the detector as TOML