GitHub Scanner

Feedback

PAT Help

Generate a token at GitHub > Settings > Developer settings > Personal access tokens.

read:orgRequired for team and organization access

repoRequired for private repository access

Is my token safe?

  • This app runs entirely in your browser — no backend server, your token is never sent anywhere except GitHub API.
  • Your token is stored in sessionStorage and is cleared when you close the tab.
  • The source code is publicly available — you can verify this yourself.
  • We recommend using a fine-grained PAT with read-only access, scoped to your organization only.