paper-with-me

Papers

OpenSkillEval: Automatically Auditing the Open Skill Ecosystem for LLM Agents

2026-05-22 · Jiahao Ying, Boxian Ai, Wei Tang, Siyuan Liu, Yixin Cao arxiv

Skills, i.e., structured workflow instructions distilled for large language models (LLMs), are becoming an increasingly important mechanism for improving agent performance on real-world downstream tasks. However, as the open-source skill ecosystem rapidly expands, it remains unclear how different models and agent frameworks interact with skills, how to evaluate skill quality, and how users should select skills under practical cost-performance trade-offs. In this paper, we present \textsc{OpenSkillEval}, an automatic evaluation framework for both skill-augmented agent systems and the skills themselves. Instead of relying on static benchmarks, \textsc{OpenSkillEval} automatically constructs realistic task instances from evolving real-world artifacts across five categories of downstream applications: presentation generation, front-end web design, poster generation, data visualization, and report generation. It further collects and organizes community-contributed skills for controlled comparison under unified task settings. Using more than 600 dynamically generated task instances and 30 open-source skills, we conduct a systematic evaluation of state-of-the-art models and agent frameworks. Our results show that skill availability does not guarantee effective skill usage, that the benefit of skill augmentation depends strongly on both the underlying model and the agent framework, and that many publicly popular skills do not consistently outperform base agents without skills. These findings highlight the need for dynamic, task-grounded evaluation and provide practical insights into the design, selection, and deployment of skills for LLM agents. Additional cases and benchmark resources are available on the project website: https://yingjiahao14.github.io/OpenSkillEval-Web/.

📄 PDF Abstract BibTeX arXiv:2605.23657

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Structured Security Auditing and Robustness Enhancement for Untrusted Agent Skills

2026-04-28 · Lijia Lv, Xuehai Tang, Jie Wen, Jizhong Han 외 arxiv

Agent Skills package SKILL.md files, scripts, reference documents, and repository context into reusable capability units, turning pre-load auditing from single-prompt filtering into cross-file security review. Existing g…

Securing the AI Agent: A Unified Framework for Multi-Layer Agent Red Teaming

2026-06-30 · Yong Yang, Xing Zheng, Huiyu Wu, Huangsheng Cheng 외 hf

The fast growth of open-source AI infrastructure, from model serving engines and agent platforms to the Model Context Protocol (MCP) ecosystem and the language models themselves, has outpaced the security tooling availab…

Red Teaming

SkillCorpus: Consolidating and Evaluating the Open Skill Ecosystem for Real-World LLM Agents

2026-07-17 · Yanze Wang, Pengfei Yao, Tianyi Sun, Chuanrui Hu 외 arxiv

Agent skills, SKILL files that package reusable procedural knowledge for an LLM agent, are a popular mechanism for extending agent capabilities. Public repositories now host them in large and growing numbers, yet these a…

Benchmarking Security Risk Detection and Verification in Open Agentic Skill Ecosystems

2026-05-30 · Ismail Hossain, Sai Puppala, Zhuoran Lu, Sajedul Talukder 외 arxiv

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…

HarmfulSkillBench: How Do Harmful Skills Weaponize Your Agents?

2026-04-16 · Yukun Jiang, Yage Zhang, Michael Backes, Xinyue Shen 외 arxiv

Large language models (LLMs) have evolved into autonomous agents that rely on open skill ecosystems (e.g., ClawHub and Skills.Rest), hosting numerous publicly reusable skills. Existing security research on these ecosyste…