Table of Contents

Reach SOC 2 Compliance in 6 Weeks or Less.

  / ,

  / Vercel April 2026 Security Incident: What Happened and What You Need to Know

Vercel April 2026 Security Incident: What Happened and What You Need to Know

On April 19, 2026, Vercel confirmed attackers had reached parts of its internal systems. The entry point was an infostealer infection on an employee’s laptop at Context.ai, a third-party AI platform, two months earlier. From that single compromised machine, an attacker moved through Google Workspace OAuth, into a Vercel employee’s account, and then into Vercel environments where customer environment variables were stored.

This is the shape of a modern supply-chain breach, and it is worth understanding in detail.

What Vercel Has Confirmed

Vercel published a short security bulletin on April 19, 2026, stating that unauthorized access had affected a limited subset of customers. The company engaged external incident response experts and notified law enforcement. Hours later, CEO Guillermo Rauch provided the attack chain on X: Context.ai was breached, a Vercel employee’s Google Workspace account was taken over through that breach, and the attacker then pivoted into Vercel’s internal environments. Incident responders from Mandiant were engaged alongside law enforcement, according to BleepingComputer’s reporting on the incident.

Rauch stated that Next.js, Turbopack, and Vercel’s open-source projects had been audited and remained safe, a direct response to claims circulating on a cybercrime forum that framed the incident as a potential Next.js supply-chain disaster. All core services, including deployments, the edge network, and the dashboard, continued to operate normally throughout the investigation. In the days following the disclosure, Vercel also rolled out dashboard updates including an environment variable overview page and an improved UI for creating and managing sensitive variables.

The number of customers directly contacted has not been published, but Vercel has described the impact as quite limited. Customers not contacted have been told there is no current evidence their credentials or personal data were compromised.

The Initial Access: A Context.ai Infostealer Infection

According to cybercrime intelligence researchers, the likely origin of the breach was a Lumma infostealer infection on a Context.ai employee’s machine in February 2026, a full two months before Vercel’s public disclosure. Browser artifacts from the compromised device tell a familiar story: the user had been searching for and downloading Roblox auto-farm scripts and game exploit executors, a well-documented vector for Lumma stealer deployment. The stealer would have exfiltrated browser credentials, session cookies, and OAuth tokens.

Context.ai is an enterprise AI platform that builds agents on top of a customer’s institutional knowledge. To function, it integrates with Google Workspace and requests deployment-level OAuth scopes. As reported in detail by The Hacker News, once Context.ai’s credentials were in the hands of an attacker, that OAuth integration became a privileged foothold into any organization using the platform. Vercel’s investigation noted that the Context.ai OAuth app compromise potentially affected hundreds of users across many organizations, which makes the Vercel intrusion one downstream consequence of a broader supply-chain incident rather than a self-contained breach.

The attacker used the compromised integration to take over a Vercel employee’s Google Workspace account. From there, they pivoted into Vercel’s environment and began enumerating environment variables. Vercel offers customers the option to mark environment variables as sensitive, which encrypts them at rest and blocks them from appearing in the dashboard UI. Variables not marked sensitive were readable, and the attacker used that enumeration to extend access further.

Reach SOC 2 Compliance in 6 Weeks or Less

Schedule Your Free SOC 2 Assessment Today

Who Was Affected and What Was Accessed

Confirmed impact is narrower than the headlines suggest. Vercel has stated that customer environment variables marked as sensitive remain encrypted at rest and show no evidence of access. The attacker did read environment variables not marked sensitive, and used those values for further escalation.

Secondary reporting indicates that Vercel’s Linear and GitHub integrations bore the brunt of the attack. The attacker demonstrated detailed knowledge of Vercel’s internal systems and moved with high operational velocity, behavior that led Vercel to classify them as highly sophisticated. Whether any customer-owned repositories were accessed through these integrations has not been publicly established.

Separately, a threat actor using the ShinyHunters moniker listed what they described as Vercel internal data on BreachForums for USD 2 million, claiming to offer employee accounts, deployment access, source code, database content, GitHub tokens, and npm tokens. The same actor separately communicated a USD 2 million ransom demand via Telegram. Vercel has not confirmed any of these specifics, and Rauch’s public rebuttal focused on the claim that Next.js and related OSS release paths were compromised, which Vercel says they are not. Adding a further layer of doubt, members of the actual ShinyHunters group denied involvement when contacted by BleepingComputer, suggesting the listing may be a copycat or lone-actor operation trading on the group’s reputation.

