GitHub security posture audit tools for AI agents — organization, repository, Actions, secrets, supply chain analysis via MCP
If you already use Github, the github mcp server is the piece that lets your assistant work with it directly. GitHub security posture audit tools for AI agents — organization, repository, Actions, secrets, supply chain analysis via MCP.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
github_check_org_security — 2FA enforcement, default repo visibility, member creation privilegesgithub_check_org_sso — SSO/SAML configuration via GraphQLgithub_check_org_members — Outside collaborators, stale member detectiongithub_check_org_apps — OAuth credential authorizations, GitHub App installation permissionsgithub_check_org_webhooks — Insecure webhook URLs (HTTP, no secret)github_check_org_audit_log — Suspicious audit log activity (Enterprise)github_list_org_repos — List all repos in an org with security metadatagithub_check_repo_branch_protection — Branch protection rules on default branchgithub_check_repo_secrets — Secret scanning and push protection enablementgithub_check_repo_code_scanning — CodeQL / code scanning enabled, open alertsgithub_check_repo_dependabot — Dependabot enabled, critical alert triagegithub_check_repo_settings — SECURITY.md, private vulnerability reporting, fork restrictionsConfiguration is passed through the environment: GITHUB_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Github's toolset — github_check_org_security, github_check_org_sso, github_check_org_members and 11 more — is a fair guide to whether it matches your workflow. It is maintained by orhnyldrm; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Github's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| github_check_org_security | 2FA enforcement, default repo visibility, member creation privileges |
| github_check_org_sso | SSO/SAML configuration via GraphQL |
| github_check_org_members | Outside collaborators, stale member detection |
| github_check_org_apps | OAuth credential authorizations, GitHub App installation permissions |
| github_check_org_webhooks | Insecure webhook URLs (HTTP, no secret) |
| github_check_org_audit_log | Suspicious audit log activity (Enterprise) |
| github_list_org_repos | List all repos in an org with security metadata |
| github_check_repo_branch_protection | Branch protection rules on default branch |
| github_check_repo_secrets | Secret scanning and push protection enablement |
| github_check_repo_code_scanning | CodeQL / code scanning enabled, open alerts |
| github_check_repo_dependabot | Dependabot enabled, critical alert triage |
| github_check_repo_settings | SECURITY.md, private vulnerability reporting, fork restrictions |
| github_check_repo_webhooks | Insecure repo-level webhook URLs |
| github_check_repo_deploy_keys | Deploy key permissions (read-only vs read-write) |
| Variable | Description | Required |
|---|---|---|
| GITHUB_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.