Hero Background

Next-Gen App & Browser Testing Cloud

Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Next-Gen App & Browser Testing Cloud
SecurityAI

AI Testing Data Security: What SOC 2 Actually Covers

AI testing tools read your test fixtures, DOM, and CI logs. Learn what SOC 2 actually covers, where it stops for AI, and the exact questions to ask a vendor.

Author

Sawan Garg

Author

Author

Vipul Verma

Reviewer

Published on: August 25, 2026

The AICPA Trust Services Criteria were published in 2017 with revised points of focus in 2022, and they evaluate controls over the security, availability, processing integrity, confidentiality, or privacy of information and systems.

Not one of those five categories names a model, a prompt, or training data, and every SOC 2 report is measured against them.

That gap opens the moment an AI agent starts reading your application. A vendor can hand you a clean SOC 2 Type II report and still have no written position on whether your test fixtures reach a third-party model.

This article maps what an AI testing tool actually sees inside a pipeline, what SOC 2 does and does not attest to, and the specific questions that close the difference before you sign.

TL;DR

SOC 2 attests that a vendor operates controls over security, availability, processing integrity, confidentiality, and privacy. It does not examine how that vendor's AI handles your data, because its criteria predate generative AI. Cover the difference with ISO/IEC 42001, a written model-training statement, and a per-artifact retention schedule.

What Governs AI Testing Data Security?

  • Trust Services Criteria: The AICPA control set a SOC 2 examination measures against, covering security, availability, processing integrity, confidentiality, and privacy. Covers AI-specific data handling: No. Certifiable: Yes.
  • ISO/IEC 42001:2023: The first AI management system standard, specifying requirements for governing the AI an organization builds or uses. Covers AI-specific data handling: Yes. Certifiable: Yes, through independent accredited bodies rather than ISO itself.
  • NIST AI Risk Management Framework: A voluntary US framework organized around the Govern, Map, Measure, and Manage functions, released in January 2023. Covers AI-specific data handling: Yes. Certifiable: No.
  • OWASP Top 10 for LLM Applications: Ranks Sensitive Information Disclosure at LLM02 in the 2025 list, second only to prompt injection. It names the failure modes an AI testing agent introduces, which no compliance certificate enumerates.
  • Retention schedule: The per-artifact record of how long AI testing artifacts survive, covering test builds, session video, console and network logs, and screenshots. This decides real exposure, and it varies by artifact rather than by vendor badge.
  • A SOC 2 certification logo is a starting point for an AI testing vendor security review, not a substitute for one. The AICPA itself emphasizes that SOC services should be thoroughly evaluated rather than taken at face value.

What Does an AI Testing Agent Read?

Anything rendered in the session it drives: the DOM, network traffic, console output, and every screenshot or video the run produces. TestMu AI publishes both its certification scope and a per-artifact retention schedule so that surface can be audited rather than assumed.

What an AI Testing Tool Actually Sees

Security reviews of testing tools tend to focus on the login and the network path. The larger exposure is the artifacts a run produces, because a test suite deliberately drives an application into its most data-rich states.

A checkout test has to reach a filled cart. An account test has to reach a populated profile. Whatever is on that screen lands in the recording.

ArtifactWhat it typically containsWhy it matters in a review
Test fixtures and seed dataAccount records, addresses, payment tokens, and identifiers copied or shaped from productionOften the only dataset in the pipeline that carries regulated personal data
Rendered DOMEvery value visible on screen at the moment the agent inspects the pageAn agent resolving elements by intent reads the page content, not just its structure
Network logsRequest and response bodies, headers, session tokens, and API payloadsBearer tokens and full API responses persist long after the run ends
Session video and screenshotsA visual record of every populated screen the test reachedCannot be redacted retroactively, and is the artifact teams forget to scope
CI environmentSecrets, API keys, and connection strings injected as variablesConsole output echoes them whenever a failure dumps configuration

