METHOD FOR ASSESSING THE SECURITY OF AGENTIC APPLICATIONS FOR CRITICAL INFRASTRUCTURE TASKS
DOI:
https://doi.org/10.28925/2663-4023.2026.34.1317Keywords:
agentic applications, LLM, critical infrastructure, security assessment, confidential data leakage, Attack Success RateAbstract
The article is devoted to the problem of assessing the security of applications that function with the involvement of artificial intelligence agents. AI agents operate on the basis of large language models and perform tasks in the area of event log analysis, processing of technical documentation of the facility, and analysis of data in databases of a critical infrastructure facility. Agents can also be involved in monitoring tasks and interactions with SOC/SIEM platforms. Among the differences that make agentic applications potentially dangerous is the ability to autonomously call external applications and perform other intelligent actions that expand the attack surface. The risks include privilege escalation, confidential data leakage, and execution of actions that were not initially provided for by the security policy. The aim of the study is to develop a method for assessing the security of agentic applications, which is oriented toward application in critical infrastructure tasks. The method is suitable for comparative analysis of different versions of large language models and configurations of agentic applications. The method includes work with a threat model, a catalogue of test scenarios, and the proposed system of quantitative metrics. The functional part of the method consists of a procedure for automated testing and the formation of recommendations regarding the policy of differentiating agents’ access to data and tools. The threat model concerns the levels of the large language model and external tools, and takes into account the following categories of the most typical attacks: 1) direct prompt injection, 2) indirect prompt injection through external data, 3) tool misuse, 4) confidential data leakage, 5) privilege escalation. The Attack Success Rate (ASR) is used as an indicator for quantitative assessment, and additionally, the indicators of tool misuse, data leakage, and privilege escalation are used. The operability of the proposed method is shown experimentally, in an isolated software environment implemented in Python using LangChain and Ollama. The agent was tested using tools that simulated reading, writing, execution of SQL queries, data search, and sending messages. The experiments were carried out for the Llama 3.1 8B, Ministral 3 8B, and Qwen 3 8B models using 50 test scenarios and tenfold repetition of each scenario; the total volume of the experiment amounted to 2,000 runs. It was established that the vulnerabilities of the models differ significantly, and the most dangerous direction for all investigated LLMs is confidential data leakage, with the value of the corresponding indicator ranging from 20% to 70%. The use of the “thinking” mode in Qwen 3 made it possible to reduce the overall attack success rate from 22% to 6.2%. However, the use of this mode does not completely eliminate the risks of data leakage and unauthorized privilege escalation. The results of the study provide grounds to formulate recommendations: to apply the principle of least privilege, where possible to use read-only mode, and to necessarily involve a human operator to confirm the execution of critical operations. The proposed method can be used for comparative assessment and preliminary testing of agentic applications that are used in information and analytical tasks of critical infrastructure.
Downloads
References
OWASP GenAI Security Project. (2025, December 9). OWASP Top 10 for agentic applications for 2026. OWASP GenAI Security Project
Clinton, S. (2025, December 9). OWASP GenAI Security Project releases Top 10 risks and mitigations for agentic AI security. OWASP GenAI Security Project. OWASP GenAI Security Project
Maheshwar, S. (2026, May 30). A timeline of Model Context Protocol (MCP) security breaches. AuthZed. AuthZed
Reddy, P., & Gujral, A. S. (2025). EchoLeak: The first real-world zero-click prompt injection exploit in a production LLM system. Proceedings of the AAAI Symposium Series, 7(1), 303-311. https://doi.org/10.1609/aaaiss.v7i1.36899
Zhang, H., Huang, J., Mei, K., Yao, Y., Wang, Z., Zhan, C., Wang, H., & Zhang, Y. (2025). Agent Security Bench (ASB): Formalizing and benchmarking attacks and defenses in LLM-based agents. In The Thirteenth International Conference on Learning Representations (ICLR 2025). ICLR proceedings
MITRE Corporation. (n.d.). MITRE ATLAS™: Adversarial Threat Landscape for Artificial-Intelligence Systems. Retrieved July 18, 2026, from MITRE ATLAS
Kim, J., Liu, X., Wang, Z., Qiu, S., Li, B., Guo, W., & Song, D. (2026). The attack and defense landscape of agentic AI: A comprehensive survey [Preprint]. arXiv. arXiv:2603.11088
Tang, Y., Liu, Y., Lan, J., Yan, Z., & Gelenbe, E. (2026). Security of LLM-based agents regarding attacks, defenses, and applications: A comprehensive survey. Information Fusion, 127, Article 103941. https://doi.org/10.1016/j.inffus.2025.103941
Yao, S., Zhao, J., Yu, D., Du, N., Shafran, I., Narasimhan, K., & Cao, Y. (2023). ReAct: Synergizing reasoning and acting in language models. In The Eleventh International Conference on Learning Representations (ICLR 2023). arXiv:2210.03629
Shafranskyi, D., Stopochkina, I., & Ilin, M. (2026). Towards the development of an LLM-based methodology for automated security profiling in compliance with Ukrainian cybersecurity regulations. Theoretical and Applied Cybersecurity, 8(1), 100-111. https://doi.org/10.20535/tacs.2664-29132026.1.356631
Voitsekhovskyi, A., Stopochkina, I., Sun, P., Xie, J., Ilin, M., & Novikov, O. (2026). Detection of vulnerabilities in software for unmanned aerial vehicles by using large language models. Eastern-European Journal of Enterprise Technologies, 1(2 (139)), 36-47. https://doi.org/10.15587/1729-4061.2026.352029
Andreiev, D., Chornyi, A., Stopochkina, I., & Ilin, M. (2026). Methodology for automating cyber incident reports using LLM. Cybersecurity: Education, Science, Technique, 1(33), 274-285. https://doi.org/10.28925/2663-4023.2026.33.1156
Ferrag, M. A., Tihanyi, N., Hamouda, D., Maglaras, L., Lakas, A., & Debbah, M. (2026). From prompt injections to protocol exploits: Threats in LLM-powered AI agents workflows. ICT Express, 12(2), 353-383. https://doi.org/10.1016/j.icte.2025.12.001
NVIDIA. (n.d.). garak: The LLM vulnerability scanner [Computer software]. GitHub. Retrieved July 18, 2026, from NVIDIA garak
Microsoft. (n.d.). Python Risk Identification Tool for generative AI (PyRIT) [Computer software]. GitHub. Retrieved July 18, 2026, from Microsoft PyRIT
Bullwinkel, B., Minnich, A., Chawla, S., Lopez, G., Pouliot, M., Maxwell, W., de Gruyter, J., Pratt, K., Qi, S., Chikanov, N., Lutz, R., Dheekonda, R. S. R., Jagdagdorj, B.-E., Kim, E., Song, J., Hines, K., Jones, D., Severi, G., Lundeen, R., … Russinovich, M. (2025). Lessons from red teaming 100 generative AI products [Preprint]. arXiv. arXiv:2501.07238
Promptfoo. (n.d.). Promptfoo: LLM evals & red teaming [Computer software]. GitHub. Retrieved July 18, 2026, from Promptfoo GitHub repository
Wang, X., Chen, Y., Li, J., Wang, Y., Yao, Y., Gu, T., Li, J., Teng, Y., Ma, X., Wang, Y., & Hu, X. (2026). OpenRT: An open-source red teaming framework for multimodal LLMs [Preprint]. arXiv. arXiv:2601.01592
Mazeika, M., Phan, L., Yin, X., Zou, A., Wang, Z., Mu, N., Sakhaee, E., Li, N., Basart, S., Li, B., Forsyth, D., & Hendrycks, D. (2024). HarmBench: A standardized evaluation framework for automated red teaming and robust refusal. Proceedings of Machine Learning Research, 235, 35181-35224. arXiv:2402.04249
Chao, P., Debenedetti, E., Robey, A., Andriushchenko, M., Croce, F., Sehwag, V., Dobriban, E., Flammarion, N., Pappas, G. J., Tramèr, F., Hassani, H., & Wong, E. (2024). JailbreakBench: An open robustness benchmark for jailbreaking large language models. Advances in Neural Information Processing Systems, 37, 55005-55029. arXiv:2404.01318
Berenstein, D. (2025, December 16). Phare LLM benchmark V2: Reasoning models don’t guarantee better security. Giskard. Giskard
LangChain. (n.d.). LangChain documentation. Retrieved July 18, 2026, from LangChain documentation
Agent Security Evaluator [Computer software]. (n.d.). GitHub. Retrieved July 18, 2026, from Agent Security Evaluator repository
Published
How to Cite
Issue
Section
License
Copyright (c) 2026 Ірина Стьопочкіна, Родислав Редько-Шпак

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.