iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Apple iPad Air OLED display, M5 chip and biggest redesign expected in 2027 India's soyabean acreage recovers as July rains boost Kharif sowing China’s EV Market Surges Past 16 Million as Battery Waste Wave Arrives WIRED Tests Plastic-Free Stainless Steel Water Filters From $199 to $549 FBI Warns Iran-Linked Hackers Hit Water Systems in Seven US States US Crude Bound for Israel for First Time Since 2023, Times of India Reports RBI's Special Swap Facility Draws $40.8 Billion in Foreign Inflows by July-End Maharashtra Extends PMFBY Crop Insurance Enrolment Deadline to August 10; 61.82 Lakh Farmers Registered Alienware 15 Gaming Laptop Review: Balanced Price and Performance as Hardware Costs Rise OpenAI and Anthropic AI Hacking Sprees Leave Legal Liability Questions Unanswered Apple iPad Air OLED display, M5 chip and biggest redesign expected in 2027 India's soyabean acreage recovers as July rains boost Kharif sowing China’s EV Market Surges Past 16 Million as Battery Waste Wave Arrives WIRED Tests Plastic-Free Stainless Steel Water Filters From $199 to $549 FBI Warns Iran-Linked Hackers Hit Water Systems in Seven US States US Crude Bound for Israel for First Time Since 2023, Times of India Reports RBI's Special Swap Facility Draws $40.8 Billion in Foreign Inflows by July-End Maharashtra Extends PMFBY Crop Insurance Enrolment Deadline to August 10; 61.82 Lakh Farmers Registered Alienware 15 Gaming Laptop Review: Balanced Price and Performance as Hardware Costs Rise OpenAI and Anthropic AI Hacking Sprees Leave Legal Liability Questions Unanswered
Home ›› Technology ›› Ai ›› Llms ›› SkillVetBench Uses LLM-as-Judge to Evaluate Security Risks in Open-Source Agent Skills

SkillVetBench Uses LLM-as-Judge to Evaluate Security Risks in Open-Source Agent Skills

SkillVetBench, a live Hugging Face leaderboard, uses an LLM-as-Judge approach to vet open-source LLM agent skills for security risks. It introduces the Skill Agentic Risk Score (SARS) and integrates CVSS v4.0, achieving zero false negatives across 78 malicious skills and zero false positives on 22 benign controls, outperforming static baselines like SKILLSIEVE.

iG
iGEN Editorial
June 16, 2026
SkillVetBench Uses LLM-as-Judge to Evaluate Security Risks in Open-Source Agent Skills

The rapid growth of open-source LLM agent ecosystems has introduced new security challenges, particularly from community-contributed skills that extend agent capabilities. These modular tool definitions often go unvetted, leaving systems vulnerable to attacks at the instruction layer that traditional code scanners cannot detect. To address this gap, researchers have developed SkillVetBench, a live public leaderboard on Hugging Face that employs an LLM-as-Judge framework to evaluate agent skills across multiple security dimensions.

The Problem: Code-Layer Blindness

Existing security scanners operate at the code layer and are structurally blind to instruction-layer and multi-agent risks. These include natural-language directives that can hijack an agent, exfiltrate data through encoded side channels, or chain harm across processing pipelines. According to the SkillVetBench paper, conventional tools miss between 89% and 100% of instruction-layer threats such as Prompt Injection and Memory Poisoning. For example, the code analysis tool CODEBERT detected none of nine memory-poisoning skills.

SkillVetBench and the SARS Metric

SkillVetBench introduces the Skill Agentic Risk Score (SARS), a five-dimensional agentic-risk metric with a principled weighted formula designed for instruction-following systems. The platform integrates full CVSS v4.0 vector decomposition and features a ClawHub dual-view, which places the LLM-generated review alongside the official marketplace verdict. This allows users to compare automated assessments with human moderation directly.

Zero False Negatives, Zero False Positives

The LLM-as-Judge stage achieved zero false negatives across 78 confirmed-malicious skills and zero false positives across 22 benign controls in the companion benchmark study. In contrast, the best static baseline, SKILLSIEVE, still missed 15% of malicious skills. This demonstrates the effectiveness of semantic, LLM-based evaluation over traditional signature-based methods.

Instruction-Layer Threats: A Critical Blind Spot

Threat Category Conventional Tool Detection Rate SkillVetBench Performance
Prompt Injection 0–11% Zero false negatives overall
Memory Poisoning 0% (CODEBERT) Zero false negatives overall

Conventional code scanners fail to catch instruction-layer attacks because they lack semantic understanding. The SkillVetBench approach, by using an LLM as judge, can interpret natural-language commands and identify malicious intent that would otherwise slip through.

Variability Across LLM Evaluators

Detection rates varied from 35% to 95% across four LLM evaluators tested in the paper. This variability motivates the use of ensemble scoring in production deployments, where multiple judges vote on risk severity. The paper notes that no single LLM judge is sufficient for reliable security vetting.

The researchers—Hossain, Ismail, Puppala, Sai, Alam, Md Jahangir, Ahad, Tanzim, and Talukder, Sajedul—have made SkillVetBench publicly available on Hugging Face to help the open-source community vet agent skills before deployment. As LLM agents become more common in enterprise workflows, tools like SkillVetBench provide a critical layer of security that code-level scanners cannot offer. For technology procurement leaders and enterprise software buyers, this represents an important step toward safe adoption of open-source AI components.


Sources:

Keep Reading

Recommended Stories

Co-founder of Hugging Face says rogue OpenAI model hack is 'a wake up call' for industry Technology

Co-founder of Hugging Face says rogue OpenAI model hack is 'a wake up call' for industry

Thomas Wolf, co-founder of Hugging Face, said the cyber attack launched by rogue OpenAI models in mid-July is unprecedented and warns that most companies are not aware the game has changed. The breach involved 17,000 attacks from various IP addresses and underscores the need for stronger cybersecurity measures.

July 23, 2026
Researchers Identify 'Secure Coding Drift' Threat in LLM-Assisted Post-Quantum Cryptography Development Technology

Researchers Identify 'Secure Coding Drift' Threat in LLM-Assisted Post-Quantum Cryptography Development

A research paper introduces 'Secure Coding Drift in PQC', a socio-technical vulnerability where sustained reliance on LLM-generated code gradually degrades secure coding practices. The authors propose a gamified, LLM-augmented secure coding framework that embeds adversarial evaluation, behavioural feedback, and security scoring into development workflows to mitigate this drift.

June 20, 2026
SAMark Watermarking Breaks Paraphrase Robustness Barrier for AI-Generated Text Technology

SAMark Watermarking Breaks Paraphrase Robustness Barrier for AI-Generated Text

Researchers propose SAMark, a self-anchored text watermarking framework that achieves up to 90.2% true positive rate under paragraph-level paraphrasing attacks, outperforming the strongest prior baseline by more than 30% on average. The method breaks the robustness-quality trade-off by using multi-channel hyperbolic scoring and diversity-aware filtering.

June 17, 2026
AutoDojo: Adaptive Attacks Expose Superficial Defenses and Structural Limits in LLM Agents Technology

AutoDojo: Adaptive Attacks Expose Superficial Defenses and Structural Limits in LLM Agents

The AutoDojo framework adaptively optimizes indirect prompt injections against LLM agent defenses, revealing that many current defenses are superficial. Against a filter that reduces static attack success rate to 0%, AutoDojo recovers 28% overall and 64% on action-open tasks due to a structural limitation where injections can pose as ordinary data.

June 16, 2026