defense 2025

Securing AI Agents: Implementing Role-Based Access Control for Industrial Applications

Aadil Gani Ganie

0 citations

α

Published on arXiv

2509.11431

Prompt Injection

OWASP LLM Top 10 — LLM01

Excessive Agency

OWASP LLM Top 10 — LLM08

Key Finding

RBAC integration provides a security guardrail that restricts unauthorized tool/data access and mitigates prompt injection risks in LLM-based industrial agents.

RBAC for AI Agents

Novel technique introduced


The emergence of Large Language Models (LLMs) has significantly advanced solutions across various domains, from political science to software development. However, these models are constrained by their training data, which is static and limited to information available up to a specific date. Additionally, their generalized nature often necessitates fine-tuning -- whether for classification or instructional purposes -- to effectively perform specific downstream tasks. AI agents, leveraging LLMs as their core, mitigate some of these limitations by accessing external tools and real-time data, enabling applications such as live weather reporting and data analysis. In industrial settings, AI agents are transforming operations by enhancing decision-making, predictive maintenance, and process optimization. For example, in manufacturing, AI agents enable near-autonomous systems that boost productivity and support real-time decision-making. Despite these advancements, AI agents remain vulnerable to security threats, including prompt injection attacks, which pose significant risks to their integrity and reliability. To address these challenges, this paper proposes a framework for integrating Role-Based Access Control (RBAC) into AI agents, providing a robust security guardrail. This framework aims to support the effective and scalable deployment of AI agents, with a focus on on-premises implementations.


Key Contributions

  • Proposes a Role-Based Access Control (RBAC) framework specifically designed for LLM-based AI agents in industrial environments
  • Addresses prompt injection vulnerabilities in agentic systems by restricting tool and data access based on assigned roles
  • Focuses on on-premises deployment scalability for manufacturing and industrial operations

🛡️ Threat Analysis


Details

Domains
nlp
Model Types
llm
Threat Tags
inference_time
Applications
industrial automationmanufacturingai agentspredictive maintenance