Important: Treat the ShinyHunters listing as plausible but unverified. Plan your remediation against the confirmed scope, which is already broad enough to justify rotating Vercel-connected secrets, but do not quote forum claims to regulators, customers, or auditors as established fact.

Indicators of Compromise

Vercel published an OAuth application identifier tied to the Context.ai integration that Google Workspace administrators should search for in their own tenant:

110671459871-30f1spbu0hptbs60cb4vsmv79i7bbvqj.apps.googleusercontent.com

If that client ID appears in your Google Workspace OAuth app inventory, a Context.ai integration exists or existed within your environment. The presence of the integration is not proof your tenant was accessed, but it moves you into the population that needs closer triage. Review the OAuth grant scopes, any activity from the associated service account, and the audit logs for any user who authorized the application.

Vercel has also contacted affected customers individually. If you have not received direct outreach, Vercel’s public position is that there is no present evidence your Vercel credentials were compromised.

What Vercel Customers Should Do Now

Rotate all non-sensitive environment variables across every Vercel project. Anything that is a secret — API keys, database credentials, signing keys, webhook secrets, third-party tokens — should be stored using the sensitive environment variable feature going forward. Rotate any such value that was stored as non-sensitive before April 19, 2026, on the assumption it may have been read.

Audit your Vercel activity logs for the period of April 17 through 19, 2026. Unexpected logins, environment variable reads, integration authorizations, or administrative actions during that window warrant investigation. 

Regenerate GitHub and npm tokens tied to Vercel integrations. Tokens with repository-write or package-publish scopes should be rotated regardless of whether you were directly notified. The cost of rotation is low compared to the downstream impact of a token that turns out to have been exposed.

Audit OAuth grants in your Google Workspace admin console, and specifically check for any Context.ai-associated application, including the client ID listed above. Revoke any integration your organization does not actively use, and re-examine the scopes granted to the ones you keep. Integrations with deployment-level or admin-level scopes into productivity suites are the exact pattern attackers exploited here.

Look for downstream credential reuse. If a database URL, an AWS key, or a third-party webhook signing secret was stored as a non-sensitive Vercel environment variable, assume it could have been read and rotate it. Check the audit logs of any systems those credentials unlock. This kind of lateral-movement mapping is exactly what a structured internal audit process is designed to support — and this incident is a strong argument for having one in place before something goes wrong.

The Bigger Picture: Infostealers, OAuth, and Cascading Compromise

This incident is a clean illustration of how modern breaches chain together. An employee at a vendor you do not directly do business with downloads a game cheat. A stealer exfiltrates browser sessions and OAuth tokens. Those credentials are sold or used by a second actor who works out which enterprise platforms the victim’s employer is connected to. The OAuth grant, which the original victim has likely forgotten about, becomes the bridge from that vendor’s breach into yours.

Infostealers have become the dominant initial access method for a reason. They are cheap, they run automatically, and they scale: millions of infected machines feed credential markets every month. OAuth grants, because they persist and because they often carry broad scopes, turn individual credential theft into environment-wide access. Cloud development platforms like Vercel sit at a particularly dangerous point in the chain, because a compromise there touches every customer’s release path.

The specific lesson here is not to stop using AI tools, or to stop granting OAuth scopes. It is to treat third-party OAuth integrations with the same inventory, review, and rotation discipline as any other privileged credential. The vendor you trust least in your OAuth list is a potential path into your most trusted systems.

This is also where frameworks like ISO 27001 and SOC 2 earn their keep in practice rather than on paper. ISO 27001’s controls around supplier relationships (Annex A, domain 5.19 through 5.22) and access management exist precisely to create the governance structures that would flag an integration like the Context.ai OAuth grant before it becomes an incident. Similarly, a SOC 2 compliance checklist that takes the Availability and Logical Access criteria seriously would require periodic review of third-party access grants as a control activity. Compliance frameworks are often criticized as box-ticking exercises, but when they are implemented with operational intent, they catch exactly this kind of drift.

Equally important is what happens between certification cycles. Continuous monitoring for SOC 2 — or for any security program — means that the infostealer credential hit that appeared in threat intelligence a month before the Vercel breach has a fighting chance of being acted on, rather than discovered after the fact. Organizations that treat compliance as a once-a-year event are operating with a detection gap that attackers have learned to measure and exploit.

