live wire
AI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLMAI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLM
upstreambeat.ai
analysisAI

How Rossoctl traces signed AI agent cards back to their build pipelines

Red Hat’s upstream prototype verifies Sigstore bundles during Kubernetes reconciliation, complementing SPIFFE runtime identity without yet blocking unsigned legacy cards.

Diagram of Rossoctl checking Sigstore provenance and SPIFFE identity for an AI agent card.
AI-generated diagram
By The News Desk· Aug 30, 2026the quick take — two AI hosts, this story only

Red Hat engineers are testing a two-layer trust model for AI agent cards: Sigstore provenance records which build pipeline produced a card, while SPIFFE/SPIRE checks the identity of the workload serving it at runtime.

The distinction addresses a specific gap in agent-to-agent systems. A legitimate Kubernetes workload can still serve a card that was replaced in a registry, artifact store or ConfigMap after the build. Runtime identity authenticates the workload; it does not establish the origin of the card’s claims, endpoints or tool definitions.

The binding starts in CI

In the prototype, a GitHub Actions workflow requests an OIDC token and uses Sigstore’s Fulcio certificate authority to obtain a short-lived signing certificate. The workflow signs the agent card through the sigstore-a2a library and attaches SLSA provenance naming the source repository, commit and workflow. The signature, certificate and provenance are recorded through Rekor’s transparency log.

That creates the build-time binding: a verifier can check not only that the card has not changed, but also whether it came from the repository and workflow allowed by policy. The design avoids a long-lived signing key that a platform team would otherwise have to store and rotate.

Rossoctl verifies during reconciliation

Rossoctl, an upstream Kubernetes operator for AI agent lifecycles, performs the corresponding checks when it reconciles an AgentCard resource. If the document contains a Sigstore bundle, the controller uses sigstore-go to verify the Fulcio certificate and signature, match the signer against the expected repository and workflow, confirm the Rekor entry, and extract the SLSA source and commit metadata.

Before digest verification, the controller canonicalizes the card’s JSON with RFC 8785 so formatting differences do not alter the hash. It then writes verification details—including the signer identity and Rekor log index—to the AgentCard custom resource status. That gives platform teams an in-cluster audit surface connecting the deployed card to its build record.

The Sigstore check does not replace Rossoctl’s SPIFFE/SPIRE layer. SPIRE establishes whether the running workload is entitled to its cryptographic identity; Sigstore establishes whether an approved pipeline produced the card. The prototype keeps those questions independent because either layer can be valid while the other is compromised.

What remains experimental

Red Hat’s rollout model is audit-first. With Sigstore audit mode enabled, failed checks appear in logs, Kubernetes events and resource status but do not stop activation. When enforcement is enabled, a present-but-invalid bundle leaves the card not ready. A card with no bundle is still allowed, permitting incremental migration of older pipelines.

Verification also runs in the reconciliation loop rather than at admission time. The authors describe admission rejection, private Sigstore deployments for air-gapped environments, image-signature checks through SPIRE and composed attestors as possible follow-on work. Capability validation is separate: provenance can show who built a card, but not whether an agent can actually perform every capability it declares.

The work is an upstream Rossoctl experiment. Red Hat explicitly says the technology is under active development and is neither a supported product feature nor a promise of future inclusion. For platform teams, its present value is as a concrete design for joining CI provenance, Kubernetes reconciliation and runtime workload identity without pretending that any one of those controls answers the whole agent-trust problem.

Filed by The News Desk. Corrections: desk@upstreambeat.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.