Sign inSign up

getreadystack/cra-annex-ii-docs-lint

By getreadystack

Updated 4 days ago

19 rules over the user documentation that ships with your product: support-period end date, vulnerab

Image
0

107

getreadystack/cra-annex-ii-docs-lint repository overview

CRA Annex II User Docs Lint

19 rules over the user documentation that ships with your product: support-period end date, vulnerability reporting contact, EU declaration of conformity address, secure decommissioning.

Run

docker run --rm -v "$PWD":/work getreadystack/cra-annex-ii-docs-lint /work/file

The same 19 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • Lints the documentation file you have open with all 19 rules and puts every missing, vague or expired Annex II item on its line - 15 findings (11 errors, 4 warnings) on the bundled dirty fixture, 0 on the clean one. No key, no upload, finished on its own.
  • --rules lists every rule

With a licence ($29 once)

  • Scope and ownership: one command sweeps every documentation file in the workspace and exports a dated Annex II evidence report (Markdown + CSV) you keep with your technical file. $29 once, one licence key per person or team seat, 7-day full refund.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/cra-annex-ii-docs-lint --dir /work --ci

A compliance consultant reviewing one technical file bills about EUR 150 per hour.

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "cra-annex-ii-docs-lint": { "command": "npx", "args": ["-y", "@readystack/cra-annex-ii-docs-lint", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.

Use in CI

- name: CRA Annex II User Docs Lint
  run: npx -y @readystack/cra-annex-ii-docs-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/cra-annex-ii-docs-lint --dir /work --ci)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:505ba0341

Size

46.1 MB

Last updated

4 days ago

docker pull getreadystack/cra-annex-ii-docs-lint