-
released this
2026-02-02 21:38:06 +00:00 | 38 commits to main since this releaseInitial release of DepAudit CLI - A comprehensive dependency auditing tool.
Features
- Multi-language support (JavaScript, Python, Go, Rust, Java)
- Security vulnerability scanning using OSV database
- Outdated package detection
- License compliance checking
- Unused dependency detection
- Multiple output formats (table, JSON)
- CI/CD integration support
Installation
pip install depaudit-cliUsage
depaudit audit . depaudit audit /path/to/project --format json depaudit generate-cicd githubDownloads