Table of Contents

Reach SOC 2 Compliance in 6 Weeks or Less.

  /

  / VAPT Report Guide: What It Includes & How to Write One

VAPT Report Guide: What It Includes & How to Write One

A Vulnerability Assessment and Penetration Testing report is the final deliverable where weeks of security testing either turn into action or quietly fade away in a company’s digital archive. The testing finds the holes, and the report decides whether anyone fixes them.

Get it wrong, and you have an expensive PDF that satisfies an auditor and protects nobody. Get it right, and you have a prioritised plan that tells your team exactly what to fix first and why it matters, saving you a lot of money in avoided security breaches in the long run.

This guide covers what a VAPT report is, what belongs in it, how to write one that holds up under scrutiny, and how it ties into the certifications most businesses actually care about.

VAPT Report

What Is a VAPT Report?

VAPT stands for Vulnerability Assessment and Penetration Testing. The report is the document that captures everything the testing uncovered: the weaknesses, how serious each one is, which an attacker could realistically exploit, and what to do about them.

The two halves do different jobs.

A vulnerability assessment is broad and largely automated. It scans systems, networks, and applications to produce a prioritised list of known weaknesses, without trying to exploit them.

Penetration testing is narrow and manual. A skilled tester takes selected weaknesses and tries to exploit them, chaining flaws together the way a real attacker would, to prove what damage is actually possible. One gives you visibility. The other gives you validation. A strong VAPT report fuses both into a single picture of real risk rather than theoretical exposure.

 Vulnerability AssessmentPenetration Testing
ApproachBroad, mostly automated scanningFocused, manual exploitation
GoalIdentify known weaknesses at scaleValidate real-world impact
OutputPrioritised list of weaknessesExploited findings with proof of concept
AnswersWhat might be wrong?What can an attacker actually do?

Reach SOC 2 Compliance in 6 Weeks or Less

Schedule Your Free SOC 2 Assessment Today

What Is the Objective of a VAPT Report?

The objective is not to list vulnerabilities. Any scanner can produce a list. The objective is to turn raw findings into decisions: what to fix, in what order, and how much each issue matters to the business.

A good report does three things at once. It gives executives a clear read on risk and the cost of ignoring it. It gives engineers the technical detail and reproduction steps they need to fix each issue. And it creates a point-in-time record proving that testing happened, which auditors, regulators, and customers all ask to see. The same document has to serve a boardroom and a bug queue, which is exactly why structure and audience awareness matter so much.

 

Who Needs a VAPT Report?

Almost any organisation that runs internet-facing systems or handles sensitive data benefits from one. Three groups need it most.

Organizations Pursuing or Maintaining Compliance

This is the most common trigger. Frameworks such as PCI DSS, SOC 2, ISO 27001, and GDPR all expect some form of security testing, and a VAPT report is the cleanest way to evidence it. For regulated businesses, the report is not optional documentation. It is the artefact an assessor reviews to decide whether a control is actually working, and a missing or stale report can stall an entire certification.

Organizations of Any Size

Size offers no protection. Automated attacks scan the entire internet indiscriminately, and a small company with an exposed admin panel is a softer target than a large enterprise with a mature security team. Regular testing matters most after meaningful change: a new product launch, a cloud migration, an acquisition, or rapid headcount growth. Each of those expands the attack surface faster than most teams update their defences.

Clients and Business Partners

Increasingly, the report is a sales document. Enterprise buyers send security questionnaires before they sign, and “do you conduct penetration testing, and can we see a summary?” is now a standard line item. A clean, customer-facing summary of a VAPT report shortens sales cycles and builds trust. Its absence becomes a gap that procurement teams probe directly.

Worth Knowing: Enterprise Vendor Assessments

Enterprise vendor assessments such as SIG and CAIQ routinely ask about penetration testing frequency, findings, and remediation. A polished report you can share on request often does more for a deal than another case study, because it answers a security reviewer's question before they have to chase you for it.