Map these five rows against your own pipeline before reading any vendor's report. The exercise tells you which SOC 2 scope questions are worth asking and which are irrelevant to you.

What SOC 2 Actually Covers

SOC 2 is an attestation that an independent CPA firm examined a service organization's controls against the AICPA Trust Services Criteria. The criteria were established by the AICPA Assurance Services Executive Committee, and they define five categories.

CategoryWhat it addressesRelevance to test data
SecurityProtection of systems and information against unauthorized accessThe common criteria present in every SOC 2 report
AvailabilityWhether the system is available for operation as committedMatters for pipeline reliability, not for data exposure
Processing integrityWhether processing is complete, valid, accurate, and authorizedRarely scoped in, and not a statement about test result correctness
ConfidentialityProtection of information designated as confidentialThe category that speaks to your fixtures and logs, when it is scoped in
PrivacyHandling of personal information through its lifecycleRelevant when seed data carries regulated personal records

Only security appears in every report. The other four categories are scoped in by the service organization, which is why two vendors can both display a SOC 2 badge while attesting to very different things.

The AICPA is direct about this. Following allegations about a compliance vendor's SOC practices, it stated that SOC services should be thoroughly evaluated by service organizations and CPA firms. Treat the badge as the beginning of your review.

Test infrastructure that does not break, from TestMu AI

Where SOC 2 Stops for AI Testing Tools

The Trust Services Criteria are technology-neutral by design, which is a strength for infrastructure and a limitation for AI. A criterion about restricting logical access applies equally to a database and to a model endpoint, and says nothing specific about either.

Four questions sit outside what a SOC 2 report answers, and each one is decided by vendor policy rather than by the audit:

  • Model training use - whether your prompts, application content, and generated tests are used to train or fine-tune any model. No Trust Services Criterion asks this, so a clean report is compatible with either answer.
  • Prompt and inference logging - what is written to the model provider's logs, how long it survives there, and whether redaction happens before or after logging.
  • Subprocessor model providers - which third-party LLM the feature calls, and in which jurisdiction. This is disclosed in the subservice organization list rather than tested as a control.
  • Scope carve-outs - whether the AI features you intend to use were inside the examined system boundary at all, or were added after the observation period closed.

The OWASP Top 10 for LLM Applications 2025 list ranks Sensitive Information Disclosure at LLM02, Supply Chain at LLM03, and Data and Model Poisoning at LLM04.

A testing tool that reads your application and writes to a model touches the top of that list by design. The ranking is a useful agenda for a vendor call, because each entry converts into a question the vendor has to answer concretely.

The same list ranks prompt injection at LLM01, which is a testable property rather than a policy question. Our guide to prompt injection testing covers how to probe for it in your own application.

Standards That Cover the AI Gap

Three frameworks address what SOC 2 leaves open. They are complements, not alternatives, and a vendor that cites all three is describing a genuinely different posture from one that cites a single badge.

FrameworkWhat it establishesHow to use it in a review
ISO/IEC 42001:2023Requirements for establishing and improving an AI management system, for organizations that provide or use AI systemsAsk whether the vendor is certified or aligned, and by which body
NIST AI RMFA voluntary framework organized around the Govern, Map, Measure, and Manage functionsUseful vocabulary for a risk conversation; carries no certificate
OWASP Top 10 for LLM ApplicationsThe ranked failure modes of LLM-backed systems, including system prompt leakage at LLM07Turn each entry into a question the vendor must answer concretely

ISO/IEC 42001 is the one to lead with, because it is the first AI management system standard and the only one of the three that an independent body can certify against. ISO does not certify organizations itself, so ask which accredited body issued the certificate.

The NIST AI Risk Management Framework was released in January 2023 and is intended for voluntary use.

A vendor describing itself as NIST-aligned is therefore reporting an internal practice, not an external assessment. Draw that distinction out in the call, because the two carry very different weight in a review.

