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
analysisFIELD BUILDS

Five OpenShift agent harnesses expose the gap between sandboxed and production-ready

A Red Hat field build compares strict, standard and permissive agent policies—and makes their remaining permissions visible.

OpenShift AI agent harnesses compared by permission tier.
AI-generated illustration
By The News Desk· Aug 25, 2026

A Red Hat AI Services field repository packages five OpenShift demonstrations around NVIDIA OpenShell, coding agents and sandbox policy. Read together, the demos are less a claim that agents are “safe” than a map of how much capability each harness still needs.

The collection targets OpenShift 4.19 or later and requires cluster-admin access for setup. It presents opinionated companion configurations, not supported product documentation or a production certification.

Four controls, three very different permission sets

Every sandbox combines four layers described by the guide: outbound network default-deny through an HTTP CONNECT proxy, network rules bound to named executables, Landlock filesystem restrictions, and an unprivileged sandbox process under OpenShift Security Context Constraints.

Those controls are common; the policy tier changes the practical blast radius.

  • Strict allows the inference endpoint and no general external egress. It is the baseline used by the basic OpenShell demo and one side of the Escape the Shell challenge.
  • Standard adds package registries, read-only GitHub access and optional MLflow tracing. OpenCode with Keycloak and the Hermes agent use this tier.
  • Permissive grants GitHub write access plus direct Anthropic, OpenAI and Google Vertex endpoints for trusted coding agents. The Claude Code demo uses it.

Binary binding sharpens those network rules. A host can be reachable for python3 or node while remaining blocked for another executable. Filesystem policy separately declares read-only and read-write paths, and the agent runs without root privileges.

What the five demos actually prove

The basic demo proves that a sandbox can start with narrow egress and test network, filesystem and process restrictions. The OpenCode path adds Keycloak OIDC, inference through LiteLLM and MLflow integration. Claude Code demonstrates the opposite end of the permissions spectrum: an agent that can write to GitHub and call external model APIs, but only through an explicit host-and-binary allowlist.

Escape the Shell is the most useful review aid because it switches between policies and tests the boundaries directly. The Hermes example shows that an autonomous agent can fit the middle tier rather than automatically receiving the broadest policy.

The collection therefore does not offer five equivalent security postures. It offers five workloads with different dependencies, identities and consequences.

The production-readiness boundary

Several lines remain outside the sandbox policy itself.

First, Keycloak authentication appears in the OpenCode path; it is not evidence that every demo has per-user identity or authorization. Second, MLflow tracing is optional and does not by itself establish audit completeness. Third, the permissive Claude policy explicitly allows GitHub writes and direct AI APIs. A compromised or misdirected agent would still be able to act within those approved destinations.

The guide also configures Landlock compatibility as best_effort. Teams should verify the effective kernel enforcement on their worker nodes rather than treating the YAML declaration as proof. Network policy can be hot-reloaded, while filesystem and process policy are fixed when the sandbox is created.

For production evaluation, start with strict, add endpoints and binaries only from observed workload requirements, separate read from write credentials, and test denied operations in CI. Identity, secret delivery, audit retention, resource quotas, image provenance and human approval for consequential writes still need platform controls around the harness.

The repository’s strongest contribution is making permission expansion reviewable. “Sandboxed” is a runtime property; production readiness is the narrower question of whether every remaining capability is necessary, attributable and recoverable.

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.