Join our Newsletter — 33% off our NHI Course

Who is accountable when a release ships with incomplete software supply chain evidence?

Accountability usually sits with the teams that own release governance, pipeline security, and product risk acceptance. Organisations need clear ownership for generating the SBOM, capturing PBOM evidence, and approving exceptions. Without that chain of responsibility, it becomes difficult to prove due diligence or explain why a vulnerable release was allowed.

Why This Matters for Security Teams

Incomplete software supply chain evidence is not just a documentation gap. It weakens the organisation’s ability to prove what was built, what was scanned, what was signed, and who accepted the residual risk. When release governance is unclear, accountability becomes diffused across engineering, security, compliance, and product leadership. That is exactly where release exceptions slip through without an owner willing to stop the launch.

For teams managing NHI and pipeline access, the problem is amplified because build systems, signing services, and deployment automation often act with broad authority. The OWASP Non-Human Identity Top 10 treats machine and workload identity as a first-class risk because control failure is rarely a single-event issue. It usually starts when evidence collection is assumed to be automatic, then discovered to be incomplete only during audit, incident response, or a customer security review. In practice, many security teams encounter missing SBOM or attestation evidence only after the release has already shipped and the exception trail has to be reconstructed retroactively.

How It Works in Practice

Accountability should follow the control point, not the convenience of the handoff. In mature release programmes, the product or engineering owner accepts risk, the platform or DevSecOps team owns evidence generation, and the security function verifies the policy gate rather than serving as the default owner of every failure. That distinction matters because the team that can fix the pipeline is not always the team that can authorise the business risk.

Practically, organisations should define who is responsible for each evidence artifact:

  • SBOM generation and versioning at build time
  • PBOM or provenance capture for the pipeline and release process
  • Signature verification and artifact integrity checks
  • Exception approval with expiry, compensating controls, and named risk owner
  • Evidence retention for audit, incident review, and customer assurance

This lines up with NIST control thinking in NIST SP 800-53 Rev 5 Security and Privacy Controls, especially where configuration management, integrity, and accountability intersect. It also aligns with the kind of supply chain failures documented in NHIMG research such as Reviewdog GitHub Action supply chain attack and Shai Hulud npm malware campaign, where missing pipeline visibility made the blast radius harder to contain. The practical test is simple: if a release ships without complete evidence, there should already be a named approver and a time-bounded exception record. These controls tend to break down in fast-moving CI/CD environments with shared service accounts and ad hoc release approvals because no one owns the final evidence bundle.

Common Variations and Edge Cases

Tighter release evidence controls often increase coordination overhead, so organisations must balance speed against traceability. That tradeoff becomes sharper when multiple product teams share the same build platform or when third-party components, AI tooling, or outsourced engineering complicate provenance.

There is no universal standard for this yet, but current guidance suggests that responsibility should not shift to security by default simply because the evidence is missing. If the pipeline is designed to emit SBOM and provenance data automatically, the platform owner should own the control. If a release exception is accepted because evidence cannot be produced in time, product risk owners should sign off, not just technical reviewers. Where agentic or automated build steps are involved, the accountability question extends to the governance of those non-human actors as well, because autonomous tooling can introduce or omit evidence without a human noticing immediately.

NHIMG research on The State of Secrets in AppSec and The State of Secrets Sprawl 2026 shows how often security gaps persist when ownership is fragmented and revocation or remediation is not automated. The same pattern applies here: if evidence collection is optional, manual, or spread across too many teams, the organisation will only discover the gap after a release has already escaped review.

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, OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Covers weak ownership and lifecycle control of machine identities in release systems.
OWASP Agentic AI Top 10 A-04 Autonomous build agents can alter evidence flow without predictable human review.
CSA MAESTRO GOV-02 Covers governance and accountability for agentic and automated cloud workflows.
NIST AI RMF Risk governance is needed when incomplete evidence affects trustworthy AI-enabled delivery.
NIST CSF 2.0 GV.RM-01 Risk ownership and governance are central when release evidence is incomplete.

Treat automated build and release agents as governed actors with scoped authority and logged decisions.