Note

Note: TestMu AI runs AI-assisted testing on infrastructure that is SOC 2 Type II, ISO 27001:2022, and ISO 27701:2019 certified, with a published per-artifact retention schedule and an AI trust page stating that inputs and outputs are never used to train any LLM models. Try it free!

Questions to Ask an AI Testing Vendor

Vendor questionnaires fail when they accept a yes. Each question below has a weak answer that passes a checkbox and a strong answer that is verifiable, and the difference is what a security review should be looking for.

Ask thisWeak answerStrong answer
Are inputs or outputs used to train models?"We take privacy seriously"A published statement covering both inputs and outputs, including third-party providers
How long is each artifact retained?"Data is retained per our policy"A per-artifact schedule naming videos, logs, screenshots, and builds separately
Which AI features are in SOC 2 scope?"We are SOC 2 certified"The system boundary description from the report, plus the observation period
Which model providers are subprocessors?"We use industry-leading models"A named subprocessor list with jurisdictions and a change-notification commitment
How is customer data isolated?"Each customer is logically separated"The concrete mechanism, such as a per-tenant identifier and a dedicated virtual private cloud
Can testing stay inside our network?"We support secure connections"A documented tunnel for firewalled applications, or an on-premise deployment option
Who performs penetration testing?"We test regularly"A stated cadence and an external firm, with a summary available under NDA

The retention row is the one most teams skip and most regret. A 30-day video retention and an indefinite one produce identical answers to every other question on the list.

How to Reduce Test Data Exposure

Vendor selection is half the control. The other half is what you send, and it is the half you own regardless of which platform you pick.

  • Mask before the agent runs, not after - an artifact is created the instant a screen renders, so redacting logs afterwards leaves the video and screenshots untouched. Techniques for this are covered in our guide to data masking.
  • Generate seed data rather than copying it - a synthetic account exercises the same code path as a cloned production record without carrying a real person's details into the pipeline.
  • Scope secrets to the job - inject short-lived, least-privilege credentials for test runs so an echoed environment variable in a failure dump expires rather than persisting.
  • Keep firewalled applications behind a tunnel - staging environments holding real data do not need public exposure to be tested against a cloud grid.
  • Set retention deliberately - shorten it where you can and extend it only where debugging genuinely requires the history.
  • Separate the regulated suite - the tests touching payment or health data can run under a stricter configuration than the rest, and our notes on GDPR compliance testing cover what that configuration needs to prove.

These six controls also make the vendor conversation shorter. A team that already masks its fixtures has far fewer questions riding on the answer about model training.

For test authoring specifically, KaneAI keeps MFA-protected flows testable by generating time-based one-time passwords from a stored secret key, so a shared authenticator device never enters the pipeline. Tunnel support covers locally hosted and firewalled applications without exposing them to the public internet, and proxy configuration controls how test traffic is routed.

TestMu AI named a Challenger in the 2025 Gartner Magic Quadrant for AI-Augmented Software Testing Tools

How to Verify What a Vendor Tells You

Every claim in this section was checked against a live page rather than a sales deck, which is the same method your review should use. A vendor that publishes its posture openly can be verified in minutes; one that only answers under NDA cannot.

TestMu AI trust centre showing the Security tab alongside Trust, Privacy, Legal, and AI sections

Three checks separate a documented posture from a marketing claim, and all three can be run before you ever speak to a sales engineer:

  • Find the certification scope in writing - the TestMu AI security trust page names SOC 2 Type II, ISO 27001:2022, ISO 27017:2015, and ISO 27701:2019, alongside AES-256 encryption at rest, TLS 1.2 or higher in transit, a per-customer virtual private cloud with a unique tenant ID, and annual external penetration testing by third-party audit firms.
  • Find the AI-specific statement separately - certifications and AI policy live in different places. The AI trust page states that inputs and outputs are never used to train any LLM models, and describes an ISO/IEC 42001 aligned AI management system.
  • Find the retention schedule as a document - the published data retention policy sets a 30-day default for test builds, video recordings, console and network logs, screenshots, uploaded apps, and audit logs, keeps SmartUI screenshots for 1 year, retains Test Manager and KaneAI entities for as long as the account is active, and states that data is permanently deleted after the retention period expires.

