Vibeguard-dev/local – static AST analysis for AI-generated SQL
12 static DBA-level checks catch AI SQL footguns in sub-millisecond time.
A Context Compiler for TypeScript. Deterministic, diffable architectural contracts and dependency graphs for AI coding workflows.
TypeScript AST contracts feed LLMs correct props; stops AI from hallucinating missing fields.
TypeScript developers, large codebase maintainers, AI-assisted coding workflows
Nx dependency graph analysis · TypeScript compiler API (tsc --listFilesOnly) · Architectural linting tools (Depcruise, Madge)
The goal is to create a diffable architectural map of a codebase and detect breaking interface changes during refactors.
It includes a watch mode for incremental rebuilds and a strict mode that flags removed props, functions, or contracts.
Fully local, deterministic output. No code modification.
I’d appreciate technical feedback from anyone working on large TypeScript codebases.
Repo: https://github.com/LogicStamp/logicstamp-context Docs: https://logicstamp.dev/docs
12 static DBA-level checks catch AI SQL footguns in sub-millisecond time.
Claims AST-free text scanning beats traditional parsers for generating codebase knowledge graphs.
Catches swapped string arguments in LLM code that standard linters miss completely.
Yet another PR review tool competing with CodeRabbit and GitHub Advanced Security.
It reads your Swift sources and flags accessibility problems with exact line numbers, suggested fixes, and WCAG references — handy for catching issues in CI or locally via a Homebrew-installable CLI. Practical execution is clear (SwiftUI/UIKit rules, Xcode/CI output), but the rule set is small and several checks are behind a paywall, so it's a strong team tool rather than a category-redefining product.
AST-level regex analysis with auto-fix beats string-based ReDoS checkers.