Sign inSign up

getreadystack/green-claim-lint-empco

By getreadystack

Updated 4 days ago

Reads your HTML and Markdown product copy and flags the environmental claims Directive (EU) 2024/825

Image
0

126

getreadystack/green-claim-lint-empco repository overview

Green Claim Lint - EU EmpCo 2026

Reads your HTML and Markdown product copy and flags the environmental claims Directive (EU) 2024/825 turns into banned practices on 27 September 2026, with the clause and a compliant rewrite for each hit.

Run

docker run --rm -v "$PWD":/work getreadystack/green-claim-lint-empco /work/file

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

Free

  • Open a product page in VS Code or paste it into the free web version and get every banned-claim hit with its Directive (EU) 2024/825 clause, the exact phrase, and a compliant rewrite - all 13 rules, no key, no limit on how many pages you open one at a time.
  • --rules lists every rule

With a licence ($29 once)

  • Scan the entire workspace in one command and export a dated evidence report (CSV plus Markdown) that lists every page, hit, clause and rewrite - a file you keep and hand to counsel, a marketplace or an auditor.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/green-claim-lint-empco --dir /work --ci

UCPD Art. 13(3): for widespread infringements Member States must provide fines of at least 4% of the trader's annual turnover in the Member States concerned, or at least EUR 2,000,000 where turnover information is unavailable.

Use from an AI agent (MCP)

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

{ "mcpServers": { "green-claim-lint-empco": { "command": "npx", "args": ["-y", "@readystack/green-claim-lint-empco", "--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: Green Claim Lint - EU EmpCo 2026
  run: npx -y @readystack/green-claim-lint-empco --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/green-claim-lint-empco --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:92346343f

Size

46.1 MB

Last updated

4 days ago

docker pull getreadystack/green-claim-lint-empco