Style check, naming, complexity analysis for AI agents
Code linting and style checking tools for AI agents, exposed as an MCP (Model Context Protocol) server. All analysis is performed via regex and text parsing — no AST libraries required. Check code style issues with configurable rules: Indentation — tabs vs spaces, configurable indent size Line length — flag lines exceeding a maximum length Trailing whitespace — detect trailing spaces/tabs Final…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Code linting and style checking tools for AI agents, exposed as an MCP (Model Context Protocol) server. All analysis is performed via regex and text parsing — no AST libraries required. Check code style issues with configurable rules: Indentation — tabs vs spaces, configurable indent size Line length — flag lines exceeding a maximum length Trailing whitespace — detect trailing spaces/tabs Final newline — require a newline at end of file Quotes — enforce single or double quote consistency…