Join our Newsletter — 33% off our NHI Course
Home FAQ Architecture & Implementation What do security teams get wrong about architectural…
Architecture & Implementation

What do security teams get wrong about architectural reviews in CI/CD pipelines?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated September 7, 2026 Domain: Architecture & Implementation

A common mistake is assuming every change deserves the same review depth. In practice, high-volume delivery makes universal manual review unsustainable and ineffective. Teams should instead distinguish between routine changes and changes that alter security-relevant behavior, then automate checks for specific invariants such as authentication, authorization, and sensitive data placement.

Why Security Teams Misread Architectural Reviews in Fast-Moving Delivery

Architectural review in CI/CD is not a substitute for change management theatre. The real question is whether a pipeline change can alter trust boundaries, data handling, authentication flows, deployment permissions, or recovery behaviour in ways that routine checks will miss. When teams insist on the same review depth for every commit, they often spend effort on low-value scrutiny while missing the small number of changes that actually reshape risk. The OWASP Non-Human Identity Top 10 is useful here because pipeline components, service accounts, tokens, and automation credentials often sit inside the architecture that teams fail to review properly. In practice, many security teams discover this gap only after delivery pressure has already normalised exceptions and blurred ownership.

How Architectural Reviews Should Work in CI/CD

Effective architectural review in CI/CD is selective, not universal. The goal is to review the parts of the delivery system that can change security outcomes, then let automated controls handle the rest. That means separating architectural changes from ordinary code churn and asking whether a change affects identity boundaries, secrets handling, release permissions, network exposure, environment segregation, or the way sensitive data moves through the system.

In a mature pipeline, the review process usually combines three layers. First, automated guardrails check invariants that should never drift, such as whether privileged automation is scoped correctly or whether secrets are being introduced into images, manifests, or configuration. Second, a targeted design review examines changes that affect core security assumptions, such as new deployment paths, third-party integrations, or altered approval flows. Third, the team documents the decision so that future reviews can compare the new design against the previous trust model rather than treating each release as a blank slate.

A useful rule is to ask whether the change modifies who can act, what they can reach, or how failures propagate. If the answer is yes, the change deserves architectural scrutiny. If the answer is no, the better control is usually a policy check, test, or pipeline rule rather than a human discussion. This is especially important in CI/CD because the architecture is not only the application architecture. It also includes the pipeline itself, its runner identities, artifact stores, signing paths, and deployment credentials. For that reason, review criteria should include both the target system and the delivery mechanism. The OWASP Non-Human Identity Top 10 is a relevant reference for the identity side of that boundary, especially where automation accounts and machine credentials become part of the build and release path.

The guidance breaks down when teams cannot clearly define which changes affect trust boundaries, or when the pipeline has no reliable inventory of privileged automation, approval points, and release dependencies.

Where Teams Over-Apply, Under-Apply, and Miss the Real Edge Cases

Tighter review gates often increase delivery friction, so organisations have to balance control depth against throughput and developer trust.

One common failure mode is over-reviewing cosmetic or local changes while under-reviewing changes that alter deployment authority or data access. Another is treating security review as a one-time architecture event instead of a recurring checkpoint whenever the pipeline, runner, or release model changes. Teams also get tripped up when they assume infrastructure as code is automatically self-documenting; readable code does not always make the architectural consequence obvious.

  • Changes to release credentials, environment promotions, or runner privileges usually deserve more scrutiny than ordinary feature edits.
  • Shared pipeline components can create hidden concentration risk, so a single design flaw may affect many services at once.
  • Third-party build steps and reusable templates often deserve review because they can shift trust outside the organisation’s direct control.

There is still no full consensus on how much architectural review should be centralised versus embedded in product teams. The practical answer is usually risk-based: central teams define the review triggers and invariants, while delivery teams own the details of implementation. If a pipeline change can propagate compromise, bypass approval, or expand access across environments, it is not a routine change and should not be treated like one.

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 and MITRE ATT&CK address the attack and risk surface, while CIS Controls v8 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
CIS Controls v816 — Application Software SecurityCI/CD architectural review focuses on security-relevant software change.
4 — Secure Configuration of Enterprise Assets and SoftwarePipeline architecture reviews must track secure settings and approved baselines.
6 — Access Control ManagementPipeline review often fails around release permissions and automation access.
Recommendation — Require security review for changes that alter trust boundaries or release behaviour. Enforce approved configuration baselines across build and deployment pipelines. Restrict pipeline and deployment access to the minimum necessary permissions.
OWASP Non-Human Identity Top 10NHI-01 — Secrets and Credential ManagementCI/CD architecture frequently depends on machine credentials and secrets.
Recommendation — Inventory and rotate pipeline secrets before they widen the release attack surface.
MITRE ATT&CKT1195 — Supply Chain CompromiseCI/CD reviews should detect changes that alter build and release trust chains.
Recommendation — Hunt for compromised build, dependency, or release paths that bypass normal controls.

Practitioner Guidance

What to prioritise: Focus review effort on changes that alter trust boundaries, privilege, data flow, or release authority. Those are the points where a pipeline can silently become a security control failure rather than a delivery mechanism.

What to verify: Confirm that the team can identify which pipeline identities, approvals, and deployment paths are security-relevant before it trusts any “standard change” label. If that inventory is missing, review decisions will be inconsistent and easy to bypass.

Decision rule: If a change affects who can deploy, what credentials are used, or where sensitive data may land, treat it as an architectural change; if it only affects implementation detail without changing those conditions, automate the check and move on.

Common mistake: Security teams often try to make architectural review catch everything, then end up diluting attention across low-risk changes and missing the few pipeline modifications that actually change exposure.

Practitioner takeaway: The best CI/CD review model is not the most thorough one, but the one that consistently reserves human judgement for changes that modify security assumptions and uses automation for everything else.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 7, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org