Run those three checks against any shortlisted vendor. Where a page does not exist, that absence is itself the finding, and it belongs in the review notes rather than in a follow-up email.

For teams whose obligations rule out shared infrastructure entirely, a private real device cloud moves execution onto dedicated hardware, which changes the data-residency conversation from a policy question into an architectural one.

Getting Started

Open your current AI testing vendor's trust page and look for three documents: the certification scope, a written statement on model training, and a per-artifact retention schedule. Most reviews stall because the second and third were never requested.

Then map the five artifact types from the first section against your own pipeline and mark which ones carry regulated data today. That map converts a generic questionnaire into a short list of questions that actually decide the purchase.

If you are building the broader programme around this, our guides to security testing and compliance monitoring cover the continuous side, where controls are verified on every build rather than once a year.

Note

Note: AI assistance was used in researching and drafting this article. Sawan Garg, Senior Vice President of Engineering at TestMu AI, whose listed expertise includes Platform Engineering and Distributed Systems, verified every statistic, link, and product claim against primary sources before publication. Sources cited are from primary standards bodies (AICPA, ISO, NIST, and OWASP). Read our editorial process and AI use policy for details.

Author

...

Sawan Garg

Blogs: 1

  • Linkedin

Sawan Garg is Senior Vice President of Engineering at TestMu AI (formerly LambdaTest), leading platform and infrastructure engineering across the testing cloud. He designed the microservices architecture and databases behind the platform and built the streaming technologies, including VNC, Guacamole, and WebRTC, that deliver live and real-time testing. He also contributed to the distributed proxy-based Tunnel that lets teams test firewall-protected and locally hosted websites. He brings 13+ years of engineering experience across Python, Java, Golang, Node.js, Kafka, Elasticsearch, Redis, and Kubernetes. Sawan holds a B.Tech in Computer Science and Engineering.

Reviewer

...

Vipul Verma

Reviewer

  • Linkedin

Vipul Verma is Group Senior Vice President of Engineering at TestMu AI (formerly LambdaTest), where he heads the entire engineering organization that builds KaneAI, HyperExecute, and the broader testing cloud. He brings 15+ years architecting, securing, and scaling large enterprise applications across multiple sites. Before TestMu AI he was India Head at LogicHub, where he built the India R&D site from the first employee to a 30-plus engineering team, and Principal Software Engineer at Sumo Logic, where he was the first engineer in the India office and shipped search-performance and pricing-model initiatives. Earlier he worked on trading platforms at Portware and D. E. Shaw. Vipul holds a B.Tech in Computer Science from IIT Kharagpur.

Add to Google preferred sources Icon

Add to Google preferred sources

Open in ChatGPT Icon

Open in ChatGPT

Open in Claude Icon

Open in Claude

Open in Perplexity Icon

Open in Perplexity

Open in Grok Icon

Open in Grok

Open in Gemini AI Icon

Open in Gemini AI

Copied to Clipboard!
...

3000+ Browsers. One Platform.

See exactly how your site performs everywhere.

Try it free
...

Write Tests in Plain English with KaneAI

Create, debug, and evolve tests using natural language.

Try for free

AI Testing Data Security FAQs

Did you find this page helpful?

More Related Blogs

TestMu AI forEnterprise

Get access to solutions built on Enterprise
grade security, privacy, & compliance

  • Advanced access controls
  • Advanced data retention rules
  • Advanced Local Testing
  • Premium Support options
  • Early access to beta features
  • Private Slack Channel
  • Unlimited Manual Accessibility DevTools Tests