For organizations that want to understand where they stand before the next incident, an ISO 27001 gap analysis is a structured starting point. It maps your current controls against the standard’s requirements and surfaces the specific areas — third-party access governance, privileged credential management, OAuth scope review — where your program has blind spots. Pair that with periodic vulnerability assessment and penetration testing that explicitly includes your OAuth integrations and third-party connections, and you begin to approximate the adversarial visibility that a well-resourced attacker already has on your environment.

For organizations operating or deploying AI platforms — Context.ai’s role in this incident is directly relevant here — the ISO 42001 implementation guide addresses the governance structures specific to AI system risk, including third-party integrations. As AI agents become more deeply embedded in enterprise workflows, the OAuth footprint they require will grow, and the supply-chain risk profile will grow with it.

And if your organization is preparing for an ISO 27001 internal audit, this incident provides a compelling real-world case study for the supplier and access control sections of your audit scope.

Was my Vercel project affected?

Vercel has directly contacted the customers it believes were impacted. If you were not contacted, Vercel’s position is that there is no evidence your credentials or personal data were compromised. That is not a guarantee, and rotating any secrets that were stored as non-sensitive environment variables is still the correct precaution.

Environment variables not marked as sensitive were confirmed enumerable by the attacker. Vercel states that sensitive (encrypted) environment variables show no evidence of access. Secondary claims from the ShinyHunters BreachForums listing describe far broader data, including employee accounts, source code, and NPM and GitHub tokens, but these are unverified, and members of the actual ShinyHunters group have denied involvement.

Yes. Vercel’s security bulletin was published on April 19, 2026. CEO Guillermo Rauch provided the Context.ai attack chain publicly on April 20.

Context.ai is an enterprise AI agent platform used by a Vercel employee. It had been granted Google Workspace OAuth access, including deployment-level scopes. When Context.ai itself was breached, that OAuth integration became the attacker’s path into Vercel, and Vercel has indicated the same compromise potentially affected hundreds of users across many organizations.

Rotate any secret that was ever stored as a non-sensitive Vercel environment variable. Audit your Vercel activity logs from April 17 through 19. Regenerate GitHub and npm tokens tied to Vercel integrations. Audit OAuth apps in your Google Workspace and revoke anything you do not use, including any Context.ai integration. If your organization uses Context.ai, assume direct exposure and coordinate with your incident response team.

Axipro Author

Picture of Pedro Dias

Pedro Dias

Pedro has been writing online for over 10 years. With experience in all things programming, cyber security, and compliance, he is our editor-in-chief at Axipro.

Blog Highlights

Explore More Articles

