CRA for Startups: Lean Compliance With One Engineer

How a resource-constrained startup meets the EU Cyber Resilience Act: self-assessment, one compliance owner, the support duty, and funding options.

CRA Evidence Team Published January 16, 2026 Updated July 17, 2026
CRA compliance for startups: self-assessment, one compliance owner, and the five-year support duty.
In this article

You are shipping a connected product with a small team, and the CRA is going to cover it. Its main duties apply from 11 December 2027, with vulnerability reporting from 11 September 2026, so this is a build-it-in-now problem, not a someday one. Two things catch startups: the multi-year security-support duty you take on the moment you place the product on the EU market, and doing all of it without a dedicated security hire.

This guide is for founders and early engineers who need to be CRA-compliant without overspending or over-building. It covers what you can safely skip, what you cannot, and how one person can own the whole thing.

Summary

  • Default products self-assess. Unless your product is in the Important or Critical categories, there is no Notified Body and no third-party fee.
  • One person can be accountable for compliance, but the ongoing security work is real engineering effort, not a spare-time task.
  • The support duty is the real cost. It attaches when you first place the product on the EU market, not at exit.
  • Free tooling handles SBOMs and scanning. The rest of the security work is engineering and documentation, not a purchase.
  • The CRA has reliefs written for you. Simplified documentation, reduced conformity fees, and regulatory sandboxes exist specifically for SMEs, including start-ups.
  • Compliance is a sales asset. Enterprise buyers and investors ask for the evidence. Frame it that way.
  • Public programmes can fund part of the work.

Does CRA even apply to your startup?

Run four quick checks. The CRA covers products with digital elements that connect to a network or another device and are made available on the EU market in the course of a commercial activity.

Question If yes If no
Is your product software, or hardware with software or firmware? Continue CRA does not apply
Does it connect to a network or another device? Continue Probably out of scope, verify
Will you supply it in the EU, for payment or free of charge, as a commercial activity? CRA applies Not yet, but plan ahead if the EU is a future market
Is it already covered by medical device, automotive, or aviation rules? A separate regime may apply instead CRA applies

If your product is in scope, the next question is which category it lands in. That decides whether you self-assess or need a Notified Body. Confirm it with the product classification guide before you spend a day on anything else.

Your one structural advantage: self-assessment

The single biggest cost saver for a startup is that a product outside the Important and Critical categories is a Default product. For those, the CRA lets you self-assess: you do the conformity work yourself, sign the EU Declaration of Conformity, and apply the CE marking. No external body, no per-product fee. The mechanics of each route live in the conformity assessment guide. The startup point is not to pay for third-party assessment you do not need.

Important: Self-assessment is not lighter compliance. You still meet the same essential requirements. You just attest to them yourself instead of paying someone to attest for you.

The reliefs the CRA built for startups

The CRA carries support measures written specifically for microenterprises, small and medium-sized enterprises, and start-ups. Whether the reliefs apply depends on your size, using the standard EU definition: a microenterprise has fewer than 10 staff and turnover or balance sheet at or below EUR 2 million, and a small enterprise has fewer than 50 staff and turnover or balance sheet at or below EUR 10 million.

Four reliefs a startup can actually use:

  • Simplified documentation: microenterprises and small enterprises may file the technical documentation in a simplified format that the Commission specifies, and Notified Bodies must accept that form.
  • Reduced conformity fees: where your product does need a Notified Body, the specific needs of SMEs, including start-ups, must be taken into account and the fees reduced proportionately.
  • Regulatory sandboxes: Member States may set up controlled environments where you develop and test an innovative product against the CRA before you place it on the market, with access for start-ups facilitated.
  • Direct support: where appropriate, Member States run awareness and training activities and a dedicated advice channel for smaller companies, and the Commission signposts available financial support.

Tip: Ask your national market surveillance authority or digital innovation hub whether the simplified documentation form and a regulatory sandbox are live in your country yet. Both depend on national and Commission implementation, so availability varies.

Getting compliant with one engineer

You do not need a security team. You need one accountable owner and a short list of things that run automatically. That person maintains the technical file, triages incoming vulnerability reports, and signs the Declaration of Conformity. One person can hold the role, but be honest that the ongoing vulnerability handling, update delivery, and documentation are real engineering work. The CRA compliance cost guide models the effort and budget for a small team so you can plan the headcount properly.

Three things are worth automating first. Each is a solved problem with free tooling, and together they clear your most visible early obligations. They are a starting point, not the whole picture.

  • Generate an SBOM in CI: the CRA requires a software bill of materials covering at least your top-level dependencies, and open-source tools such as Syft and Trivy produce one on every build. Full toolchain in the SBOM generation guide.
  • Monitor for vulnerabilities: scan your dependencies on every build and act on findings based on risk before they reach customers. The CRA cares that you triage and fix, not which scanner you run.
  • Publish a security contact: a security.txt file and a working security address give researchers a way to report. The security.txt setup guide has a ready template.

