aiproof-cli
The aiproof binary — a static analyzer for AI prompts ("ESLint for prompts").
Install
Usage
Runs against *.md, *.prompt.md, *.j2, *.mustache, *.yaml,
*.json (MCP schemas), *.py (extracts prompts from Anthropic / OpenAI /
LangChain SDK calls), and *.ts/*.tsx.
Three output formats: pretty (default), json, sarif (for GitHub Code Scanning).
Zero LLM calls, zero network, zero inference cost. All checks are pure text + AST analysis.
See the full documentation at https://github.com/Frostbyte-Devs/aiproof.
License: Apache-2.0.