paper-with-me

Papers

Structured Security Auditing and Robustness Enhancement for Untrusted Agent Skills

2026-04-28 · Lijia Lv, Xuehai Tang, Jie Wen, Jizhong Han, Songlin Hu 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 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.

📄 PDF Abstract BibTeX arXiv:2604.25109

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Biosecurity-Aware AI: Agentic Risk Auditing of Soft Prompt Attacks on ESM-Based Variant Predictors

2025-12-19 · Huixin Zhan arxiv

Genomic Foundation Models (GFMs), such as Evolutionary Scale Modeling (ESM), have demonstrated remarkable success in variant effect prediction. However, their security and robustness under adversarial manipulation remain…

Agent Audit: A Security Analysis System for LLM Agent Applications

2026-03-24 · Haiyue Zhang, Yi Nian, Yue Zhao arxiv

What should a developer inspect before deploying an LLM agent: the model, the tool code, the deployment configuration, or all three? In practice, many security failures in agent systems arise not from model weights alone…

Adaptive Plan-Execute Framework for Smart Contract Security Auditing

2025-05-21 · Zhiyuan Wei, Jing Sun, Zijian Zhang, Zhe Hou 외

Large Language Models (LLMs) have shown great promise in code analysis and auditing; however, they still struggle with hallucinations and limited context-aware reasoning. We introduce SmartAuditFlow, a novel Plan-Execute…

RAGRetrieval-augmented GenerationVulnerability Detection

Privacy Enhancement for Cloud-Based Few-Shot Learning

2022-05-10 · Archit Parnami, Muhammad Usama, Liyue Fan, Minwoo Lee

Requiring less data for accurate models, few-shot learning has shown robustness and generality in many application domains. However, deploying few-shot models in untrusted environments may inflict privacy concerns, e.g.,…

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification

Untrusted Content Masking for Web Agents with Security Guarantees

2026-07-06 · Kristina Nikolić, Egor Zverev, Javier Rando, Matthew Jagielski 외 arxiv

Defenses that provide security guarantees against prompt injection attacks rely on strict isolation between trusted instructions and untrusted data. In text-based environments such as tool-use APIs, this separation arise…