Those three are early automation wins, not the whole job. Secure design, risk assessment, update delivery, and the product controls sit alongside them. Your technical documentation grows with the product rather than in a pre-launch scramble, so keep architecture and security notes as you go. The required contents are in the technical documentation guide.

Your vulnerability-handling process needs to be live before the reporting obligations start on 11 September 2026. From that date, an actively exploited vulnerability or a severe incident starts a tight clock through the ENISA single reporting platform: an early warning within 24 hours, then a fuller notification within 72 hours. The final report differs by track. For an actively exploited vulnerability it is due within 14 days of a corrective or mitigating measure being available. For a severe incident it is due within one month of the 72-hour notification. You must also inform affected users. The mechanics are in the vulnerability reporting guide.

You can ship fast without re-certifying every release

Iterating quickly does not mean re-running conformity assessment every sprint. You revisit conformity only after a substantial modification, which is a change after launch that affects the product's compliance with the essential requirements, or changes the intended purpose it was assessed for. A security update that only reduces cybersecurity risk without changing the intended purpose is not a substantial modification, and a minor change such as adding a UI language generally is not either. A feature update that broadens the attack surface or changes what the product does can be. So routine patches and small updates ship without re-assessment, and you reassess when a change genuinely alters what the product is or its risk profile.

If you build on or steward open source

Two open-source facts matter for a startup. First, free and open-source software is only in scope when it is supplied in the course of a commercial activity. Software its maintainers do not monetise is generally not a commercial activity, but monetisation is broader than charging for the code, so weigh paid support and similar arrangements. Contributing source code to a project that is not under your responsibility does not make the CRA apply to you. Monetising open source, or shipping it inside a product you sell, brings that product into scope as normal.

Second, the CRA creates a lighter role called an open-source software steward for an organisation, other than a manufacturer, that sustains the development of open-source software intended for commercial use. A steward's duties centre on a documented cybersecurity policy and cooperation with authorities. Vulnerability reporting applies to the extent the steward is involved in the product's development, and severe-incident reporting and user notification apply where an incident affects the systems the steward provides for that development. These duties are lighter than the full manufacturer obligation set. If your startup both stewards a project and sells a product, be clear which hat you wear for which activity, because the obligations differ.

The five-year support duty is a business-model problem

This is the part of the CRA that a startup cannot tool its way out of. The support period must be at least five years, and where the product is expected to be in use for less than five years, it matches that shorter expected use. During that period you handle vulnerabilities based on risk, remediate them without delay, and deliver the updates to customers.

For an early-stage company that is a real commitment, not a checkbox:

  • The duty follows the product: it attaches when you first place the product on the EU market, and a later pivot does not end it for units already placed.
  • It has to be priced in: if your margin does not carry the support period, the price is wrong. Model support cost into unit economics before launch, and expect it to taper as the codebase stabilises.
  • Plan for ten years, not five: each security update you issue must stay available for at least 10 years after release, or for the rest of the support period, whichever is longer.
  • Publish the end date: you must show the support-period end date, at least the month and year, at the time of purchase. Set it deliberately, because customers and buyers will read it.

You can make the commitment more survivable, but mind what actually discharges it:

  • Choose stable dependencies: every fast-moving library you pull in is years of maintenance you signed up for. Prefer boring, well-supported components.
  • Version deliberately: define product generations and plan how support hands off between them, so you are not maintaining an unbounded set of live versions.
  • Mitigations are not a discharge: a written support-transfer to an acquirer, an escrow arrangement, or open-sourcing the security-critical components can keep fixes flowing, but none of them by itself removes your obligation.

If you cease operations and can no longer comply, you must inform the market surveillance authorities and, as far as possible, your users before the cessation takes effect. What happens to the residual duty once the company no longer exists is not cleanly settled and depends on jurisdiction. Plan the wind-down path now, while you still can, and document it in the technical file.

Turn compliance into sales and funding

For a startup, CRA work can do double duty: it opens EU market access, and it gives you evidence to hand an enterprise buyer or an investor.

Build the due-diligence pack once. EU procurement teams may ask, during vendor onboarding, for a current SBOM, a signed Declaration of Conformity, and a documented vulnerability disclosure process with a response timeline. These are strong evidence rather than proof of full compliance, since readiness ultimately rests on meeting every essential requirement. But having them assembled in one place saves you scrambling to collect the evidence later, and it is the same pack an investor's technical diligence may ask to see.

Investors care that you can legally ship. Breaching the essential requirements or the core manufacturer duties carries administrative fines of up to EUR 15 million or 2.5% of total worldwide annual turnover, whichever is higher. More practically, a product placed on the EU market from 11 December 2027 must meet the CRA to be sold there. Framing compliance as market access and de-risked EU entry lands better with a board than framing it as a cost.

Public programmes can fund part of the work. EU instruments such as Horizon Europe, the Digital Europe Programme, and the EIC Accelerator support cybersecurity and secure-product development, and national programmes add more. Amounts and eligibility vary, so check your national digital innovation hub for what is open. Frame the application around building trustworthy, secure digital products rather than around ticking a regulatory box.