A 300-question security review used to eat a full week of an analyst’s time. In 2026, the teams winning enterprise deals turn that same review around in an afternoon. The gap between those two outcomes is no longer about how many people you throw at the problem. It is about whether your answers live in a structured, searchable knowledge base that AI can draw from, or whether they are scattered across old spreadsheets, Slack threads, and the memory of one overworked security engineer. Security questionnaires have grown longer, more frequent, and more specific. Buyers send the Standardized Information Gathering (SIG) questionnaire, the Consensus Assessments Initiative Questionnaire (CAIQ), the HECVAT for higher education, and an endless stream of custom forms, often through portals like OneTrust or ServiceNow that resist copy-paste. Each one stalls a deal until someone answers it. That is why questionnaire automation has shifted from a nice-to-have to a core part of how revenue and security teams operate. This guide reviews the nine tools worth evaluating this year, maps each to the team it actually fits, and shows you how to choose without falling for the inflated accuracy claims every vendor prints on its homepage. What Is Security Questionnaire Automation Software? Security questionnaire automation software uses AI, usually a large language model (LLM) paired with retrieval-augmented generation (RAG), to draft answers to incoming vendor security assessments. Instead of an analyst hunting through a SOC 2 report or a policy document, the software matches each question to verified content in a central knowledge base and generates a cited response in seconds. The better platforms do more than draft text. They ingest a questionnaire in any format, route questions that need a human to the right subject matter expert, attach supporting evidence, track approvals, and submit the finished response back in the buyer’s original format or portal. The output is a workflow, not just a wall of generated answers. Key Benefits of Using Security Questionnaire Automation Software Faster Turnaround on Security Reviews Speed is the headline benefit and the one buyers feel first. Teams routinely report cutting response time from several days to a few hours, and concierge services advertise turnaround as short as twelve hours on standard questionnaires. When a security review is the last gate before a contract signs, shaving a week off it directly accelerates the sales cycle. Higher Accuracy and Consistency Manual answers drift. One analyst describes your encryption posture one way, another phrases it differently three months later, and a sharp-eyed buyer notices the inconsistency. A central knowledge base enforces one approved answer per question, so every response reflects the same source of truth. That consistency matters more than raw speed when a regulated buyer is reading closely. Reduced SME and InfoSec Bottlenecks The real constraint in most questionnaire programs is not typing. It is the queue of questions waiting on a subject matter expert who already has a day job. Automation handles the repetitive eighty percent automatically and surfaces only the genuinely novel questions for human input, which frees your InfoSec team to review rather than author. Stronger Audit Trails and Compliance Posture Every credible platform now logs who answered what, when, and from which source. That audit trail is useful for the questionnaire itself, but it also feeds your broader compliance posture. When an auditor asks how you keep customer-facing security claims accurate, a versioned, evidence-linked knowledge base is a far stronger answer than a folder of spreadsheets. Insider Note: Every vendor on this list advertises an accuracy figure, usually 92 to 96 percent. Read the denominator before you believe it. A 95 percent accuracy rate measured against questions the AI chose to answer is very different from 95 percent across an entire real questionnaire including the hard, company-specific ones. The number that matters is how many answers ship without a human rewrite, and only a pilot on your own questionnaires reveals that. What to Look for in the Best Security Questionnaire Automation Software AI Answer Accuracy and Grounded Retrieval The core engine should retrieve from your approved content and ground every answer in it, not generate plausible-sounding text from a general model. Grounded retrieval is what keeps the AI from inventing a control you do not actually have, which is the failure mode that destroys buyer trust instantly. Knowledge Base Management and Governance The knowledge base is the asset, not the AI. Look for version control, expiry dates on answers, owner assignment, and tools to retire stale content and merge duplicates. A platform that makes library maintenance painful will quietly rot, and a rotten library produces confident wrong answers. Support for Any Questionnaire Format (Excel, Word, PDF, Portals) Buyers send questionnaires in whatever format suits them. If the software handles a clean Excel file but chokes on a messy Word table or a scanned PDF, you will fall back to manual work for a meaningful share of your volume. Format coverage is unglamorous and decisive. Portal Auto-Fill (OneTrust, ServiceNow, ProcessUnity) Portal-based questionnaires are where most automation ROI leaks away. A tool that drafts beautiful answers but cannot push them into an OneTrust or ServiceNow GRC portal leaves you copy-pasting field by field. The strongest platforms offer a browser extension that completes portal forms directly. Important: When you scope a tool, ask specifically how it handles the portals your largest buyers use. Many platforms quietly degrade to a sidebar that helps you find content to paste manually rather than truly auto-filling. That distinction can be the difference between a one-hour review and a half-day of clicking. Evidence and Citation Backing In 2026, sophisticated buyers expect answers backed by source links: a policy, a control record, a test result. Citation backing is becoming the baseline for a buyer to trust an automated answer, and it doubles as your internal proof that the answer is defensible. Collaboration and Approval Workflows Questionnaires are cross-functional. Sales owns the deadline, security owns the truth, and legal sometimes owns the wording. The platform should assign sections, track ownership, and

