DEV Community

SIKOUTRIS
SIKOUTRIS

Posted on

Greenwashing Checker vs Scanner: Two Approaches to EU Green Claims Compliance

The EU Green Claims Directive is coming, and most companies are not ready. Starting in 2026, businesses making environmental claims in the European market must substantiate those claims with verifiable evidence — or face significant penalties. Phrases like "eco-friendly," "sustainable," or "carbon neutral" without proper backing will become regulatory liabilities.

This regulatory shift has created a new category of tools: greenwashing detection and compliance platforms. We have built two of them — greenwashing-checker.com and greenclaims-scanner.com — each taking a different approach to the same fundamental problem.

Here is what we learned about the challenge and why we think both approaches have merit.

The Regulatory Landscape

The EU Green Claims Directive (proposed March 2023, expected enforcement from 2026) requires that:

  • Environmental claims must be based on recognized scientific evidence
  • Claims must specify whether they apply to the entire product, part of it, or certain life cycle stages
  • Companies must identify if there are significant trade-offs between environmental impacts
  • Third-party verification may be required for certain claim types
  • Penalties for non-compliance include fines and potential market access restrictions

This builds on existing regulations like the Unfair Commercial Practices Directive and supplements sector-specific rules (EU Taxonomy, CSRD reporting, etc.).

For companies marketing in the EU — which includes non-EU companies selling to EU consumers — this is not optional. It is a compliance requirement with teeth.

The Two Approaches

Greenwashing Checker: The Quick Assessment

Greenwashing Checker is designed for speed and accessibility. Think of it as a first-pass screening tool. You input a green claim — from a product page, marketing material, annual report, or ad — and the tool evaluates it against a framework of common greenwashing patterns.

How it works:

  1. Input — paste the text of an environmental claim (or a URL containing claims)
  2. Analysis — the tool checks for vague language, unsubstantiated superlatives, irrelevant claims, hidden trade-offs, and misleading imagery cues
  3. Score — returns a risk score from low to high, with specific explanations for each flagged issue
  4. Recommendations — suggests how to rephrase or substantiate the claim to reduce greenwashing risk

Best for:

  • Marketing teams reviewing copy before publication
  • Compliance officers doing initial screening
  • Journalists investigating corporate environmental claims
  • Consumers who want a quick reality check

Limitations:

  • Cannot verify the underlying data behind a claim (it analyzes the language, not the science)
  • Works best with explicit textual claims rather than visual/contextual greenwashing
  • Provides guidance, not legal compliance certification

Green Claims Scanner: The Deep Audit

Green Claims Scanner takes a more comprehensive approach. Instead of checking individual claims, it scans an entire web presence — website pages, product descriptions, marketing materials — and produces a full audit report.

How it works:

  1. Crawl — the scanner crawls the target website (or a specified section) identifying all environmental and sustainability-related claims
  2. Classify — each claim is categorized by type (carbon claims, recyclability, biodegradability, energy efficiency, etc.)
  3. Assess — claims are evaluated against EU regulatory frameworks and common greenwashing indicators
  4. Report — generates a comprehensive report with risk levels, specific citations, and remediation priorities

Best for:

  • Companies preparing for Green Claims Directive compliance
  • Legal teams conducting pre-audit assessments
  • Consultancies advising clients on sustainability communications
  • Competitors benchmarking industry claims

Limitations:

  • Slower (a full site scan takes time)
  • More complex to interpret — requires some regulatory knowledge
  • Higher cost for comprehensive scans

Why Two Tools?

The honest answer: because the market needs both, and they serve different stages of the compliance journey.

A marketing manager writing a product description needs a quick check: "Is this claim okay?" That is the Checker use case. Five seconds, immediate feedback, iterate.

A head of compliance preparing for the Green Claims Directive needs a systematic audit: "What claims are we making across our entire web presence, and which ones are at risk?" That is the Scanner use case. Thorough, documented, actionable.

We could have built one tool that tries to do both, but in practice, the UX requirements are fundamentally different. Quick checks need to be fast and simple. Comprehensive audits need to be thorough and detailed. Trying to combine both typically results in a tool that does neither well.

Common Greenwashing Patterns We Detect

After analyzing thousands of environmental claims, patterns emerge clearly:

Vague claims without specifics. "Eco-friendly packaging" means nothing without specifying what makes it eco-friendly (recyclable? made from recycled content? biodegradable? all of these? under what conditions?).

Irrelevant claims. Advertising a product as "CFC-free" when CFCs have been banned for decades. Technically true, practically meaningless, and designed to create a green impression.

Hidden trade-offs. "Our electric vehicle produces zero emissions" — at the tailpipe, yes. But manufacturing the battery has significant environmental impact. Omitting material trade-offs is a form of greenwashing.

Unsubstantiated superlatives. "The most sustainable option available" requires comparative evidence across all competitors — which rarely exists.

Misleading imagery. Green colors, nature imagery, and leaf icons on products that have no particular environmental benefit. Our text-analysis tools cannot fully catch this, but we flag common textual correlates.

False certifications. Referencing certifications that do not exist, are expired, or do not apply to the specific product being marketed.

The Technical Side

Both tools share a common analysis engine but differ in their input/output pipelines.

Analysis engine:

  • NLP-based claim extraction (identifying what constitutes an environmental claim in free text)
  • Pattern matching against a database of known greenwashing patterns
  • Regulatory mapping (which EU directives apply to which claim types)
  • Risk scoring algorithm combining multiple signals

Checker-specific:

  • Simple REST API for single-claim analysis
  • Sub-second response time for pre-analyzed patterns
  • Widget-friendly output for integration into CMS tools

Scanner-specific:

  • Web crawler with configurable depth and scope
  • Batch processing pipeline for large sites
  • PDF report generation with executive summary and detailed findings
  • Scheduled re-scanning to track compliance improvements over time

Both are built on a PHP/WordPress stack for the frontend (SEO matters in this space) with Python services handling the NLP and analysis workload.

Market Reality

The greenwashing detection market is early. Most companies are still in the awareness phase — they know the Green Claims Directive is coming but have not started compliance work. We expect demand to increase sharply as enforcement deadlines approach.

The interesting dynamic is that this is not just a compliance tool — it is also a competitive intelligence tool. Understanding how your competitors make environmental claims, and where those claims are vulnerable, is valuable strategic information.

Where This Is Heading

As the regulatory framework solidifies, we expect several developments:

  • Standardized claim formats that make automated verification easier
  • Integration with supply chain data to verify claims against actual production data
  • Real-time monitoring as companies update marketing materials
  • Cross-jurisdiction coverage as other regions follow the EUs lead

The companies that start compliance work now will have a significant advantage. Retrofitting sustainability communications across an entire web presence is much harder than getting it right from the start.


Check your green claims for compliance risk at greenwashing-checker.com. For comprehensive website audits, try greenclaims-scanner.com.

Top comments (0)