The Anatomy of a VAPT Report: Key Elements

Formats vary by tester and by standard, but credible reports share the same seven building blocks.

  1. Executive Summary. A non-technical overview for leadership. It states the overall risk posture, the headline findings, and the business impact in plain language. For many executives this is the only section they will read, so it has to stand on its own.
  2. Methodology, Scope, and Tools Used. What was tested, what was deliberately excluded, which standards were followed (commonly OWASP, PTES, or NIST Special Publication 800-115), which tools were used, and the dates of the engagement. Scope is what defines the boundary of every claim the report can make.
  3. Scan Results and Details of Tests Performed. The summarised output of automated scanning alongside the specific manual tests carried out, giving reviewers a clear view of coverage.
  4. Detailed Findings and Vulnerabilities. The core of the document. Each finding gets a description, the affected asset, a severity rating, supporting evidence, and clear reproduction steps so the fix can be verified later.
  5. Risk Assessment Profile. Each vulnerability rated by severity, exploitability, and business impact, most often scored with a framework such as the Common Vulnerability Scoring System. This is what lets a team prioritise rationally instead of fixing whatever looks scariest.
  6. Remediation Planning and Recommendations. Specific, prioritised, actionable fixes, ideally with suggested timelines and owners. Vague advice like “harden the server” fails here. “Disable TLS 1.0 on these three endpoints” succeeds.
  7. Appendices and Supporting Evidence. Screenshots, request and response captures, payloads, proof-of-concept artefacts, and raw scanner output. This is the material that turns assertions into proof.

Pro Tip: Writing the Executive Summary

Write the executive summary last, and write it for a reader who will never get past it. If your CEO read only that one page, would they understand the single most important risk and what you need from them to close it? If not, the summary is not finished.

VAPT Report - 5 Steps

How to Write a VAPT Report

Step 1: Understand Your Purpose and Audience.
A report written for an internal engineering team looks nothing like one written for a board or an auditor. Decide upfront whether the goal is a point-in-time health check, compliance evidence, or due diligence, then set the depth and language accordingly.

Step 2: Gather Necessary Information.
Pull together the defined scope, the asset inventory, scan output, exploitation logs, and every piece of evidence captured during testing. Collect it as you go, not at the end, when details are already fading.

Step 3: Structure the Report.
Follow a logical flow: executive summary, then methodology and scope, then detailed findings, then the risk profile, then remediation, then appendices. A reader should be able to move from “how bad is it” to “what do I fix first” without hunting.

Step 4: Attach the Necessary Evidence and Proof of Concept.
Each significant finding needs evidence: a screenshot, a captured request, or reproduction steps. Evidence is what separates a credible report from an unverifiable claim, and it is the first thing a sceptical reviewer looks for.

Step 5: Final Review.
Check severity ratings for consistency, strip out false positives, confirm every recommendation is actionable, and make sure the language fits the audience. A single inflated or unverifiable finding undermines confidence in the whole report.

Insider Note: Auditors and PCI QSAs are now trained to spot an automated scanner export dressed up as a penetration test. A report with no manual analysis, no chained findings, and no evidence the tester went beyond running a tool is increasingly rejected as insufficient. The narrative of how findings connect is often what proves a human did the work.

Reach SOC 2 Compliance in 6 Weeks or Less

Schedule Your Free SOC 2 Assessment Today

VAPT Report Example: A Brief Walkthrough

Imagine a tester finds a staging admin login that is publicly reachable and has no multi-factor authentication. On its own, a scanner would flag it as a medium-severity exposure. The penetration tester goes further: they discover the staging credentials are reused in production, log in, and reach a database holding live customer records.

That single chain shows up differently in each part of the report.

  • The executive summary states it in one line: an exposed login allowed access to live customer data, the highest-priority risk found.
  • The detailed finding documents the endpoint, the missing MFA, the credential reuse, and the exact steps to reproduce it.
  • The risk profile rates it critical, because exploitability is high and the business impact is a potential data breach.
  • The remediation section says precisely what to do: remove public access to staging, enforce MFA, and rotate the shared credentials.
  • The appendix holds the screenshots and request logs that prove every step. One finding, six sections, no ambiguity about what to fix first.

 