If security certifications come up in sales, know where the CRA sits relative to them. The overlap with an ISMS is covered in the CRA vs ISO 27001 guide, and consumer-IoT teams should read the EN 303 645 guide.

Common startup mistakes

  • "We'll deal with security after the raise": on a runway, retrofitting security burns the cash you just raised. Build the basics in from the first sprint.
  • "We priced the product without the support duty": multi-year security maintenance has to sit inside your unit economics. If it does not, the price is wrong.
  • "Our compliance owner left and no one picked it up": if one person holds the technical file and the reporting process, their departure is a compliance gap. Write down who owns it.
  • "The acquirer will just take on the duty": a deal can assign the support work, but it does not by itself lift the statutory duty from you. Handle it explicitly in the terms, and assume nothing.
  • "We'll bolt on CRA when we expand to the EU": if EU users can already reach your product, you are already supplying the EU market, and retrofitting compliance later is a rebuild. Design for the 2027 duties from the start.
  • "We're too early-stage to be in scope": being a startup earns you reliefs, not an exemption. The duty attaches at first placement whatever your stage.

Frequently Asked Questions

Does CRA apply to a startup still in closed beta?

Not necessarily, and two things decide it. On scope, obligations attach when you place the product on the market, meaning the first time you make it available in the EU as a commercial activity, whether for payment or free of charge, so free distribution to real users can count, though clearly-marked unfinished software can be offered for a limited testing period if it is not made available for anything beyond testing. On timing, the full manufacturer duties apply from 11 December 2027, and a product placed before then is generally caught only if you substantially modify it after that date, while vulnerability reporting starts earlier on 11 September 2026. Build your technical file, Declaration, and controls during the beta so you are ready when the duties apply.

Do we need a Notified Body, or can we self-assess?

Most Default products self-assess, with no Notified Body. The Important and Critical categories generally need one, with narrow exceptions: Important Class I products can self-assess where the relevant harmonised standards or a certification scheme are fully applied, and qualifying open-source products in the Important classes can self-assess when their technical documentation is public. Critical products cannot self-assess at all. Confirm your class with the conformity assessment guide before assuming you need certification.

Does a small startup get any breaks under the CRA?

Yes. The CRA carries support measures for microenterprises, small and medium-sized enterprises, and start-ups. Microenterprises and small enterprises may file the technical documentation in a simplified format that Notified Bodies must accept. Where a Notified Body is needed, conformity fees must be reduced proportionately for SMEs, and Member States may open regulatory sandboxes that start-ups can use to test a product against the CRA before launch.

Do we have to redo conformity assessment for every release?

No. You revisit conformity only after a substantial modification, which is a change after launch that affects compliance with the essential requirements or changes the assessed intended purpose. A security update that only lowers cybersecurity risk is not a substantial modification, and a minor change like adding a UI language generally is not either. A feature update that broadens the attack surface or changes what the product does can be.

What happens to the five-year support duty if we pivot or shut down?

The duty follows the product and attaches at first placement, so a pivot does not end it for units already placed. The floor is five years, unless the product is expected to be in use for less than five years, in which case the period matches that shorter expected use. You can mitigate the burden with lightweight maintenance, a written support-transfer to an acquirer, or open-sourcing the security-critical components, but none of these by itself discharges the duty, and if you cease operations you must notify authorities and users first. Document your plan in the technical file before you pivot.

What should we show investors and enterprise buyers as evidence of CRA readiness?

Show a current SBOM, a signed Declaration of Conformity, and a documented vulnerability disclosure process with a defined response timeline. These are strong evidence rather than proof of full compliance, since readiness ultimately rests on meeting every essential requirement. But EU procurement teams may ask for them at onboarding, and investors evaluating EU entry check whether you can ship legally. You can produce a first technical file and Declaration with the team you already have.

Can a startup rely on free open-source tools for SBOM and vulnerability scanning?

Yes. Syft and Trivy are production-grade, free, and widely used, and using them does not affect your compliance status. What matters is that you run scans, triage findings based on risk, and fix them before they reach customers. If a customer later asks which findings you judged not exploitable, a VEX document records that decision.

What to do first

  1. Confirm your product category with the product classification guide so you know whether you self-assess.
  2. Add SBOM generation and vulnerability scanning to CI using the SBOM guide, and publish a security contact with the security.txt guide.
  3. Start the technical file now with the technical documentation guide, and price the support duty into your model.
  4. Check the full set of deadlines against the CRA implementation timeline.

This article is for informational purposes only and does not constitute legal advice. For specific compliance guidance, consult with qualified legal counsel.

CRA SME Compliance
Share

Does the CRA apply to your product?

Answer 6 simple questions to find out if your product falls under the EU Cyber Resilience Act scope. Get your result in under 2 minutes.

Ready to achieve CRA compliance?

Start managing your SBOMs and compliance documentation with CRA Evidence.

Deep dive into CRA topics

Evergreen guides covering the specific requirements, processes, and roles defined by the Cyber Resilience Act.