Three Gulf states now run three different data protection regimes. Saudi Arabia’s regulator has already issued dozens of enforcement decisions. Bahrain has had a working statute since 2019, and the UAE has a federal law on the books but is still waiting on the executive regulations that will give it teeth. For any company operating across the region, the practical question is no longer whether these laws apply but how far apart they sit, and where compliance built for one falls short of another. This is a structured comparison of the personal data protection laws in Bahrain, UAE, and Saudi Arabia: what each one demands, where they converge on familiar GDPR principles, and the specific points where treating them as interchangeable will get you fined. The Three Laws at a Glance Bahrain moved first. Law No. 30 of 2018, the Personal Data Protection Law (PDPL), came into force on August 1, 2019, making it the first comprehensive standalone data protection statute in the Gulf Cooperation Council. It is supplemented by ten ministerial resolutions issued in 2022 that cover transfers, security measures, and notification procedures. The UAE followed with Federal Decree-Law No. 45 of 2021, effective January 2, 2022 — the country’s first federally applicable, GDPR-style law, issued alongside Federal Decree-Law No. 44 of 2021, which created the UAE Data Office as the federal regulator. The catch is that the executive regulations meant to flesh out timelines and penalties have still not been published, which leaves parts of the regime in a holding pattern. Saudi Arabia’s Personal Data Protection Law, issued by Royal Decree M/19 in September 2021 and amended in March 2023, is the strictest and the most actively enforced of the three. It came into force on September 14, 2023, and a one-year grace period ended on September 14, 2024. Since then, every organization processing the personal data of people in the Kingdom has been fully on the hook. Worth knowing: Saudi Arabia’s PDPL Saudi Arabia’s PDPL protects a person’s data not only during their lifetime but after death. That post-mortem protection is unusual among global privacy laws and means retention and disclosure decisions cannot assume an individual’s rights simply lapse when they die. Who the Laws Actually Reach All three statutes reach beyond their own borders. Bahrain’s PDPL applies to anyone residing or doing business in Bahrain, and to entities outside the country that process personal data using equipment located inside it. The UAE law applies to the processing of data belonging to people in the UAE, regardless of where the controller or processor is based. Saudi Arabia goes furthest, applying to any entity inside or outside the Kingdom that processes the personal data of Saudi residents — a scope that pulls in international businesses that may never have considered themselves subject to Gulf regulation. The big structural difference is the UAE’s free zones. The federal PDPL does not apply inside zones that maintain their own data protection regimes, most notably the Dubai International Finance Centre (DIFC) and the Abu Dhabi Global Market (ADGM), each of which runs its own established framework. A company in the DIFC answers to DIFC rules, not the federal law. That carve-out has no equivalent in Bahrain or Saudi Arabia, and it matters enormously for regional structuring decisions. Ready for GCC data privacy compliance? Talk to our experts and simplify Bahrain, UAE, and Saudi data privacy compliance. Schedule The Regulators Each country has its own supervisory authority, and they are at very different stages of maturity. Bahrain’s Personal Data Protection Authority (PDPA) operates under the Ministry of Justice, Islamic Affairs and Waqf and has full investigation, audit, and penalty powers. SDAIA — the Saudi Data and Artificial Intelligence Authority — is the current regulator in Saudi Arabia, with long-term supervision potentially moving to the National Data Management Office under the Kingdom’s wider data governance framework. SDAIA is visibly active: its enforcement committees issued 48 decisions confirming PDPL violations across the 2025 and 2026 review cycles, a level of regulatory output that should get the attention of any compliance team operating in the region. The UAE is the outlier. The UAE Data Office exists in law but is not yet fully operational, and the Telecommunications and Digital Government Regulatory Authority was tasked with providing administrative support during the office’s early years. In practice this means data subjects in the UAE currently lack a clear federal route to lodge a complaint, and enforcement guidance is still maturing. That ambiguity cuts both ways: it reduces immediate enforcement risk, but it also makes it harder to know exactly what compliance looks like. Lawful Basis, Consent, and Core Principles Consent sits at the center of all three regimes, but Bahrain leans on it hardest. Bahrain’s PDPL sets a default rule that personal data may not be processed without the data subject’s written and explicit consent, with a narrow set of alternative bases such as contract performance, legal obligation, and vital interests. Saudi Arabia and the UAE both recognize consent alongside other grounds, and Saudi Arabia’s amended law added legitimate interest as a basis — though it cannot be used for sensitive data and controllers are warned against treating consent as a convenient fallback when a more specific ground applies. Beneath the lawful-basis question, the three laws share the principles that anyone familiar with the same GDPR-shaped foundation will recognize: lawfulness, fairness and transparency, purpose limitation, data minimization, accuracy, storage limitation, and security. The vocabulary and structure track the European model closely, and deliberately so. That means a mature GDPR program is a strong starting point, not a finished one — the architecture transfers, but the local rules introduce enough variation to demand dedicated attention.   Data Subject Rights The rights packages are broadly similar across the three jurisdictions, but the enforcement emphasis differs. Individuals in all three countries can access their data, request correction, and object to certain processing. Saudi Arabia’s PDPL spells out the most comprehensive set — including access, correction, deletion, objection, and portability —

