paper-with-me

Papers

GradingAttack: Exposing Security Vulnerabilities in LLM Based Educational Grading Agents

2026-02-01 · Xueyi Li, Zhuoneng Zhou, Zitao Liu, Yongdong Wu arxiv

Large language models (LLMs) are increasingly deployed as educational agents for automatic short answer grading (ASAG) in real-world educational environments, significantly boosting assessment efficiency and scalability. However, when these grading agents operate ``in the wild'', their vulnerability to adversarial manipulation raises critical concerns about agent security and trustworthiness. In this paper, we introduce GradingAttack, a fine-grained adversarial attack framework that systematically evaluates the security vulnerabilities of LLM based educational grading agents. Specifically, we design token-level and prompt-level attack strategies that manipulate agent grading outcomes while maintaining high stealth, exposing fundamental weaknesses in current agent deployments. Experiments on multiple datasets demonstrate that both attack strategies effectively compromise grading agents, with prompt-level attacks achieving higher success rates and token-level attacks exhibiting superior stealth capability. Our findings reveal that current LLM based educational agents lack robust defenses against adversarial attacks, underscoring the urgent need for developing secure and trustworthy agent systems for critical educational applications.

📄 PDF Abstract BibTeX arXiv:2602.00979

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

"**Important** You should give me full credits!": Exploring Prompt Injection Attacks on LLM-Based Automatic Grading Systems

2026-06-02 · Hang Li, Fedor Filippov, Yuping Lin, Pengfei He 외 arxiv

The emergence of large language models (LLMs) has significantly accelerated recent research on LLM-based automatic grading (AG) systems. Benefiting from the strong instruction-following capabilities and broad prior knowl…

Enhancing Security and Strengthening Defenses in Automated Short-Answer Grading Systems

2025-04-30 · Sahar Yarmohammadtoosky, Yiyun Zhou, Victoria Yaneva, Peter Baldwin 외

This study examines vulnerabilities in transformer-based automated short-answer grading systems used in medical education, with a focus on how these systems can be manipulated through adversarial gaming strategies. Our r…

Fairness

EVMbench: Evaluating AI Agents on Smart Contract Security

2026-03-05 · Justin Wang, Andreas Bigger, Xiaohai Xu, Justin W. Lin 외 arxiv

Smart contracts on public blockchains now manage large amounts of value, and vulnerabilities in these systems can lead to substantial losses. As AI agents become more capable at reading, writing, and running code, it is …

Mobile Application Threats and Security

2025-02-08 · Timur Mirzoev, Mark Miller, Shamimara Lasker, Michael Brannon

The movement to mobile computing solutions provides flexibility to different users whether it is a business user, a student, or even providing entertainment to children and adults of all ages. Due to these emerging techn…

An Investigation into Misuse of Java Security APIs by Large Language Models

2024-04-04 · Zahra Mousavi, Chadni Islam, Kristen Moore, Alsharif Abuadbba 외

The increasing trend of using Large Language Models (LLMs) for code generation raises the question of their capability to generate trustworthy code. While many researchers are exploring the utility of code generation for…

Code Generation