VAPT Report Templates and Automation Tools

Downloadable VAPT Report Templates

You do not have to design a report from scratch. Established methodologies publish free structures you can adapt: the OWASP testing guidance, the Penetration Testing Execution Standard (PTES), and NIST Special Publication 800-115 all describe how to organise scope, findings, and reporting. Starting from a recognised structure also signals rigour to auditors, who tend to trust reports that map to a known standard.

Reporting Automation and Management Tools

Tooling generally falls into three categories: vulnerability management platforms that aggregate and track findings over time, pentest reporting tools that turn evidence into structured documents, and ticketing integrations that push findings straight into systems like Jira so remediation gets owned and tracked. Automation speeds up the mechanical parts of reporting, but it does not replace the analyst’s judgement on severity and business context. The fastest way to produce a useless report is to let a tool decide what matters.

 

VAPT Reports and Compliance

This is where a VAPT report stops being a security artefact and becomes a business one. Different frameworks treat penetration testing differently, and getting the distinction right matters. Claiming a framework “requires” a penetration test when it does not is a common, avoidable mistake that erodes credibility with informed buyers and auditors alike.

Where VAPT Is Explicitly Required (PCI DSS)

PCI DSS is the clearest mandate of any major standard. Under the current version maintained by the PCI Security Standards Council, Requirement 11.4 explicitly calls for both internal and external penetration testing at least every twelve months and after any significant change, supported by a documented methodology and segmentation testing. If you store, process, or transmit cardholder data, a missing or out-of-date test is a straightforward audit failure, not a matter of interpretation.

Important: Penetration testing moved from Requirement 11.3 in PCI DSS v3.2.1 to Requirement 11.4 in v4.0, and the future-dated requirements became mandatory on 31 March 2025. Any template, checklist, or internal note still citing “11.3” for penetration testing is out of date. Reviewers notice, and it signals the rest of the document may be stale too.

Where VAPT Is Expected as Evidence (SOC 2, ISO 27001)

Neither framework names penetration testing as a hard rule, which surprises a lot of teams. The AICPA’s Trust Services Criteria that underpin SOC 2 never use the phrase “penetration test.” In practice, though, most auditors treat it as expected evidence for criteria such as CC4.1 (monitoring activities) and CC7.1 (vulnerability identification), and showing up to a Type II audit without one usually invites observations or requests for more evidence. The working standard is at least one test a year, falling inside the audit observation period.

ISO 27001 takes a similar shape. The standard does not mandate a pen test, but the technical vulnerability management control (Annex A 8.8 in the 2022 revision) and the core risk-assessment requirements make penetration testing the most natural way to demonstrate that those controls operate. In both cases the report is the evidence that turns a written policy into something an auditor can verify.

Where VAPT Supports Compliance (GDPR and others)

GDPR sits at the softest end of the spectrum. Article 32 requires a process for regularly testing, assessing, and evaluating the effectiveness of security measures, without ever naming a technique. Regulators and data protection authorities consistently treat penetration testing as a strong way to satisfy that obligation, especially for organisations processing sensitive data at scale. The report becomes part of the evidence trail that a breach response will be judged against.

Framework

Is VAPT required?

Where the expectation lives

Typical frequency

PCI DSS

Yes, explicitly

Requirement 11.4

Annual + after major change

SOC 2

No, but expected

Criteria CC4.1, CC7.1 (auditor evidence)

Annual, within audit period

ISO 27001

No, but expected

Annex A 8.8 + risk assessment

Annual + after major change

GDPR

No, but supports it

Article 32 (regular testing)

Risk-based, commonly annual

Using Your VAPT Report in a SOC 2 or ISO 27001 Audit

