Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Benchmarking Security Risk Detection and Verification in Open Agentic Skill Ecosystems

About

Open agent platforms allow community contributors to publish reusable skills that agents can invoke at runtime. This extensibility also creates a supply-chain risk: malicious contributors can hide harmful behavior inside skills that appear benign under superficial inspection. However, existing defenses are hard to evaluate because there is no benchmark that measures both malicious-skill detection and runtime verification. We present SkillVetBench, a two-stage security vetting benchmark for open agentic skill ecosystems. The first stage performs semantic vetting over each skill's natural-language specification to detect hidden malicious intent. The second stage executes flagged skills in an instrumented sandbox to observe runtime behavior and collect auditable evidence. We build a benchmark from confirmed malicious skills in the live OpenClaw ecosystem, including samples from the recent ClawHavoc supplychain campaign. Unlike static-only methods, SkillVetBench verifies detected threats with execution traces. Our experiments show that: (1) semantic-only and signature-based baselines are insufficient, missing up to 89\% of malicious skills whose threats arise from natural-language instructions, multicomponent logic, or cross-component interactions; (2) runtime attacks are concentrated in a small set of high-permission primitives, especially exec, write\_file, install\_skill, and spawn; and (3) SkillVetBench provides case studies in which sandbox execution directly supports malicious verdicts with concrete runtime evidence.

Ismail Hossain, Sai Puppala, Zhuoran Lu, Sajedul Talukder, Nan Jiang• 2026

Related benchmarks

TaskDatasetResultRank
Malicious Skill DetectionClawHub Overall 1.0
Overall Balance95
9
Malicious Skill DetectionClawHub Command Injection 1.0 (n=27)
Catch Rate100
9
Malicious Skill DetectionClawHub Prompt Injection 1.0 (n=19)
Catch Rate100
9
Malicious Skill DetectionClawHub Unsafe File Ops 1.0 (n=10)
Catch Rate100
9
Malicious Skill DetectionClawHub
Overall Detection Rate95
9
Vulnerability DetectionSkillVetBench Command Injection
Malicious Verdict Count5
9
Vulnerability DetectionSkillVetBench Prompt Injection
Malicious Verdict Count0.00e+0
9
Vulnerability DetectionSkillVetBench Unsafe File Ops
Malicious Verdict Count0.00e+0
9
Vulnerability DetectionSkillVetBench Data Exposure
Malicious Verdict Count0.00e+0
9
Vulnerability DetectionSkillVetBench Supply Chain
Malicious Verdict Count0.00e+0
9
Showing 10 of 13 rows

Other info

Follow for update