Subscribe to the Non-Human & AI Identity Journal

Cross-project trust boundary

A control boundary that exists when a model, endpoint, or service account can operate across multiple projects. It matters because a misstep in one project can propagate into another, so governance must be set at the boundary where access can travel, not just where it starts.

Expanded Definition

Cross-project trust boundary describes the point where an NHI, model, endpoint, or service account is allowed to move trust from one project context into another. In NHI governance, the boundary matters because permissions, secrets, and execution authority can no longer be assumed to be isolated once cross-project reuse exists.

This concept is closely related to least privilege, workload identity, and Zero Trust thinking, but it is more specific than general access control. A service account that can read from one project and deploy into another creates a transitive trust path, so the real control question becomes where that path is permitted and how it is reviewed. The NIST Cybersecurity Framework 2.0 is useful here because it treats access governance as an enterprise function, not a per-team afterthought. Usage in the industry is still evolving, and some vendors describe the same idea as cross-tenant or cross-environment trust. NHI Management Group treats the boundary as the operational seam where trust can travel, not merely where a credential is first issued.

The most common misapplication is assuming a project-local policy is sufficient, which occurs when shared identities retain broad rights after they are introduced into a second project.

Examples and Use Cases

Implementing cross-project trust boundary controls rigorously often introduces coordination overhead, requiring organisations to weigh platform reuse against tighter blast-radius containment.

  • A CI/CD service account in one project can trigger deployments in another. That shortcut speeds delivery, but it also creates a trust bridge that should be explicitly documented, scoped, and reviewed.
  • An AI agent retrieves data from a shared project and then calls tools in a regulated project. The boundary needs policy enforcement at the point of tool invocation, not only at the agent’s home workspace.
  • A secrets manager issues credentials that are reused across multiple projects. If the credential is compromised, every downstream project using it inherits the same exposure path; see the Ultimate Guide to NHIs for why shared secrets increase enterprise risk.
  • A centralized logging service reads telemetry from many projects. The service may be legitimate, but its access should still be bounded because monitoring identities often become high-value pivot points.
  • Cross-project access is granted for testing, then left in place after release. This is a classic example of temporary trust becoming standing trust, which is exactly where control drift begins.

For implementation patterns around identity governance and access review, the NIST Cybersecurity Framework 2.0 provides a practical reference point for managing access as an ongoing operational control.

Why It Matters in NHI Security

Cross-project trust boundaries matter because NHI compromise rarely stays neatly contained. If one service account, API key, or agent credential is over-scoped, the attacker or faulty automation can move laterally into adjacent projects without triggering the assumptions that local owners rely on. That is why governance must be anchored in the trust path, not just the workload that originally requested access.

This is especially important given NHI Mgmt Group research showing that 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface. When excessive privilege combines with cross-project reach, blast radius expands quickly and incident response becomes a containment problem instead of a simple credential reset. The same dynamic appears in federated tooling, shared automation, and platform engineering environments where one identity is expected to serve multiple teams. The Ultimate Guide to NHIs is a useful reminder that visibility and rotation failures often follow shared identity patterns.

Organisations typically encounter the consequence only after one project’s automation is abused to reach another project, at which point the cross-project trust boundary 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 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Cross-project trust expands NHI blast radius and privilege scope.
NIST CSF 2.0 PR.AC-4 CF 2.0 emphasizes access permissions and least privilege across environments.
NIST Zero Trust (SP 800-207) AC-4 Zero Trust requires decisions at every access boundary, including project-to-project paths.

Inventory shared NHIs and restrict any cross-project access to explicit, reviewed business need.