wireghoul/graudit
grep rough audit - source code auditing tool observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 57
- Release rhythm 38
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 120
- age_days: 6289
- days_rel: 258
- days_push: 258
- n_releases_24m: 4
Adoption not part of the score
1688 stars · 257 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
graudit is a shell-based source code auditing tool that uses GNU grep with signature databases of extended regular expressions to find potential security flaws in code. It is a lightweight alternative to static analysis tools like RATS, SWAAT and flaw-finder, with extensible signature databases for many languages.
Use cases
- scan a codebase for potential security vulnerabilities
- find insecure function usage in source code
- run a quick static security audit without heavy tooling
- audit code for language-specific dangerous patterns
- create custom regex signatures to detect project-specific flaws
- integrate lightweight vulnerability scanning into scripts or CI
When to choose
- you want a minimal-dependency, grep-based security scanner
- you need flexible, easily extensible signature databases
- you prefer a fast command-line tool over heavyweight SAST suites
- you want to audit code in languages covered by its signature sets
When to avoid
- you need deep dataflow or taint analysis rather than pattern matching
- you require low false positives from a full static analysis engine
- you need IDE integration or rich reporting dashboards
- your environment lacks GNU grep or a POSIX shell
Facets
cli-tool · maturity active
security vulnerability-scanning search-engine cli security developer-tools cli cross-platform static-analysis grep source-code-audit shell-script signature-based-scanning command-line linux macos
2 sources
- readme: https://github.com/wireghoul/graudit · fetched 2026-08-28 · 44df46f595bc
- homepage: http://www.justanotherhacker.com · fetched 2026-08-29 · ac255e659941
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wireghoul/graudit | main | 59 |
For agents
markdown · JSON · MCP: product_card(name="wireghoul/graudit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem