Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 973d2ef3
Paper published July 29, 2026
Entry analyzed August 13, 2026
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Workspace Agent Runtime Safety Failures Across Risk Carriers

AgentS4D measures unsafe actions and state changes across complete workspace-agent executions rather than treating task completion or isolated model responses as safety evidence. Its 328 sandboxed cases introduce risky…

Read primary paperBibTeX citation

Paper-evaluated models(5)

GPT-5.5, Gemini 3.1 Pro, DeepSeek V4-Pro +2 more
  • GPT-5.5
  • Gemini 3.1 Pro
  • DeepSeek V4-Pro
  • MiniMax-M3
  • Qwen3.7-Plus

Description

AgentS4D measures unsafe actions and state changes across complete workspace-agent executions rather than treating task completion or isolated model responses as safety evidence. Its 328 sandboxed cases introduce risky content through user requests, documents, web resources, tools, third-party skills, and persistent memory, then compare the same cases across four agent harnesses and five model backends.

Examples

Defensive reproduction should use isolated workspaces, synthetic protected data, controlled services, inert tool effects, and separately recorded task-completion and safety verdicts; see https://arxiv.org/html/2607.27294 (opens in a new tab).

Impact

The authors report 4,461 unsafe runs out of 6,560 (68.0%), including 4,344 runs that both completed the authorized task and triggered an unsafe signal. Results depend on authored cases, compatibility adapters that automatically interact with native permission prompts, one run per configuration and case, and synthetic targets; they are not production compromise rates or evidence against an untested model.

Affected Systems

  • Hermes, OpenClaw, Claude Code, and Codex agent harnesses in the authors’ evaluated configurations
  • Workspace agents consuming files, web content, external skills, persistent memory, and MCP-style tool services
  • Controlled mail, messaging, API, repository, and document-processing workflows

Mitigation Steps

  • Evaluate the complete harness-and-model configuration using observable tool calls, state changes, service receipts, and final artifacts, not task completion alone.
  • Preserve source provenance and authorization boundaries separately for documents, websites, skills, tools, and persistent memory.
  • Require informed human approval for consequential actions and do not automate native permission prompts in production.
  • Apply least-privilege execution, restricted destinations, isolated workspaces, and controlled synthetic credentials during defensive testing.
  • Retain lifecycle evidence and distinguish raw unsafe-run rates from exposure-conditioned attack-success metrics.

Evidence

Research context and confidence

Evidence and verification
Paper-reported; independent reproduction is not documented.
Primary source plus a dedicated evidence section.
Severity
Not rated by this catalog.
Source and publication type
arXiv · Research preprint.
Peer-review status is not provided by this source.
Author and publication status
Author metadata is not stored; see the primary paper.
Threat model and attacker access
Ability to influence untrusted model inputs or connected content.
Related deployment categories
Agent workflows; Agent memory; Model Context Protocol; Coding agents
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
Hermes, OpenClaw, Claude Code, and Codex agent harnesses in the authors’ evaluated configurations Workspace agents consuming files, web content, external skills, persistent memory, and MCP-style tool services…

Research Paper

AgentS4D: Benchmarking Runtime Risks across the Execution Lifecycle of LLM-Based Workspace Agents

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper