paper-with-me

Papers

Behavioral Integrity Verification for AI Agent Skills

2026-05-12 · Yuhao Wu, Tung-Ling Li, Hongliang Liu arxiv

Agent skills extend LLM agents with privileged third-party capabilities such as filesystem access, credentials, network calls, and shell execution. Existing safety work catches malicious prompts and risky runtime actions, but the skill artifact itself goes unverified. We formalize this as the behavioral integrity verification (BIV) problem: a typed set comparison between declared and actual capabilities over a shared taxonomy that bridges code, instructions, and metadata. The BIV framework instantiates this comparison by pairing deterministic code analysis with LLM-assisted capability extraction. The resulting structured evidence supports three downstream analyses: deviation taxonomy, root-cause classification, and malicious-skill detection. On 49,943 skills from the OpenClaw registry, the deviation taxonomy reveals a pervasive description-implementation gap: 80.0% of skills deviate from declared behavior, with four novel compound-threat categories surfaced. Root-cause classification finds that deviations are mostly oversight, not malice: 81.1% trace to developer oversight and 18.9% to adversarial intent, with 5.0% of skills carrying predicted multi-stage attack chains. On a 906-skill malicious-skill detection benchmark, BIV reaches an F1 of 0.946, outperforming state-of-the-art rule-based and single-pass LLM baselines. These results demonstrate behavioral integrity auditing for agent skills at scale.

📄 PDF Abstract BibTeX arXiv:2605.11770

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deterministic Integrity Gates for LLM-Assisted Clinical Manuscript Preparation: An Auditable Biomedical Informatics Architecture

2026-06-08 · Yoojin Nam, Jinhoon Jeong, Namkug Kim arxiv

As autonomous research agents and AI co-scientist systems push large language models (LLMs) from drafting toward end-to-end manuscript production, the bottleneck shifts from generation to verification. Fluent LLM output …

The Decomposition Is the Fingerprint: Per-Component Identity for Agent Skills

2026-06-30 · Hongliang Liu, Yuhao Wu, Tung-Ling Li arxiv

AI agents increasingly acquire and execute skills at runtime: bundles of prompt instructions, executable code, and tool declarations fetched from marketplaces and other agents. Governing them needs a stable notion of ski…

Code Translation

Structural Enforcement of Goal Integrity in AI Agents via Separation-of-Powers Architecture

2026-04-26 · Rong Xiang arxiv

Recent evidence suggests that frontier AI systems can exhibit agentic misalignment, generating and executing harmful actions derived from internally constructed goals, even without explicit user requests. Existing mitiga…

Reinforcement Learning

"Do Not Mention This to the User": Detecting and Understanding Malicious Agent Skills in the Wild

2026-02-06 · Yi Liu, Zhihao Chen, Yanjun Zhang, Gelei Deng 외 arxiv

LLM-based coding agents increasingly rely on third-party extensions called skills, which bundle natural language instructions and helper scripts that execute with full user privileges. Community registries have emerged t…

Workflow-to-Skill: Skill Creation via Routing-Workflow-Semantics-Attachments Decomposition

2026-06-05 · Yuyang Zhang, Xinyuan Han, Xudong Jiang, Run Wang arxiv

Large language model agents increasingly rely on Skills to encode procedural knowledge, yet high-quality Skills remain costly to hand-write. This paper studies automatic Skill construction from heterogeneous interaction …