To make the report carry weight in an audit, map each finding to the specific control or criterion it touches, keep the test inside the audit period, and include retest evidence showing critical findings were fixed. Independent third-party testing is almost always stronger evidence than internal testing, because it demonstrates objectivity. If you are working toward either certification, it is worth aligning your testing scope with your audit scope from the start. Axipro covers this in more detail on our SOC 2 compliance and ISO 27001 certification pages.

Benefits of a VAPT Report

Protection from Cyber Threats. The direct benefit. A report surfaces the weaknesses an attacker would find first, giving you the chance to close them before anyone else does.

Compliance with Security Standards. A single well-run test and its report can serve as evidence across multiple frameworks at once, turning one engagement into PCI DSS, SOC 2, ISO 27001, and GDPR coverage.

Better Incident Management. The remediation workflow a report triggers (identify, assess, fix, verify) mirrors incident response. Teams that practise it on findings respond faster to real incidents.

Improved Market Perception. Being able to show a clean report, or a credible remediation track record, signals maturity to customers, partners, and investors. In competitive deals, that signal can be the difference.

 

A VAPT Report Doesn’t Reduce Risk. Remediation Does.

The Gap Between Finding and Fixing

A report names the problem. It does not solve it. The risk persists, in full, until the fix actually ships. Plenty of organisations accumulate a shelf of reports while the same critical findings reappear year after year, because producing the document and closing the issue are two completely different pieces of work.

Why Businesses Become Focused on Reports Over Outcomes

The report is the thing that gets paid for, shown to auditors, and attached to a deal. So it quietly becomes the goal. Compliance incentives reward having a report, not closing what it contains, and filing a PDF is far easier than coordinating engineering time to remediate. The result is a slow drift from security as an outcome to security as paperwork.

What Effective VAPT Looks Like Beyond the Report

Effective programmes treat the report as a starting point, not a finish line. Findings feed a tracked remediation workflow with named owners and deadlines. Critical issues get retested to confirm the fix worked. And the testing cadence moves away from a single annual snapshot toward something closer to continuous, because attackers do not wait twelve months between attempts. The report still matters. It just stops being the point.

Reach SOC 2 Compliance in 6 Weeks or Less

Schedule Your Free SOC 2 Assessment Today

Conclusion

A VAPT report is only as valuable as the action it drives. Done well, it translates technical findings into clear, prioritised decisions, evidences your compliance posture across PCI DSS, SOC 2, ISO 27001, and GDPR, and gives customers a reason to trust you. Done badly, it is a document that proves you looked without proving you fixed anything. The structure and standards matter, but the real test of a report is simple: did the risks it described actually get smaller?

Frequently Asked Questions

What is the main purpose of a VAPT report?

To turn the findings of security testing into prioritised, actionable decisions, while creating a point-in-time record that proves testing happened. It serves both technical teams who need to fix issues and leadership, auditors, and customers who need assurance.

At least annually for most frameworks, and after any significant change such as a major release, infrastructure shift, or acquisition. PCI DSS requires testing at least every twelve months, and SOC 2 and ISO 27001 auditors expect a similar cadence. Higher-risk environments increasingly move toward continuous testing.

Internally, the security and engineering teams who will remediate, plus the leadership who own the risk. Externally, auditors and assessors who need evidence, and, in summary form, enterprise customers who request it during procurement.

Yes, but usually as a controlled summary rather than the full technical document. The detailed findings and proof of concept are effectively a map of your weaknesses, so the complete report is shared under NDA or replaced with a sanitised attestation for customers and partners.

Clear prioritisation, evidence behind every finding, remediation advice specific enough to act on, and language tailored to its audience. Above all, it is effective only if the risks it identifies actually get fixed and retested.

Severity, exploitability, and business impact. Severity reflects how serious the flaw is, exploitability reflects how realistically an attacker could use it, and business impact reflects what it would cost the organisation. Frameworks such as CVSS combine these into a single score so findings can be ranked consistently.

