🤖 AI Summary
Existing defense mechanisms struggle to consistently identify and recover malicious intent under semantic-preserving rewrites and lack structured security auditing capabilities for multi-file agent skill packages. This work proposes SkillGuard-Robust, a novel framework that introduces, for the first time, structured, multi-perspective package-level auditing into agent skill safety. By integrating role-aware evidence extraction, selective semantic validation, and consistency-preserving adjudication, it enables robust cross-file ternary preloading audits. Evaluation on SkillGuardBench and two public ecosystem extension sets demonstrates that the approach achieves 97.30% exact match accuracy, 98.33% malicious recall, and 98.89% attack consistency across 404 skill packages. In tests on 254 external packages, all three metrics exceed 99.66%, with the highest reaching 100%.
📝 Abstract
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 guardrails often flag risk but recover malicious intent inconsistently under semantics-preserving rewrites. This paper formulates pre-load auditing for untrusted Agent Skills as a robust three-way classification task and introduces SkillGuard-Robust, which combines role-aware evidence extraction, selective semantic verification, and consistency-preserving adjudication. We evaluate SkillGuard-Robust on SkillGuardBench and two public-ecosystem extensions through five large evaluation views ranging from 254 to 404 packages. On the 404-package held-out aggregate, SkillGuard-Robust reaches 97.30% overall exact match, 98.33% malicious-risk recall, and 98.89% attack exact consistency. On the 254-package external-ecosystem view, it reaches 99.66%, 100.00%, and 100.00%, respectively. These results support a bounded conclusion: factorized package auditing materially improves frozen and public-ecosystem robustness, while harsher external-source transfer remains an open challenge.