praetorian-inc/gokart
A static analysis tool for securing Go code observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: n/a
- age_days: 1843
- days_rel: n/a
- days_push: 954
- n_releases_24m: 0
Adoption not part of the score
2157 stars · 106 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GoKart is a static analysis (SAST) tool for Go that detects vulnerabilities using SSA-form source-to-sink taint tracing. It reduces false positives by determining whether variable inputs are actually attacker-controlled or constant-equivalent.
Use cases
- scan go code for security vulnerabilities
- find sql injection in golang source
- reduce false positives in go static analysis
- run sast on go repositories in ci
- trace taint from user input to dangerous sinks in go
When to choose
- you need low-false-positive vulnerability scanning for Go codebases
- you want taint tracking that understands constants and variable assignments
- you prefer a simple installable CLI scanner
When to avoid
- your project is not written in Go
- you need dynamic or runtime security testing
- you need broad language coverage in one tool
Facets
cli-tool · maturity maintenance
security vulnerability-scanning parser security developer-tools windows cli go static-analysis golang sast taint-analysis ssa code-scanning command-line linux macos
1 source
- readme: https://github.com/praetorian-inc/gokart · fetched 2026-08-28 · ff1c9711aed1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| praetorian-inc/gokart | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="praetorian-inc/gokart")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem