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.2.tar.gz
(13.1 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.2-py3-none-any.whl
(16.4 kB
view details)
File details
Details for the file gitsentry-0.1.2.tar.gz.
File metadata
- Download URL: gitsentry-0.1.2.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcb7c9561f48a4402caa7f949bc0e4b5a1dcb519608668edd6b8e5cb2047a463
|
|
| MD5 |
f9efaabf03fbf112d2d092a2fe74cbc3
|
|
| BLAKE2b-256 |
21e1c56b4ab613c97a7f7dd4abebc5f2e2e38211c4e341300f983c1cf89a1d79
|
File details
Details for the file gitsentry-0.1.2-py3-none-any.whl.
File metadata
- Download URL: gitsentry-0.1.2-py3-none-any.whl
- Upload date:
- Size: 16.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 |
0fb66e2240b8f7969cac32186a273a978979ff9c4b147b31ff2eb606d5c3c107
|
|
| MD5 |
3742a029d2231ed35c670549a79b4320
|
|
| BLAKE2b-256 |
b894d08616efb04f1c7375c676ed2a51ea75c937fb0fbfdc3a4ba95927410c88
|