AI Agent Linter Ecosystem

Quality, cost and safety control for AI agent workflows. All Go, no LLM, under 10ms.

58%
Cost savings
<10ms
Routing latency
0
API endpoints
5
Tools
prompt -> seclint (safe?) -> promptlint (route) -> agent -> archlint (quality) -> costlint (cost)

Tools

archlint

Architecture quality gate. Structural graphs, SOLID violations, cycle detection.

GitHub

promptlint

Complexity-based model routing. Score prompts, pick the cheapest sufficient model.

GitHub

costlint

Token cost analysis. Cache metrics, A/B testing, optimization hints.

GitHub

seclint

Content safety filter. Age ratings (6+/12+/16+/18+), topic guidance.

GitHub

promptsec

Security coaching for prompts. Mirror of seclint with prompt-focused naming.

GitHub

Quick Start

go install github.com/mshogin/archlint@latest
go install github.com/mikeshogin/promptlint/cmd/promptlint@latest
go install github.com/mikeshogin/costlint/cmd/costlint@latest
go install github.com/mikeshogin/seclint/cmd/seclint@latest

Built by AI agents. Open source. Go.