A vulnerability assessment report is broad and lists known weaknesses identified by mostly automated scanning, without confirming whether they can be exploited. A penetration test report is narrower and documents weaknesses that a human tester actually exploited, with proof of concept and real-world impact. A VAPT report combines both: the breadth of the assessment and the validation of the test.

Neither framework strictly requires penetration testing in its written text. SOC 2’s Trust Services Criteria and ISO 27001’s controls never mandate it by name. In practice, auditors for both expect it as the most credible evidence for vulnerability management and control effectiveness, so for most organisations it is effectively necessary even though it is not technically mandatory. PCI DSS, by contrast, does require it explicitly.

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

CMMC certification costs between $4,000 and $30,000 at Level 1, $30,000 to $300,000 or more at Level 2, and $100,000 to well over $1 million at Level 3. Most contractors expect the audit fee to be the big number. It isn’t. The formal assessment typically accounts for only 25% to 40% of total spend, with preparation, remediation, and technology upgrades consuming the rest. The stakes changed in late 2025. The final 48 CFR acquisition rule took effect on November 10, 2025, which means CMMC requirements now appear directly in Department of Defense (DoD) solicitations and contracts. Starting in November 2026, Phase 2 of the rollout gives contracting officers the authority to require third-party certification for Level 2 work. If you handle Controlled Unclassified Information (CUI), certification is no longer optional, and the cost question becomes a budgeting exercise rather than a hypothetical. This guide breaks down every major cost category, what moves your number up or down, and how to keep the total under control. What Is CMMC Certification and Why Does Cost Vary? The Cybersecurity Maturity Model Certification (CMMC) is the DoD’s framework for verifying that companies in the Defense Industrial Base (DIB) actually protect the sensitive information they handle. The program, codified in 32 CFR Part 170, builds on the security requirements of NIST SP 800-171 and, at the top tier, selected controls from NIST SP 800-172. Costs vary so widely because you can’t buy CMMC off a shelf. Your environment has to reach a certain state and then stay there. A 15-person machine shop with one well-scoped CUI enclave faces a fundamentally different project than a 500-person prime contractor with CUI flowing through a dozen systems. Your starting security posture, the scope of your assessment boundary, and whether you build internally or hire help all move the total by six figures in either direction. Average CMMC Certification Cost at a Glance The DoD’s own published estimates are instructive. A triennial Level 2 certification assessment, including affirmations, is projected at roughly $105,000 for small entities and $118,000 for larger ones. Those figures cover only assessment and affirmation activities, though. The DoD excludes implementation costs from its estimates on the grounds that NIST SP 800-171 compliance has been contractually required under DFARS 252.204-7012 since 2017. Your real budget has to cover both. CMMC Certification Cost by Level CMMC Level 1 (Foundational) Cost: $5,000 – $30,000 Level 1 covers Federal Contract Information (FCI) and requires 15 basic safeguarding practices drawn from FAR 52.204-21. Because Level 1 permits an annual self-assessment with no third-party auditor, the costs are internal labor, basic tooling, and documentation. Small contractors with reasonable IT hygiene often land near the bottom of the range. The DoD estimates annual Level 1 assessment and affirmation activity at around $6,000 for a small entity, with the remainder of the range driven by any remediation needed to attest honestly. CMMC Level 2 (Advanced) Cost: $50,000 – $300,000+ Level 2 is where most of the DIB lands and where budgets get serious. It requires full implementation of all 110 security requirements in NIST SP 800-171, assessed across 320 individual objectives. For most contracts, a C3PAO (Certified Third-Party Assessor Organization) accredited by the Cyber AB has to conduct the assessment every three years. Market data puts C3PAO assessment fees at $30,000 to $100,000 depending on scope, site count, and complexity. Preparation dwarfs that figure for most organizations. Companies starting from a low maturity baseline routinely spend three to four times the assessment fee on readiness work before an auditor ever shows up. CMMC Level 3 (Expert) Cost: $300,000 – $1,000,000+ Level 3 adds 24 enhanced requirements from NIST SP 800-172 on top of a completed Level 2 certification, and the assessment is conducted by the government’s DIBCAC rather than a commercial C3PAO. DIBCAC charges no assessment fee, but don’t mistake free for cheap. The DoD estimated roughly $41,000 in additional implementation cost for the 800-172 controls alone, and total triennial assessment-related costs in the $146,000 to $159,000 range. Real-world totals run far higher once you account for the advanced tooling, threat hunting capability, and organizational changes Level 3 demands. Only contractors supporting the most sensitive programs need this tier. Worth Knowing: You can’t skip to Level 3. You can’t skip to Level 3. A final Level 2 certification with all POA&M items closed is a prerequisite for the same assessment scope, so Level 3 budgets always include a full Level 2 project first. CMMC Certification Cost Breakdown by Expense Category Gap Assessment and Readiness Planning Costs A gap assessment maps your current environment against NIST SP 800-171 and typically costs $1,500 to $20,000 depending on depth and scope. This is the most valuable dollar you’ll spend in the entire project, because everything downstream is priced off what it finds. Documentation and System Security Plan (SSP) Costs The System Security Plan (SSP) is the cornerstone document of any assessment, mapping every control to your specific implementation. Professionally developed SSPs and supporting policies run $12,000 to $60,000. A weak SSP is one of the most common reasons assessments stall or fail, so this is a poor place to economize. Remediation and Security Control Implementation Costs Closing the gaps is usually the largest line item: $20,000 to $150,000 or more. Multi-factor authentication, logging and SIEM deployment, encryption, access control restructuring, and incident response capability all live here. Organizations with mature security postures spend far less than those starting from scratch. Technology and Infrastructure Upgrade Costs Many contractors move CUI into a dedicated enclave rather than securing their entire network. Enclave platforms typically cost $300 to $400 per user per month. Others upgrade endpoint protection, replace unsupported systems, or migrate to government-grade cloud environments, each with its own licensing and migration costs. C3PAO Assessment and Audit Fees The formal Level 2 assessment runs $30,000 to $100,000, driven by assessor-days, number of sites, and evidence quality. Well-organized evidence directly reduces assessor time and therefore your invoice. Consulting and Advisory Fees Specialist consultants, including Registered Practitioners (RPs) and

