High-performance linter
for Markdown.
Catch broken links, orphan pages, and leaked credentials - before your users do. Engineering-grade and engine-agnostic.
A new standard for docs. Purpose-built engines for structural integrity.
Broken links
Detects dead internal links, missing anchors, and unreachable URLs before the build runs.
Orphan pages
Finds <code>.md</code> files that exist on disk but are absent from the site navigation.
Invalid snippets
Compiles every fenced Python block. Catches syntax errors before readers copy-paste code.
Placeholder stubs
Flags pages below a word-count threshold or containing patterns like <code>TODO</code>, <code>WIP</code>.
Unused assets
Reports images and files that exist in <code>docs/</code> but are never referenced by any page.
Zenzic Shield
Scans every URL for leaked credentials - API keys, tokens. Exits with code <code>2</code> immediately.
Sentinella in Azione
Every finding is pinned to file, line, and source. Structured output for human eyes and machine parsing alike.
Gutter reporter
Each error shows the exact offending source line with gutter context. No scrolling through logs to find what broke.
Zenzic Shield
Scans every line - including fenced <code>bash</code> and <code>yaml</code> blocks - for leaked credentials. Exit code <code>2</code> is reserved exclusively for security events.
Severity summary
Every run ends with a compact summary. You know immediately whether the check failed hard or only emitted warnings.
Punteggio di Qualità
Track a deterministic score in CI to block regressions. A holistic, elegant view of your documentation health.
zenzic score --save