AI Security Beyond Core Domains: Resume Screening as a Case Study of Adversarial Vulnerabilities in Specialized LLM Applications
About
Large Language Models (LLMs) excel at text comprehension and generation, making them ideal for automated tasks like code review and content moderation. However, our research identifies a vulnerability: LLMs can be manipulated by "adversarial instructions" hidden in input data, such as resumes or code, causing them to deviate from their intended task. Notably, while defenses may exist for mature domains such as code review, they are often absent in other common applications such as resume screening and peer review. This paper introduces a benchmark to assess this vulnerability in resume screening, revealing attack success rates exceeding 80% for certain attack types. We evaluate two defense mechanisms: prompt-based defenses achieve 10.1% attack reduction with 12.5% false rejection increase, while our proposed FIDS (Foreign Instruction Detection through Separation) using LoRA adaptation achieves 15.4% attack reduction with 10.4% false rejection increase. The combined approach provides 26.3% attack reduction, demonstrating that training-time defenses outperform inference-time mitigations in both security and utility preservation.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Indirect Prompt Injection Attack Success | Resume Screening (About End) | ASR (No Defense)52.11 | 6 | |
| Indirect Prompt Injection Attack Success | Resume Screening About Begin | ASR (No Defense)38.66 | 3 | |
| Indirect Prompt Injection Attack Success | Resume Screening Metadata | ASR (No Defense)43.25 | 3 | |
| Prompt Injection Defense | Resume Screening Instruction Attack (test) | ASR (No Defense)30.62 | 3 | |
| Prompt Injection Defense | Resume Screening Invisible Experience Attack (test) | ASR (No Defense)41.14 | 3 | |
| Prompt Injection Defense | Resume Screening Invisible Key Attack (test) | ASR (No Defense)16.31 | 3 | |
| Prompt Injection Defense | Resume Screening (Job Manipulation Attack) (test) | ASR (No Defense)80.89 | 3 |