SHIELDS: Multi-Agent LLM System Fixes 73% of OS Security Gaps
AI agents iteratively patch misconfigurations without manual scripts—73% success rate.
Hamara et al. introduced SHIELDS, a multi-agent system using LLMs (20B–400B parameters) to automate OS hardening against DISA STIGs. Unlike static tools, SHIELDS iteratively proposes and refines fixes based on execution feedback and validation scans, achieving up to 73% remediation. The study found success depends more on effective tool use than model size, enabling local, privacy-friendly compliance.
- Multi-agent LLM system (SHIELDS) automates OS hardening against DISA STIG compliance, achieving up to 73% remediation of scan findings.
- Uses iterative feedback loop: propose fix, execute, validate, refine—unlike static automation tools.
- Success correlates more with effective tool use than model size (tested 20B–400B parameters), enabling local models for privacy.
Why It Matters
Automates a tedious manual compliance task, with local models making it practical for secure, low-compute environments.