Processing means any action performed on personal data, from collection and storage to analysis, sharing, and deletion. The term is intentionally broad, because privacy governance depends on understanding the full lifecycle of information, not just where it is stored. It also covers automated and manual handling.
Expanded Definition
In privacy and security governance, processing is not limited to a system reading data. It includes collection, recording, organisation, structuring, storage, adaptation, retrieval, consultation, use, disclosure, transmission, combination, restriction, erasure, and destruction. That breadth matters because the legal and operational risk can arise at any stage of the data lifecycle, not only at rest. In NHI and agentic AI environments, processing often happens through service accounts, API-driven workflows, orchestration pipelines, and automated decisions that move data across tools without a human operator in the loop. The term is intentionally broad in guidance such as the NIST SP 800-53 Rev 5 Security and Privacy Controls, but usage in the industry is still evolving when teams try to map automation steps to privacy obligations. The most common misapplication is treating processing as a storage-only concern, which occurs when teams overlook transient handling in logs, queues, model prompts, and integration middleware.
Examples and Use Cases
Implementing processing rigorously often introduces operational overhead, requiring organisations to balance privacy visibility against automation speed and engineering simplicity.
- A service account sends customer profile data from a CRM into an analytics warehouse, which is processing even if the transfer is fully automated.
- An AI agent retrieves ticket text, enriches it with internal context, and posts a resolution suggestion to chat; each read, transform, and disclosure step is processing.
- A secrets scanner copies configuration files into a review pipeline to detect exposed tokens, which still counts as processing because the files are handled and analysed.
- A retention job deletes expired records after a policy timer fires, and the deletion step is part of processing under privacy governance.
- Lifecycle thinking matters because NHIs often move data across many systems; the Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs shows how access, rotation, and offboarding intersect with data handling, while NIST privacy controls help teams classify each action accurately.
Why It Matters in NHI Security
Processing is central to NHI security because every automated identity interaction can create a privacy event, an access exposure, or an audit obligation. When a service account ingests personal data into pipelines, the question is not just who can read the database later, but which identity touched the data, under what authority, and whether that use was authorised. NHI Management Group research shows that 79% of organisations have experienced secrets leaks, with 77% of those incidents causing tangible damage, and those incidents often begin with routine processing paths that were not governed as sensitive data flows. The same lifecycle framing in the Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs is why processing must be tied to rotation, offboarding, logging, and least privilege, not treated as a narrow privacy label. Organisations that misunderstand processing usually discover the impact only after a leak, misrouted export, or agentic workflow has already spread data beyond its intended boundary, at which point processing becomes operationally unavoidable to address.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-63, NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.PO | Processing is governed through policies that define how data may be handled across its lifecycle. |
| NIST SP 800-63 | Identity assurance affects who may initiate processing actions on protected data. | |
| NIST AI RMF | AI lifecycle governance depends on controlling how data is processed by automated systems. | |
| NIST Zero Trust (SP 800-207) | SC-7 | Processing often crosses trust boundaries and should be constrained by segmentation and explicit authorization. |
| OWASP Non-Human Identity Top 10 | NHI-02 | NHI processing paths frequently expose secrets and credentials during automated handling. |
Document data handling, review processing risks, and monitor automated decisions throughout the AI lifecycle.
Related resources from NHI Mgmt Group
- What breaks when SAML signature verification and assertion processing are separated?
- How can organisations reduce risk from AI agents processing hidden instructions?
- How should security teams enforce segregation of duties in payroll processing?
- How do organisations reduce blast radius if protobuf processing is compromised?