SOC 2 and ISO 27001 Engagement

After a SOC 2 and ISO 27001 engagement, there are two documents out of the whole pile that actually close deals: the SOC 2 attestation report and the ISO 27001 certificate. Everything else your engagement produces exists to create those two, support them, or keep them alive for another year. Companies routinely ask their auditor for a SOC 2 certificate, which doesn’t exist. They send a prospect their full ISMS documentation when a one-page certificate would have done. They pay for six months of readiness work and then can’t say what they’re holding at the end of it. So here’s the full list. What a SOC 2 engagement produces, what an ISO 27001 engagement produces, what a combined program produces, and who gets to see each one. Understanding SOC 2 and ISO 27001 Engagement Outputs The Core Difference: Report vs. Certificate SOC 2 is an attestation. A licensed CPA firm examines your controls against the Trust Services Criteria under standards set by the AICPA, then writes up what it found and signs an opinion. No certificate. No logo from the AICPA. No pass or fail stamp. What you get is the report, and it usually runs 60 to 120 pages. ISO 27001 is a certification. An accredited certification body audits your Information Security Management System (ISMS) against ISO/IEC 27001:2022, and if you conform, it issues a certificate of registration. The certificate itself is a page or two. All the detail lives behind it, in your ISMS documentation and the audit reports the certification body writes as it goes. SOC 2 Engagement Deliverables The SOC 2 Attestation Report The report is the engagement. The AICPA’s illustrative SOC 2 report lays out the standard structure: auditor’s report, management’s assertion, system description, the Trust Services Criteria in scope, and the controls tested with their results. A Type I covers control design at one point in time. A Type II covers whether those controls actually operated over a period, usually three to twelve months, and most enterprise buyers now won’t accept anything else. Independent Auditor’s Opinion Letter First section of the report, and the first thing anyone experienced turns to. It gives the scope, the examination period, and the auditor’s conclusion. An unqualified opinion means the description held up and the controls worked. A qualified opinion means the auditor found something material, and every serious reviewer will want to talk about it. Management Assertion Your leadership signs a written statement stating that the system description is accurate and that the controls were properly designed and are operating. It reads like a formality, and it isn’t. The auditor’s entire examination runs against what management asserts here, so overstating anything creates real exposure. System Description Usually the longest part of the report, and you write it, not the auditor. It covers the services in scope, your infrastructure, software, people, processes, how data moves, which subservice organizations you depend on, and the complementary user entity controls your customers have to run on their side for your controls to hold up. Trust Services Criteria Applied Security (the Common Criteria) is in every SOC 2. Availability, Processing Integrity, Confidentiality, and Privacy are optional, and the report names exactly which ones you picked. Whatever you decide during scoping ends up printed in a document your customers read for the next several years. Description of Tests of Controls and Results (Type II) The matrix: every control, what the auditor did to test it, and what came back, including exceptions. Reviewers spend most of their time here, because the exceptions tell them things the opinion letter won’t. Bridge Letter / Gap Letter Your report covers a fixed window, so one ending December 31 leaves a hole for a customer doing diligence in June. A bridge letter from your management, not the auditor, confirms that nothing material changed in the control environment between the report’s end date and today. You’ll write these often enough to keep a template. Management Letter and Observations Plenty of auditors also send an internal-only letter covering observations, minor exceptions, and suggestions that never reached the threshold of a qualified opinion. It’s the closest thing to free consulting you’ll get before next year’s audit starts. Insider Note: Ask early whether your auditor issues a management letter, and whether exceptions land in the report body or only in that letter. Firms handle this differently, and the answer decides what your customers see versus what stays behind your firewall. It rarely comes up in the proposal, but it changes how the finished report reads to a buyer. ISO 27001 Engagement Deliverables ISO 27001 Certificate of Registration The document everyone asks for. It names the certified legal entity, states the ISMS scope, identifies the certification body, carries an accreditation mark from a body recognized under the International Accreditation Forum such as UKAS or ANAB, and shows the validity dates. It’s good for three years as long as you pass annual surveillance audits. Read the scope statement carefully, on your own certificate as much as anyone else’s. A certificate covering one office or one product line says nothing about the rest of the business. Statement of Applicability (SoA) After the certificate, this is the document buyers request most. The Statement of Applicability runs through all 93 Annex A controls in ISO/IEC 27001:2022, says which apply to you, justifies the ones you excluded, and records where each stands. Auditors use it as the map of your control environment, and larger customers increasingly want to see it or a summary of it during diligence. Risk Assessment and Risk Treatment Plan Your methodology, the register it produced, and the Risk Treatment Plan showing what you decided to do about each significant risk: mitigate it with a control, transfer it, avoid it, or accept it. ISO 27001 is built around risk, so these documents are what justify every control decision recorded in the SoA. Information Security Management System (ISMS) Documentation The policy and procedure set, plus the operational records that prove any of it happens. Information

