ghsec — GitHub Security Alerts CLI
A command-line tool that wraps the gh CLI to fetch, display, and manage GitHub security alerts (CodeQL/code scanning, Dependabot, secret scanning).
Prerequisites
- Python >= 3.10
ghCLI installed and authenticated (gh auth login)uvfor package management (recommended)
Installation
uv pip install .
Or for development:
uv sync
Usage
Run ghsec from inside a cloned GitHub repo (it auto-detects the repo from git remote), or specify --repo OWNER/REPO.
ghsec <subcommand> [options]
Global options:
--repo OWNER/REPO Override repo (default: auto-detect from git remote)
--json Output raw JSON instead of formatted tables
List alerts
# All security alert types
ghsec list
# Specific types
ghsec list-code # Code scanning (CodeQL) only
ghsec list-deps # Dependabot only
ghsec list-secrets # Secret scanning only
# Filter by state or severity
ghsec list-code --state open --severity high
Show alert details
ghsec show code 1 # Code scanning alert #1
ghsec show dep 5 # Dependabot alert #5
ghsec show secret 3 # Secret scanning alert #3
Dismiss an alert
# Code scanning reasons: false_positive, wont_fix, used_in_tests
ghsec dismiss code 1 --reason wont_fix
# Dependabot reasons: fix_started, inaccurate, no_bandwidth, not_used, tolerable_risk
ghsec dismiss dep 5 --reason tolerable_risk --comment "low priority"
# Secret scanning reasons: false_positive, wont_fix, revoked, used_in_tests
ghsec dismiss secret 3 --reason revoked
Reopen a dismissed alert
ghsec reopen dep 5
JSON output
ghsec --json list-deps
ghsec --json show code 1
Running tests
bash test/run_tests.sh
Project structure
├── pyproject.toml # Package metadata, dependencies, entry point
├── src/
│ └── ghsec/
│ ├── __init__.py # Version string
│ ├── cli.py # argparse setup, main entry point
│ ├── api.py # gh api wrapper functions
│ └── display.py # Rich table/detail formatting
└── test/
├── run_tests.sh # Test runner script
├── fixtures.py # Canned API responses
├── test_api.py # API module tests
├── test_display.py # Display formatting tests
└── test_cli.py # CLI argument & command handler tests
License
MIT
Release files for ghsec 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ghsec-0.1.2.tar.gz | 20.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghsec-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.6 kB
Release files / ghsec-0.1.2.tar.gz
| Download URL | ghsec-0.1.2.tar.gz |
|---|---|
| Size | 20.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
19eedac1e5589a38680a516165bfd45597836ba30c4e1c20a500a550ecf7df56
|
|
BLAKE2b-256 checksum How to use checksums |
ec84b7788b79ecfbabfe8216c4c6a5061de2127029d95f57ed035388b42bf4fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Feb 25, 2026.
Transparency logRelease files / ghsec-0.1.2-py3-none-any.whl
| Download URL | ghsec-0.1.2-py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1e40431546f02e1bae3f3f748b0a250b5e5145216e72f7add0a007dc4284bd05
|
|
BLAKE2b-256 checksum How to use checksums |
e5bed20f1dc38a10e5b824f1bcb9d5f080461cf432a4dd01f4cf4e6d07711b26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Feb 25, 2026.
Transparency log