Risk remains because the application is still transmitting sensitive information to a third party, which expands the trust boundary and increases exposure if access, logging, or downstream handling is weak. Teams may also lose control over how users supply data, how datasets are prepared for fine tuning, and whether privacy requirements are met end to end.
Why API Data Still Expands the Trust Boundary
Sending sensitive data to an LLM API creates risk because the model vendor, the transport path, and the application’s own handling now all sit inside the decision chain for that data. Even if the provider does not train on the input, the data can still be exposed through logging, abuse handling, support workflows, retention settings, misconfiguration, or weak downstream access controls. The practical question is not only “will it be used for training?” but “who can see it, store it, route it, or reconstruct it?” For that reason, privacy, confidentiality, and governance concerns remain active. OWASP’s guidance on OWASP Agentic AI Top 10 is useful here because it frames data exposure as a lifecycle problem, not just a model-training problem.
In practice, many security teams discover the exposure only after a data classification review reveals that the application was already sending material secrets, personal data, or regulated records into a service they did not fully control.
What Actually Happens to the Data Path
The first risk layer is transmission. Sensitive prompts or attachments are usually sent to an external API over an authenticated channel, but authentication does not equal confinement. Once the data leaves the origin system, the application owner depends on the provider’s handling rules, their own integration design, and the operational behaviour of any middleware, proxies, or observability tools in between. If the app logs full prompts, caches responses, or forwards metadata to other systems, the exposure can widen well beyond the original API call.
The second layer is retention and secondary use. A provider may state that API data is not used for training, yet still retain content for abuse monitoring, incident investigation, reliability, billing, or support. Those uses are materially different from training, but they still create custody, access, and disclosure questions. A strong profile such as the NIST AI 600-1 Generative AI Profile is helpful for treating these issues as part of AI system governance rather than as an edge case.
The third layer is user behaviour. Employees paste more than they should when a system is easy to use, and developers often underestimate how quickly that becomes a repeatable pattern. The technical control may be sound while the workflow remains unsafe. That is why the control question is not only what the provider does, but whether the application constrains what users can submit, redacts where possible, and separates sensitive inputs from ordinary prompts. Where the broader system already has AI governance maturity, the NIST AI Risk Management Framework gives a useful structure for aligning data handling, transparency, and accountability.
- Classify the data before it reaches the API.
- Minimise prompt content to what the model actually needs.
- Redact secrets, identifiers, and regulated fields before transmission.
- Check whether logs, analytics, and support tooling also receive the same content.
- Confirm the vendor’s retention, access, and deletion terms in writing.
Where these controls are absent, the guidance breaks down because the organisation has no reliable boundary around who can observe or reuse the sensitive content after submission.
When Provider No-Training Promises Are Not Enough
Tighter data handling often increases friction for users and developers, requiring organisations to balance prompt quality against confidentiality and governance constraints.
There are important edge cases. Some providers separate training use from operational retention, which is better than unrestricted reuse, but it still does not remove exposure risk. Guidance versus consensus is worth noting here: there is broad agreement that “no training” is not the same as “no access,” but vendors differ in how they implement retention, abuse review, and support processes.
The biggest misunderstanding is treating the provider’s training policy as the whole risk decision. That view ignores the application layer, where one team may unknowingly add persistent logs, long-lived conversation stores, or third-party observability platforms that copy the same sensitive content again. It also ignores legal and contractual duties, especially when the data includes personal information, customer records, source code, or confidential business material. For teams building AI-enabled workflows, the most relevant issue is whether the data flow is still justified after minimisation, or whether a safer design can achieve the same business outcome with less disclosure.
In practice, the residual risk usually comes from custody and reconstruction, not from training alone.
Risk and Threat Considerations
The material risk is that sensitive content can be exposed outside the organisation even when the provider claims not to train on it. The threat is broader than model learning: it includes retention, internal access, logging, misuse of transcripts, and accidental propagation into other systems.
Failure mechanism: The risk materialises when prompt content, attachments, or output are stored or inspected across multiple layers, such as API gateways, provider operations, application logs, debugging tools, analytics pipelines, and support workflows. A malicious actor or careless insider does not need training access to cause harm if they can access any one of those layers, or if the organisation has already duplicated the content into weaker controls.
Impact: Confidential business information, personal data, and regulated records can be disclosed, retained longer than intended, or made difficult to delete or audit. That can create privacy violations, contractual exposure, loss of trust, and follow-on compromise if the same data includes credentials, tokens, or sensitive operational details.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST AI 600-1, NIST CSF 2.0 and CIS Controls v8 set the technical controls, while ISO/IEC 42001:2023 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI 600-1 | GV — AI Governance | Covers governance of generative AI data handling and third-party risk. |
| MAP — Map | Requires understanding where sensitive data flows and where it can be exposed. | |
| MEASURE — Measure | Supports validating whether privacy and exposure controls actually work. | |
| Recommendation — Define approved data-handling rules for LLM use and enforce them across workflows. Map prompt, logging, and retention paths before allowing sensitive inputs. Measure how often sensitive data reaches the model and where it is stored. | ||
| NIST CSF 2.0 | GV.SC — Supply Chain Risk Management | Applies to third-party AI services that handle organisational data. |
| PR.DS — Data Security | Directly addresses protection of sensitive information in transit and at rest. | |
| Recommendation — Assess provider handling, retention, and contractual controls before integration. Minimise, redact, and protect sensitive data before sending it to the API. | ||
| CIS Controls v8 | 3 — Data Protection | Covers protection and handling of sensitive data across systems and services. |
| 6 — Access Control Management | Applies when external services, logs, or support paths expand data access. | |
| Recommendation — Classify and protect sensitive content that may be sent to external AI services. Restrict who can view prompt content, transcripts, and exported AI logs. | ||
| ISO/IEC 42001:2023 | A.7 — Resources for AI Systems | Relevant to governing data inputs, suppliers, and operational AI resources. |
| Recommendation — Set documented rules for what data may be used with external AI services. | ||
Practitioner Guidance
What to prioritise: Treat prompt content as governed data, not as disposable chat text. The first control decision should be whether the application can avoid sending the sensitive field at all, or whether it can send a redacted or derived version instead.
What to verify: Confirm the full path, not just the vendor statement. Teams should verify what is logged, retained, replayed for support, exposed to administrators, and copied into observability or incident tooling before they trust the “no training” claim.
Decision rule: If the data would be unacceptable in a ticket, email thread, or shared document, it should not be sent to an LLM API without explicit minimisation and a documented handling model. If the workflow still needs the raw data, treat the integration as a high-trust exception.
Practitioner takeaway: The real control objective is reducing disclosure opportunities across the whole data path, because “not used for training” only answers one narrow question and leaves the larger custody problem untouched.
Related resources from NHI Mgmt Group
- Why do machine learning models create governance risk even when the training data looks balanced?
- Why do large language models create risk when organisations use them with sensitive data or operational knowledge?
- Why do local LLM runtimes with unauthenticated APIs create higher data exposure risk?
- Why do unsecured websites still create business risk even when no sensitive data is obviously exposed?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 10, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org