CRLGMADec 29, 2025

Multi-Agent Framework for Threat Mitigation and Resilience in AI-Based Systems

arXiv:2512.23132v12 citationsh-index: 48
Originality Incremental advance
AI Analysis

This work addresses ML-specific security threats for foundation models in critical domains like finance and healthcare, providing a comprehensive analysis but is incremental in building on existing threat databases.

The paper tackles the problem of characterizing machine learning security risks in AI-based systems by identifying 93 threats from multiple sources and analyzing 854 repositories, revealing unreported threats like commercial LLM API model stealing and preference-guided text-only jailbreaks. It found that dominant attack techniques mainly impact pre-training and inference stages, with dense vulnerability clusters in poorly patched libraries.

Machine learning (ML) underpins foundation models in finance, healthcare, and critical infrastructure, making them targets for data poisoning, model extraction, prompt injection, automated jailbreaking, and preference-guided black-box attacks that exploit model comparisons. Larger models can be more vulnerable to introspection-driven jailbreaks and cross-modal manipulation. Traditional cybersecurity lacks ML-specific threat modeling for foundation, multimodal, and RAG systems. Objective: Characterize ML security risks by identifying dominant TTPs, vulnerabilities, and targeted lifecycle stages. Methods: We extract 93 threats from MITRE ATLAS (26), AI Incident Database (12), and literature (55), and analyze 854 GitHub/Python repositories. A multi-agent RAG system (ChatGPT-4o, temp 0.4) mines 300+ articles to build an ontology-driven threat graph linking TTPs, vulnerabilities, and stages. Results: We identify unreported threats including commercial LLM API model stealing, parameter memorization leakage, and preference-guided text-only jailbreaks. Dominant TTPs include MASTERKEY-style jailbreaking, federated poisoning, diffusion backdoors, and preference optimization leakage, mainly impacting pre-training and inference. Graph analysis reveals dense vulnerability clusters in libraries with poor patch propagation. Conclusion: Adaptive, ML-specific security frameworks, combining dependency hygiene, threat intelligence, and monitoring, are essential to mitigate supply-chain and inference risks across the ML lifecycle.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes