Back to browse
GitHub Repository

Strict static analyzer for Go — designed for LLM-written code. Zero external linter dependencies.

6 starsGo

Gox – Strict static analyzer for Go designed for LLM-written code

by kidandcat·May 13, 2026·6 points·0 comments

AI Analysis

●●●BangerBig BrainSolve My Problem

Catches swapped string arguments in LLM code that standard linters miss completely.

Strengths
  • Namedargs rule forces inline comments on adjacent same-type arguments to prevent swaps.
  • Zero external dependencies implements every rule from scratch on go/ast and go/types.
  • Fail-closed philosophy specifically targets silent bugs introduced by unsupervised agents.
Weaknesses
  • Experimental status means annotation syntax may break before v1.0 release.
  • Opinionated rules like banning globals may friction with existing codebases.
Target Audience

Go developers using AI coding agents like Claude Code or GitHub Copilot

Similar To

golangci-lint · staticcheck · revive

Similar Projects

Security●●Solid

PromptSonar – Static analysis for LLM prompt security

Static scanner catches prompt injections in code before runtime, unlike runtime guards.

Solve My ProblemShip It
meghal86
103mo ago
Security●●●Banger

Promptinel – A Security Scanner for Prompts

Deterministic prompt linter flags injection, exfiltration, obfuscation before LLM runs—treats prompts as executable code.

Big BrainZero to OneSolve My Problem
cunningfatalist
103mo ago