5 projects
wildlint
Catch the bugs off-the-shelf linters miss — dead argparse flags, str.replace-as-strip (removeprefix/removesuffix mixups), deep negative indexing, rounding rollover in number/byte humanizers. Each rule distilled from a real upstream fix.
mcp-cve-lint
Static linter for MCP (Model Context Protocol) server configs. Every rule is pinned to a real MCP CVE/GHSA with a biting fixture.
findcheck
Reference validator for finding-declaration documents (the experiment-findings verdict layer).
mutaprobe
Detect silent data mutations when values cross format boundaries. Zero false positives by construction.
schemasmoke
Schema-drift smoke test for LLM tool calls — does a tool crash or mistype on the edge cases its declared JSON Schema calls valid? Zero-FP structural drift detection (Python, general JSON Schema).