Passa al contenuto principale
Zenzic Icon
v0.6.0a1 "Obsidian Glass" Released

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.

CHK 0.1

Broken links

Detects dead internal links, missing anchors, and unreachable URLs before the build runs.

CHK 0.2

Orphan pages

Finds <code>.md</code> files that exist on disk but are absent from the site navigation.

CHK 0.3

Invalid snippets

Compiles every fenced Python block. Catches syntax errors before readers copy-paste code.

CHK 0.4

Placeholder stubs

Flags pages below a word-count threshold or containing patterns like <code>TODO</code>, <code>WIP</code>.

CHK 0.5

Unused assets

Reports images and files that exist in <code>docs/</code> but are never referenced by any page.

CHK 0.6

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.

docs/guide.md
[FILE_NOT_FOUND]'intro.md' not reachable from nav
15before continuing.
16 See the getting started page for details.
17Then configure your environment.

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.

SECURITY BREACH DETECTED
Finding:GitHub token detected
Location:docs/tutorial.md:42
Credential:ghp_************3456
Action:Rotate this credential immediately and purge it from the repository history.

Severity summary

Every run ends with a compact summary. You know immediately whether the check failed hard or only emitted warnings.

✘ 2 errors⚠ 1 warning• 1 file with findings
FAILED: One or more checks failed.

Punteggio di Qualità

Track a deterministic score in CI to block regressions. A holistic, elegant view of your documentation health.

Metriche
Overall Health
98
+2%
CI Command
zenzic score --save
Internal Links Health
99
Anchor stability
28
External references
16
Orphan Detection
21
Unused Assets
12
Nav Isolation
9