EU Product Liability for Software: The Engineering Evidence Checklist
The revised EU Product Liability Directive expressly treats software, including AI systems and software supplied as a service, as products. It applies to products placed on the market or put into service after 9 December 2026. Engineering teams should preserve evidence that connects intended use, foreseeable misuse, security, tests, releases, incidents, updates, and user communication.
Liability is a legal determination, so use counsel for case-specific advice. Engineering's job is to make the product history explainable and retrievable. This guide addresses that evidence system, not litigation strategy.
What changes for software teams?
| Area | Directive signal | Evidence to retain |
|---|---|---|
| Product scope | Software is explicitly included | Version, supplier, deployment, and market records |
| Defect assessment | Safety includes cybersecurity and expected updates | Threat models, test results, advisories, and update decisions |
| Disclosure | Courts may order relevant evidence disclosure | Searchable, proportionate records with defined retention |
What belongs in a software evidence chain?
Build traceability from a safety-relevant requirement to its implementation, verification, release, telemetry, and corrective action. Evidence should show what the team knew, what it decided, who approved it, and what users were told at that time.
- Dated intended-use, user-group, operating-environment, and foreseeable-misuse assumptions.
- Architecture decisions, threat models, hazard analysis, access-control rules, and dependency inventory.
- Reproducible test results, review records, known limitations, residual risks, and release approvals.
- Incident reports, support tickets, update decisions, rollout metrics, notices, and end-of-support records.
How much evidence is enough?
More logs are not automatically better. Preserve decision-grade evidence with provenance, access controls, retention, and a clear link to the shipped version. A data lake full of unverifiable screenshots and mutable dashboards is weak evidence and a privacy burden.
- Use immutable build identifiers and connect them to source, artifacts, dependencies, configuration, and tests.
- Record why a failed test was waived and who accepted the residual risk.
- Test whether an independent reviewer can reconstruct one release without tribal knowledge.
Which operational practices reduce product risk?
Treat post-release maintenance as part of product safety. Monitor relevant failures and vulnerabilities, triage them against affected versions, ship corrective updates, verify adoption, and communicate material residual risk.
- Define security and safety ownership for the supported life of the product.
- Keep rollback, feature-disable, customer-notification, and evidence-preservation runbooks.
- Apply the same controls to AI model, prompt, policy, and dataset changes that can alter behavior.
A 30-day evidence-readiness plan
- Map safety-relevant products, deployments, actors, users, and post-9-December-2026 releases.
- Choose one release and reconstruct its requirement-to-production evidence chain.
- Close missing build provenance, test retention, approval, incident, and update records.
- Define retention, legal hold, privacy, access, and disclosure-export procedures with counsel.
- Automate evidence capture in CI/CD and service operations instead of relying on manual archives.
- Run a mock evidence request and remediate every answer that depends on one employee's memory.
Build the product, not just the backlog
If this article maps to a real product decision, Wavect can help you scope, build, harden, or lead the software work with senior founder-level judgment.
Useful service paths:
EU software product-liability FAQ
Does the revised directive cover SaaS?
When do the new rules apply?
Is free and open-source software excluded?
Will documentation prevent liability?
Final thoughts
The practical response is not a legal memo stored beside the repository. It is a versioned evidence chain produced by normal delivery and maintenance work, tested before anyone needs it under pressure.
Primary sources
- Directive (EU) 2024/2853. Official text of the revised Product Liability Directive
- European Commission defective-products page. Official policy overview for consumers and businesses
