AIAny
Icon for item

RiskChainBench: A Benchmark for Obfuscated Platform Message Restoration and Evidence-Grounded Web Investigation

Benchmarks joint recovery of obfuscated platform messages and evidence-grounded web investigations by pairing 3,600 synthetic restoration inputs with 600 controlled web environments. Separately scores message-entry recovery and downstream web risk judgments, and provides a frozen multimodal evidence judge plus a resettable local sandbox for reproducible agent evaluation.

Introduction

Why this matters

Online abuse campaigns increasingly hide redirection instructions (emojis, homophones, character decomposition, redundant symbols) so that a single message step determines whether a user reaches a risky site. Most prior benchmarks treat obfuscated-text restoration and webpage risk analysis as separate problems; that separation obscures how failures in message recovery propagate into evidence collection and final risk decisions. RiskChainBench forces evaluation across that entire chain, revealing where web-agent systems actually break.

Key Findings
  • Paired, chain-oriented evaluation: the benchmark pairs 3,600 synthetic token/text restoration inputs (from 600 source sessions) with 600 human-labeled local web environments so the same underlying model first restores message intent/destination then acts as a VLM-driven web agent to investigate the associated site. This design lets researchers observe both local message-recovery errors and their concrete downstream impact.

  • Quantitative outcomes that matter: across ten evaluated systems, Entry Top-1 (primary-entry recovery) spans 35.2%–95.2%, while web decision accuracy ranges 26.3%–62.8%. Execution failures (e.g., exploration/runtime errors) account for 31.9% of web runs, but post-decision type errors are rare (0.9%). The implication: search/exploration stability and evidence-grounded judgment—not pure classification granularity—are the practical bottlenecks.

  • Heterogeneous best systems: top-performing models differ by subtask (entry recovery vs full reconstruction vs website decision vs fine-grained typing). This suggests ensembles or modular pipelines (specialized restorers + robust agentic investigators) may outperform monolithic approaches.

Who it's for and tradeoffs

Great fit if you want a controllable, reproducible way to evaluate end-to-end web-agent safety and robustness to disguised URLs and obfuscated instructions — especially for teams building web-capable VLM agents, moderation tools, or safety filters. The benchmark provides a resettable local sandbox and task-specific code snapshots for Task 1 and Task 2 to aid reproduction.

Look elsewhere if your primary goal is large-scale wild-web evaluation or user-behavior studies: the controlled local environments and synthetic restoration inputs improve reproducibility and label quality but do not fully capture the long-tail of real-world message obfuscation and live adversarial evolution.

Where it fits

RiskChainBench sits at the intersection of NLP evaluation and agent safety research: it complements large-scale malicious-URL benchmarks by explicitly connecting message-side recovery with grounded evidence collection. Use it to debug whether failures come from upstream parsing (message recovery), agent exploration/runtime fragility, or final risk-judgment logic.

Practical takeaways
  • Prioritize reliable URL/entry normalization and robust exploration tooling before refining fine-grained label taxonomies — the paper shows exploration/runtime instability is a larger source of end-to-end failure than mis-typing decisions.
  • Consider modular evaluation splits (restore vs investigate) during model development so improvements in one component do not mask regressions in another.
  • Expect reproducible comparisons thanks to the provided sandbox, but validate final systems on live or broader datasets before deployment.

Information

  • Websitearxiv.org
  • AuthorsZhuoXin Liu, Zhiming Ma, Ying Zhang, Mengzheng Yang, Yifan Wang, Zhengqi Huang, Yanhan Zhou, Zekun Lin, Jun Zhang, Shun Zhang
  • Published date2026/09/15

More Items

Measures how individual harness components—planning, action space, and context management—affect coding agents' success, cost, and behavior. Uses a modular harness across 176 matched settings on SWE-Bench Verified and Terminal-Bench 2.1 to isolate component effects and surface model- and budget-dependent trade-offs.

Finds token- and API-cost-saving harness mechanisms for long-horizon coding agents using automated recursive self-improvement; packages four surviving mechanisms (action fusion, context compaction, observation archiving, delegated reading) to cut recorded token traffic ~44.7–49.0% and API cost by about one third while preserving most capability.

Introduces physical rank consistency (PRC) and ActionPiece, a learned action tokenizer that preserves local physical relationships via joint supervision of representation learning and quantization, improving autoregressive vision-language-action policy performance across multiple benchmarks.