ISO 14001:2026 took effect on April 15, 2026, and it carries the first genuinely new clause the environmental standard has seen in over a decade. Any checklist built against the 2015 edition is now partly out of date. The structure auditors examine has shifted to the ISO Harmonized Structure, climate change is written into the requirements rather than bolted on through an amendment, and a new change management clause gives certification bodies a fresh place to record findings. This guide breaks down what an ISO 14001 certification audit checklist needs to cover now, clause by clause, and how to use it without turning your environmental management system into a paperwork exercise. What Is an ISO 14001 Audit Checklist? An ISO 14001 audit checklist is a structured set of questions and verification points an auditor works through to confirm an environmental management system (EMS) meets the requirements of the standard. It maps each clause to specific evidence: documents, records, interviews, and observed practice. The checklist is the auditor’s working tool, not the audit itself. A good checklist prompts the auditor to look for objective evidence rather than tick boxes, and it leaves room to record where the documented system and actual practice diverge. That gap — between what the procedure says and what people actually do — is where most findings come from. Stay Ahead of ISO 14001:2026 Changes Book an ISO 14001 Gap Assessment Schedule Why You Need an ISO 14001 Audit Checklist Without a checklist, audits drift. Auditors skip clauses, linger on the areas they find interesting, and produce findings that are hard to compare year over year. A checklist enforces coverage and consistency, which matters most when more than one auditor works the program or when you want surveillance results that trend cleanly against the baseline. It also protects you before the certification body arrives. A disciplined internal audit run against a checklist that mirrors the external audit surfaces the same nonconformities your registrar would — while you still have time to fix them. The checklist turns a once-a-year scramble into a repeatable process. Worth knowing: ISO 19011 ISO 19011 is the international guideline for auditing management systems, and it is not a standard you can certify against. You cannot become “ISO 19011 certified.” It exists to make your audit program competent and consistent — which is exactly what a third-party auditor checks when they review your internal audit records. Types of ISO 14001 Audits Not every audit serves the same purpose, and your checklist depth should match the audit type. The four you will encounter are internal, second-party, third-party certification, and the surveillance and recertification audits that follow. Internal Audit Sometimes called a first-party audit, this is conducted by or on behalf of the organization itself. It is a requirement of Clause 9.2, and it is the single most important audit you run, because it is the one you control. Internal audits should be planned across a program, cover the full EMS over the cycle, and use auditors who are competent and independent of the work they assess. Second-Party Audit A second-party audit is one organization auditing another it has a relationship with — most often a customer auditing a supplier or a company auditing its contractors. Under the 2026 revision, with its sharper focus on externally provided processes, products, and services, expect more of these as larger buyers push environmental criteria down their supply chains. Third-Party Certification Audit This is the audit that earns the certificate. An accredited certification body assesses your EMS against ISO 14001 in two stages. Stage 1 is a readiness review that checks whether the system exists, is documented, and is ready to be assessed. Stage 2 verifies that the EMS is fully implemented, effective, and producing the results it claims. Certification follows only once any major nonconformities are closed. Surveillance and Recertification Audits ISO management system certificates run on a three-year cycle governed by ISO/IEC 17021-1. After initial certification, the body conducts annual surveillance audits in years two and three to confirm the system is still operating, then a recertification audit before the certificate expires. Surveillance audits are narrower than the full assessment, but they are not a formality — and many organizations will fold their move to ISO 14001:2026 into a surveillance or recertification visit to keep cost and disruption down. ISO 14001 Audit Checklist: Clause-by-Clause Breakdown ISO 14001:2026 follows the ISO Harmonized Structure, the common framework shared with ISO 9001, ISO 45001, and ISO/IEC 27001. The familiar Plan-Do-Check-Act cycle still runs underneath it. Clauses 1 through 3 cover scope, references, and terms. The auditable requirements live in Clauses 4 through 10, and that is where your checklist does its work. Clause 4: Context of the Organization Verify that internal and external issues, interested parties, and the EMS scope are identified and documented. This is where the 2026 revision lands hardest. Context analysis must now explicitly weigh environmental conditions — including climate change, biodiversity, pollution levels, and the availability of natural resources. A context review that mentions only commercial and regulatory factors will draw a finding. Clause 5: Leadership and Commitment Check for evidence that top management is involved in substance, not ceremony. The environmental policy must be documented, communicated, and appropriate to the organization. Auditors look for real engagement: leaders who can speak to the policy, the objectives, and how environmental performance feeds into business decisions. The 2026 wording tightens leadership accountability, so a policy signed once and forgotten will not hold up. Clause 6: Planning and Risk Assessment This clause covers environmental aspects and impacts, compliance obligations, risks and opportunities, and objectives. It generates more nonconformities than almost any other. The life cycle perspective in Clause 6.1.2 is strengthened, with clearer expectations on upstream and downstream impacts. The headline change is Clause 6.3, Planning of Changes — the only entirely new clause in the revision. It requires a structured, planned approach to changes that affect the EMS, such as new products, site relocations, supplier changes, or process