GitHub security audit CLI for LLM-assisted development environments
Project description
GitSentry
LLM 개발 환경(Claude Code, Codex 등)에서 GitHub push 전 보안 감사 CLI 도구.
기능
| 명령 | 설명 |
|---|---|
gitsentry audit . |
현재 저장소 공개 파일 보안 감사 |
gitsentry history . |
Git 커밋 히스토리 보안 감사 |
gitsentry scan --all |
계정 전체 GitHub 저장소 감사 |
gitsentry preview . |
Push 대상 vs 제외 파일 시각화 |
gitsentry pre-push |
Pre-push 훅 수동 실행 |
gitsentry generate-skill |
Claude Code 보안 감사 스킬 생성 |
설치
# pipx 권장 (전역 설치, 가상환경 불필요)
pipx install git+https://github.com/beret21/GitSentry.git
# 업데이트
pipx upgrade gitsentry
pipx가 없다면:
brew install pipx
pipx ensurepath
개발용 설치:
git clone https://github.com/beret21/GitSentry.git
cd GitSentry
pip install -e ".[dev]"
빠른 시작
# 현재 저장소 감사
gitsentry audit .
# Push 전 미리보기
gitsentry preview .
# pre-push 훅 설치
./scripts/install-hook.sh .
환경 변수 (.env)
GITHUB_TOKEN=ghp_your_token # 원격 저장소 감사에 필요
ANTHROPIC_API_KEY=sk-ant-... # --llm 옵션 사용 시 필요
탐지 패턴
DANGER (push 차단): API 키(sk-, ghp_, AKIA), 비밀번호, Bearer 토큰
WARNING (주의): LLM 내부 문서 (CLAUDE.md, LESSONS_LEARNED.md, DEVELOPMENT.md)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gitsentry-0.1.0.tar.gz
(14.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gitsentry-0.1.0-py3-none-any.whl
(15.4 kB
view details)
File details
Details for the file gitsentry-0.1.0.tar.gz.
File metadata
- Download URL: gitsentry-0.1.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13d16d63cb8c559694b993a6ca753cdea5e6eb96dd602c877629c44b5994e490
|
|
| MD5 |
a72efd3200f954e043676dc157d1b127
|
|
| BLAKE2b-256 |
42e5423295a79264ef0387de5fd2a348dc7b754aef63ac53b055ccfdbba3e836
|
File details
Details for the file gitsentry-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gitsentry-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b98f4138a930b8b5baa2a5f4491693a90bfca3e211e1ccb8226fa3fd393ffe3
|
|
| MD5 |
694b5f7eaa7e1117dd080e4c21dbbbdb
|
|
| BLAKE2b-256 |
a6d37b2ba6188ead1f6185c13f4507916dbd321853cf8dfdfad0cadd01f4d696
|