audit-labs/audit-tools

A collection of scripts, queries, and other goodies you can use in an audit.

clone: git clone https://gitbay.org/audit-labs/audit-tools.git

d5bf5f4f9c9fc38f649d41b5ad80883b53a924ac

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2026-07-29T16:58:11Z
committer: <noreply@github.com>

Merge pull request #24 from audit-labs/feat/github-security-checks

feat: add GitHub security posture checks
 README.org                                        |   2 +-
 applications/github/README.md                     |  10 +-
 applications/github/audit.py                      |  30 +++-
 applications/github/collectors/deploy_keys.py     |  36 +++++
 applications/github/collectors/org_settings.py    |  40 +++++
 applications/github/collectors/security_alerts.py |  63 ++++++++
 applications/github/collectors/webhooks.py        |  52 +++++++
 tui/github_runner.py                              |  30 +++-
 tui/tests/test_github_collectors.py               | 172 ++++++++++++++++++++++
 9 files changed, 431 insertions(+), 4 deletions(-)