Git repository security auditor — scan for secrets in commits, large files, .gitignore gaps, and sensitive data leaks
Project description
dargslan-git-audit
Git Repository Security Auditor — Scan for secrets in commits, large files, .gitignore gaps, and sensitive data leaks. Zero external dependencies.
Installation
pip install dargslan-git-audit
CLI Usage
dargslan-git report # Full security report
dargslan-git secrets # Scan for secrets
dargslan-git sensitive # Check sensitive files
dargslan-git gitignore # Check .gitignore gaps
dargslan-git large # Find large files
dargslan-git stats # Repository statistics
dargslan-git json # JSON output
Python API
from dargslan_git_audit import GitAudit
ga = GitAudit()
secrets = ga.scan_working_secrets()
issues = ga.audit()
ga.print_report()
More from Dargslan
- Dargslan.com — Linux & DevOps eBook Store
- Free Cheat Sheets
- Blog & Tutorials
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file dargslan_git_audit-1.0.0.tar.gz.
File metadata
- Download URL: dargslan_git_audit-1.0.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0c884367830c270231e9fe227fd3b42c61a152d5c0e1c68f844adc733af79ef
|
|
| MD5 |
ef69e3917b3d2dd71cb6e06a5d710044
|
|
| BLAKE2b-256 |
3819460f7a54e1668e344454dd5ab4730082f759a32783b0eb1311681a8fdf1d
|
File details
Details for the file dargslan_git_audit-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dargslan_git_audit-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2106086abd7e66e934a71c9a09af46fec49731146396ff607239e8de1dd36f5f
|
|
| MD5 |
5abaf787e8c9c64044b307ef28ee7f77
|
|
| BLAKE2b-256 |
23cf92f02db67e57ecd5b46b786824ef6dd485386e48dd42f9f14821812d032b
|