{"id":13824899,"url":"https://github.com/genuinetools/audit","last_synced_at":"2025-07-08T20:32:32.337Z","repository":{"id":57491499,"uuid":"65686748","full_name":"genuinetools/audit","owner":"genuinetools","description":"For auditing what collaborators, hooks, and deploy keys you have added on all your GitHub repositories.","archived":true,"fork":false,"pushed_at":"2019-09-16T22:26:53.000Z","size":6226,"stargazers_count":336,"open_issues_count":2,"forks_count":27,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-20T03:31:55.021Z","etag":null,"topics":["auditing","cli","git","github","repo","repos","security"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/genuinetools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-14T21:15:57.000Z","updated_at":"2024-05-27T06:24:13.000Z","dependencies_parsed_at":"2022-08-29T20:31:11.048Z","dependency_job_id":null,"html_url":"https://github.com/genuinetools/audit","commit_stats":null,"previous_names":["jessfraz/audit","jfrazelle/audit"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/genuinetools/audit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genuinetools%2Faudit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genuinetools%2Faudit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genuinetools%2Faudit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genuinetools%2Faudit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genuinetools","download_url":"https://codeload.github.com/genuinetools/audit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genuinetools%2Faudit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264343759,"owners_count":23593787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auditing","cli","git","github","repo","repos","security"],"created_at":"2024-08-04T09:01:11.362Z","updated_at":"2025-07-08T20:32:29.828Z","avatar_url":"https://github.com/genuinetools.png","language":"Go","readme":"# audit\n\n[![Travis CI](https://img.shields.io/travis/genuinetools/audit.svg?style=for-the-badge)](https://travis-ci.org/genuinetools/audit)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge)](https://godoc.org/github.com/genuinetools/audit)\n[![Github All Releases](https://img.shields.io/github/downloads/genuinetools/audit/total.svg?style=for-the-badge)](https://github.com/genuinetools/audit/releases)\n\nFor checking what collaborators, hooks, deploy keys, and protected branches\nyou have added on all your GitHub repositories. This also scans all an\norganization's repos you have permission to view.\nBecause nobody has enough RAM in their brain to remember this stuff for 100+ repos.\n\n**ARCHIVED IN FAVOR OF PEPPER:** Check out [genuinetools/pepper](https://github.com/genuinetools/pepper).\nPepper does everything `audit` did.\n\n**Table of Contents**\n\n\u003c!-- toc --\u003e\n\n- [Installation](#installation)\n    + [Binaries](#binaries)\n    + [Via Go](#via-go)\n- [Usage](#usage)\n\n\u003c!-- tocstop --\u003e\n\n## Installation\n\n#### Binaries\n\nFor installation instructions from binaries please visit the [Releases Page](https://github.com/genuinetools/audit/releases).\n\n#### Via Go\n\n```console\n$ go get github.com/genuinetools/audit\n```\n\n## Usage\n\n```console\n$ audit -h\naudit -  Tool to audit what collaborators, hooks, and deploy keys are on your GitHub repositories.\n\nUsage: audit \u003ccommand\u003e\n\nFlags:\n\n  -d      enable debug logging (default: false)\n  -owner  only audit repos the token owner owns (default: false)\n  -orgs   specific orgs to check (e.g. 'genuinetools')\n  -repo   specific repo to test (e.g. 'genuinetools/audit') (default: \u003cnone\u003e)\n  -token  GitHub API token (or env var GITHUB_TOKEN)\n\nCommands:\n\n  version  Show the version information.\n```\n\n```console\n$ audit --token 12345\ngenuinetools/apk-file -\u003e\n        Hooks (1):\n                travis - active:true (https://api.github.com/repos/genuinetools/apk-file/hooks/8426605)\n        Protected Branches (1): master\n--\n\ngenuinetools/apparmor-docs -\u003e\n        Keys (1):\n                jenkins - ro:false (https://api.github.com/repos/genuinetools/apparmor-docs/keys/18549738)\n        Unprotected Branches (1): master\n--\n\ngenuinetools/bane -\u003e\n        Hooks (1):\n                travis - active:true (https://api.github.com/repos/genuinetools/bane/hooks/6178025)\n        Protected Branches (1): master\n--\n\ngenuinetools/battery -\u003e\n        Hooks (1):\n                travis - active:true (https://api.github.com/repos/genuinetools/battery/hooks/8388640)\n        Protected Branches (1): master\n        Unprotected Branches (1): WIP\n--\n\ngenuinetools/irssi -\u003e\n\tCollaborators (3): tianon, genuinetools, docker-library-bot\n\tHooks (1):\n\t\tdocker - active:true (https://api.github.com/repos/genuinetools/irssi/hooks/3918042)\n\tProtected Branches (1): master\n--\n```\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenuinetools%2Faudit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenuinetools%2Faudit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenuinetools%2Faudit/lists"}