The EU AI Act’s transparency requirements take effect on 2 August 2026, and most of the companies they cover still think the rules are not their problem. Article 50 applies to any business that publishes AI-generated content or runs an AI system that talks to people in the EU. That includes the marketing team generating campaign images and the support team running a chatbot. It also covers the AI agents you’ve wired into customer email. Penalties reach €15 million or 3% of total worldwide annual turnover, whichever is higher, and you don’t need an office in Europe to be in scope. If your content or your chatbot reaches EU users, the obligations reach you. In a nutshell: if you publish AI-generated images or video, deploy chatbots or AI agents that interact with EU users, or publish AI-written text on matters of public interest, then yes, the EU AI Act applies, starting 2 August 2026. A quick word on the “AI Act delay” headlines. The Digital Omnibus package did push the high-risk system deadlines back, in some cases by more than a year, but it did not move the deployer obligations in Article 50. Companies that read those headlines and stood down their AI Act work made an expensive mistake, because the rules most likely to touch an ordinary business are the ones that stayed on the calendar. What Article 50 Actually Requires Article 50 of the AI Act sets out transparency obligations in four situations. In plain English: Tell people when they’re talking to AI. Systems designed to interact directly with people — chatbots, voice assistants, and AI agents — must make clear that the user is dealing with AI, unless that’s already obvious. Mark AI-generated content so machines can detect it. Providers of generative AI systems must mark outputs in a machine-readable format, typically through metadata and watermarking, so the content is detectable as artificially generated. Label deepfakes. Anyone deploying AI to generate or manipulate image, audio, or video content that resembles real people, places, objects, or events, and could falsely appear authentic, must disclose that the content is artificial. Label AI-generated text on matters of public interest. Text published to inform the public must carry a label if AI-generated or manipulated, unless a human reviewed it and a person or organization holds editorial responsibility for it. Article 50 also covers emotion recognition and biometric categorization systems, which carry their own disclosure duties. Far fewer businesses run into those, so this article sticks to the four above. The distinction running through all of this is provider vs deployer. The provider builds or supplies the AI system. The deployer uses it professionally. Most companies reading this are deployers. If You Use AI-Generated Images Realistic AI images sit closer to the deepfake rules than most marketing teams assume. The Act’s definition covers content depicting people, objects, places, and events that could falsely appear authentic to a viewer, which describes a large share of what image generators produce for campaigns, social posts, and landing pages. So what does “clearly and distinguishably labeled” mean? The threshold is best described by its failures: a tiny disclosure hidden in the website footer doesn’t qualify. Neither does a faint label on an image, a label that flashes for an instant in a video, or a disclosure buried in your terms and conditions. The label has to be visible right where someone sees the content, and it has to meet accessibility standards so people with disabilities can perceive it too. The Code of Practice proposes a standardized “AI” visual label, localized per language (“KI” in German, “IA” in French). It also draws a useful line between fully AI-generated content and AI-assisted content, with lighter requirements for the latter. A designer who used AI to extend a background is in a different position from a team publishing a fully synthetic image of a person who doesn’t exist. Important: The deepfake duty doesn’t care about intent. A flattering, harmless AI image of your CEO at an event that never happened is still a deepfake under the Act. Marketing teams generate this kind of content casually. From August, every one of those images needs a label. If You Deploy AI Agents or Chatbots The rule itself is simple: people must know they’re dealing with AI. The provider carries the design obligation, but as the deployer you’re the one putting the system in front of your customers, and you’re the one an EU regulator will contact if your branded assistant pretends to be human. The Act contains an exception for cases where it’s “obvious” the user is talking to AI, judged from the perspective of a reasonably well-informed and observant person. Don’t lean on it. What’s obvious to your product team isn’t obvious to every customer, and the human-sounding voice agents and email-writing AI agents rolling out right now are designed specifically to not feel like software. If an AI agent negotiates a renewal over email or handles a support ticket end to end, disclose it. Pro Tip: Put the Disclosure at the Start of the Interaction Put the disclosure at the start of the interaction, in the interface itself: “You’re chatting with an AI assistant.” A line in your privacy policy doesn’t meet the standard, and a disclosure that appears after the conversation ends is worthless. For voice agents, say it up front in the greeting. What Your AI Vendors Owe You The machine-readable marking obligation in Article 50(2) sits with providers — the companies supplying your generative AI tools. The final Code of Practice expects providers to apply at least two layers of marking where necessary, such as embedded metadata combined with watermarking, and to offer detection mechanisms so deployers, authorities, and researchers can verify whether a piece of content came from AI. One timing caveat: the Digital Omnibus gives generative AI systems already on the market before 2 August 2026 until 2 December 2026 to comply with the marking requirement. Every other Article 50 obligation stays on