← Back to Technical Library

Explainable AI-Driven Adaptive Trust and Autonomous Threat Mitigation Framework for Cloud-Native Zero Trust Environments

XAI-ATMF: Integrating Explainable AI, Reinforcement Learning, and Adaptive Trust Scoring

Explainable AI-Driven Adaptive Trust and Autonomous Threat Mitigation Framework (XAI-ATMF)

Autonomous Cybersecurity for Cloud-Native Zero Trust Environments

📄 Research Paper ⏱️ 25 min read 📂 Network Security

International Journal of Computer Science and Mobile Computing, Vol. 15, Issue. 6, June 2026, pg. 20-39. Rajesh Balaji (Independent Researcher, Seattle, WA / Anna University, Chennai) and Maheshbabu Dhanekula (University of Central Missouri). DOI: https://doi.org/10.47760/ijcsmc.2026.v15i06.003

Explainable AIZero TrustCloud-Native SecurityReinforcement LearningAdaptive TrustXAI-ATMF
🎯 Key Insight: This research introduces a unified framework (XAI-ATMF) that combines machine learning-based behavioral analytics, reinforcement learning-driven adaptive policy optimization, explainable AI models, workload identity intelligence, and continuous trust evaluation into a cohesive autonomous cybersecurity architecture for cloud-native Zero Trust environments. Unlike traditional static Zero Trust models, XAI-ATMF dynamically recalibrates trust scores in real time using telemetry-driven ML feedback loops, enabling self-adaptive security governance.

Key Findings

  • Adaptive Trust Scoring: The framework computes dynamic trust scores using a multi-factor model: T(t) = αI + βB(t) + γC(t) + δA(t) + μX(t), incorporating identity assurance, behavioral trust, contextual risk, anomaly probability, and explainability confidence with adaptive weighting coefficients.
  • Multi-Layer AI Architecture: Combines supervised learning (Random Forest, XGBoost, SVM, DNN) for known attack classification, unsupervised learning (Isolation Forest, Autoencoders, DBSCAN) for zero-day detection, and deep learning (LSTM, CNN, Transformers) for sequential threat pattern analysis.
  • Reinforcement Learning Policy Optimization: Uses Q-learning to autonomously optimize access-control decisions, trust thresholds, and threat-response strategies through reward-based environmental feedback, enabling self-adaptive cybersecurity without manual policy tuning.
  • Explainable AI Integration: SHAP, LIME, and attention-based interpretability models provide transparent reasoning for security decisions - why access was denied, why workloads were flagged as anomalous, and which factors influenced trust scores.
  • Federated Threat Intelligence: Privacy-preserving distributed learning allows cross-cluster threat intelligence sharing without centralizing sensitive telemetry data.
  • Cloud-Native Implementation: Built on Kubernetes, Docker, Istio Service Mesh (mTLS), SPIFFE/SPIRE workload identity, TensorFlow/PyTorch, Open Policy Agent, Prometheus/Grafana, and Apache Kafka for real-time telemetry streaming.
  • Experimental Validation: Simulated cloud-native environment with credential compromise, insider threats, API abuse, lateral movement, workload impersonation, and DDoS scenarios. Evaluated on detection accuracy, precision/recall, F1-score, ROC-AUC, false-positive rate, MTTD, and MTTR.

Full Document

Abstract: The swift advancement of cloud-native infrastructures, microservices architectures, distributed workloads, and Zero Trust networking has greatly heightened the complexity of cybersecurity management within contemporary enterprise systems. Current Zero Trust and identity-centric architectures offer robust authentication, workload identity, and policy-driven access control; however, they predominantly depend on static or rule-based trust evaluation methods that fall short against swiftly changing cyber threats, behavioral anomalies, insider attacks, and adaptive adversarial strategies. This research introduces an Explainable Artificial Intelligence-Driven Adaptive Trust and Autonomous Threat Mitigation Framework (XAI-ATMF) tailored for cloud-native Zero Trust environments. The suggested framework amalgamates machine learning-based behavioral analytics, reinforcement learning-driven adaptive policy optimization, explainable AI models, workload identity intelligence, and continuous trust evaluation into a cohesive autonomous cybersecurity architecture. The study employs a hybrid Design Science Research (DSR) and data-driven AI methodology that encompasses anomaly detection models, dynamic trust scoring, telemetry analytics, and adaptive access-control mechanisms. The framework leverages supervised learning, unsupervised anomaly detection, and reinforcement learning to perpetually assess contextual risk, workload behavior, and network trustworthiness. Experimental simulations reveal enhancements in anomaly detection accuracy, a decrease in false-positive rates, quicker threat response times, and greater resilience against lateral movement attacks in cloud-native systems.

Keywords: Explainable AI, Zero Trust Architecture, Cloud-Native Security, Reinforcement Learning, Adaptive Trust, Workload Identity, Autonomous Cybersecurity, Policy-as-Code

1. Introduction

The swift embrace of cloud-native computing has profoundly altered the framework of contemporary enterprise, governmental, financial, and healthcare systems. Cloud-native settings, propelled by microservices, container orchestration platforms, Kubernetes, distributed APIs, and elastic infrastructure scaling, offer enhanced scalability, agility, resilience, and continuous service delivery. Nevertheless, the rising decentralization and fluid nature of cloud-native infrastructures have also brought about intricate cybersecurity challenges that traditional perimeter-based security models cannot effectively tackle.

In contrast to traditional enterprise systems that depend on static infrastructure and established trust boundaries, cloud-native environments function through dynamically generated and distributed workloads across hybrid and multi-cloud ecosystems. The increasing amount of service-to-service communication, east-west traffic, API interactions, and automated orchestration processes has significantly broadened the attack surface. Consequently, organizations are increasingly confronted with threats such as workload impersonation, lateral movement attacks, privilege escalation, credential compromise, and insider attacks.

Thus, traditional security measures based on static firewalls, implicit trust assumptions, and centralized access control are inadequate for safeguarding highly distributed cloud-native ecosystems. To tackle these issues, Zero Trust Architecture (ZTA) has surfaced as a contemporary cybersecurity framework founded on the principle of "never trust, always verify." Zero Trust underscores continuous authentication, contextual authorization, least-privilege access control, and ongoing trust assessment for every user, device, workload, and service interaction.

Recent studies on cloud-native Zero Trust networking have shown that the integration of identity-aware networking, service meshes, and policy-as-code mechanisms significantly enhances cybersecurity resilience in distributed environments. Moreover, identity-focused security frameworks have introduced workload identity, automated secrets management, and vaultless security architectures to enhance secure communication and mitigate risks linked to static credentials.

However, despite these improvements, current Zero Trust and identity-centric frameworks still depend on static or rule-based trust evaluation methods that fall short against swiftly changing cyber threats, behavioral anomalies, insider attacks, and adaptive adversarial strategies. AI-driven cybersecurity systems can continuously analyze telemetry data, workload behavior, network patterns, and contextual attributes to detect suspicious activities and enhance security decisions in real time. Supervised learning techniques are effective for classifying attacks, while unsupervised learning models assist in identifying unknown anomalies and zero-day attacks. Reinforcement learning further facilitates the autonomous optimization of access-control policies and adaptive threat-response strategies.

Nonetheless, the implementation of AI-driven cybersecurity presents challenges concerning transparency, explainability, and governance accountability. Many machine learning-based security systems operate as opaque "black-box" models that offer limited explanations for automated decisions, which diminishes trust and operational interpretability. In critical areas like banking, healthcare, and government, the need for explainability is crucial for compliance, auditing, and security governance. Consequently, Explainable Artificial Intelligence (XAI) plays a vital role in ensuring that AI-driven cybersecurity decisions are transparent, interpretable, and accountable.

This research aims to fill these gaps by introducing an Explainable AI-Driven Adaptive Trust and Autonomous Threat Mitigation Framework (XAI-ATMF) tailored for cloud-native Zero Trust settings. The proposed framework combines machine learning-based anomaly detection, reinforcement learning-driven policy optimization, explainable AI models, workload identity analytics, and ongoing trust evaluation into a singular cybersecurity architecture.

2. Review of Literature

The advancement of cloud computing towards cloud-native architectures has profoundly altered the cybersecurity landscape, especially in the realms of identity management, access control, and distributed security governance. Conventional perimeter-based security models are becoming less effective in protecting modern cloud-native environments, which are defined by microservices, Kubernetes orchestration, distributed APIs, and dynamic workloads.

The groundwork for Zero Trust Architecture (ZTA) was laid by Kindervag (2010), who proposed the concept of "never trust, always verify." This methodology was subsequently formalized by NIST SP 800-207, which characterized Zero Trust as a continuous verification framework for contemporary distributed infrastructures (Rose et al., 2020). These investigations underscored the significance of identity-driven security, least-privilege access, and ongoing trust validation in safeguarding distributed systems.

In cloud-native settings, traditional Identity and Access Management (IAM) systems that rely on static credentials and centralized control are inadequate for handling dynamic workloads. Burns et al. (2016) discussed the evolution of container orchestration and its security implications. Building on this foundation, Balaji and Dhanekula (2026) introduced an identity-centric security framework for cloud-native systems that incorporated workload identity, automated secrets management, vaultless secrets management, and contextual trust-scoring mechanisms. The framework demonstrated how short-lived cryptographic credentials, workload-centric identity verification, and automated credential lifecycle management can strengthen security governance while reducing risks associated with static credentials. Although the framework significantly improved identity governance and secure communication, trust evaluation and access-control decisions remained largely dependent on manually configured trust coefficients and predefined decision logic.

Beyond identity-centric security, recent studies have also highlighted the importance of compliance-aware cloud-native architectures that integrate event-driven processing, cryptographic auditability, immutable logging, and microservice resilience to improve operational security and regulatory governance in distributed enterprise systems (Kavuru, 2026).

In parallel with Zero Trust investigations, Artificial Intelligence (AI) and Machine Learning (ML) have surfaced as critical technologies in the realm of cybersecurity. AI-driven systems offer functionalities such as behavioral analytics, anomaly detection, predictive threat intelligence, and adaptive access control. Supervised learning algorithms, including Random Forest and Deep Neural Networks, are commonly employed for intrusion detection and attack classification, while unsupervised learning methods like Isolation Forests and Autoencoders assist in identifying unknown anomalies and zero-day attacks.

A significant hurdle in AI-driven cybersecurity is the absence of explainability in machine learning outcomes. Numerous AI-based security systems function as "black-box" models, complicating the understanding of the rationale behind automated security decisions for administrators and auditors. As a result, Explainable Artificial Intelligence (XAI) has become crucial in cybersecurity governance, enhancing transparency, interpretability, and accountability in AI-driven threat detection and access control systems. Despite notable progress in Zero Trust networking, workload identity, AI-driven anomaly detection, and explainable AI, current research predominantly examines these topics separately. Few studies offer a cohesive framework that merges adaptive AI-driven trust evaluation, reinforcement learning, explainable AI, workload identity analytics, and autonomous threat mitigation within cloud-native Zero Trust settings.

3. Research Objectives

  • To develop an AI-driven adaptive trust model for cloud-native Zero Trust environments.
  • To integrate machine learning-based behavioral analytics for anomaly detection.
  • To incorporate workload identity intelligence into trust evaluation.
  • To integrate reinforcement learning for autonomous policy optimization.
  • To implement explainable AI mechanisms for transparent security decisions.
  • To evaluate the effectiveness of AI-driven autonomous threat mitigation in cloud-native environments.

4. Research Methodology

This study employs a Design Science Research (DSR) methodology driven by Artificial Intelligence to create and assess the XAI-ATMF framework. The approach integrates the design of cloud-native cybersecurity architecture, the development of machine learning models, reinforcement learning-based policy optimization, and explainable AI techniques to improve adaptive security governance and facilitate autonomous threat mitigation.

The suggested framework utilizes cloud-native telemetry data gathered from Kubernetes environments, service meshes, API communication logs, workload runtime metrics, authentication records, and network traffic flows. These datasets are consistently processed through centralized AI analytics pipelines to enable intelligent threat analysis and adaptive trust assessment.

4.1 AI-Driven Behavioral Analytics

Supervised Learning Models - Used for intrusion detection, malware classification, and credential misuse detection. Algorithms: Random Forest, XGBoost, Support Vector Machine (SVM), Deep Neural Networks (DNN).

Unsupervised Learning Models - Used for unknown anomaly detection, zero-day attack identification, and behavioral deviation analysis. Algorithms: Isolation Forest, Autoencoders, DBSCAN clustering.

Deep Learning Models - Used for sequential behavioral analysis, network traffic intelligence, and advanced attack pattern recognition. Algorithms: Long Short-Term Memory (LSTM), Convolutional Neural Networks (CNN), Transformer models.

4.2 Reinforcement Learning-Based Policy Optimization

The study integrates Reinforcement Learning (RL) to enable autonomous cybersecurity governance. The RL agent continuously learns optimal security decisions by analyzing threat conditions, behavioral patterns, policy outcomes, and runtime risk levels. The RL engine dynamically optimizes access-control policies, trust thresholds, threat-response strategies, and security decision-making.

4.3 Explainable Artificial Intelligence (XAI)

To improve transparency and governance accountability, the framework integrates Explainable AI techniques including SHAP (SHapley Additive exPlanations), LIME (Local Interpretable Model-Agnostic Explanations), and attention-based interpretability models. These mechanisms explain why access was denied, why workloads were classified as anomalous, which factors contributed to trust scores, and how AI generated security recommendations.

4.4 Experimental Implementation Environment

The framework is implemented using: Kubernetes, Docker, Istio Service Mesh, SPIFFE/SPIRE workload identity, TensorFlow, PyTorch, Open Policy Agent (OPA), Prometheus and Grafana. The implementation environment enables realistic simulation of distributed cloud-native workloads and dynamic security scenarios.

4.5 Model Training and Evaluation

The AI models are trained using cybersecurity datasets containing insider threats, credential compromise attacks, API abuse patterns, lateral movement attacks, and workload impersonation behaviors. The framework is evaluated using: detection accuracy, precision and recall, F1-score, ROC-AUC, false-positive rate, Mean Time to Detect (MTTD), and Mean Time to Respond (MTTR).

5. Development of Data-Driven Models

5.1 Adaptive Trust Intelligence Model

A key contribution is the AI-powered Adaptive Trust Intelligence Model that persistently calculates trust scores for workloads, users, devices, and service interactions. The adaptive trust score is computed using:

T(t) = αI + βB(t) + γC(t) + δA(t) + μX(t)

Where I represents workload or user identity assurance, B(t) represents behavioral trust metrics, C(t) represents contextual security indicators, A(t) represents anomaly probability, X(t) represents explainability confidence, and α, β, γ, δ, μ represent adaptive weighting coefficients. The model consistently refreshes trust scores through telemetry-based machine learning feedback loops.

5.2 Behavioral Anomaly Detection Model

Supervised learning methods (Random Forest, XGBoost, SVM, DNN) are trained on labeled cybersecurity datasets. To uncover unknown and zero-day threats, unsupervised learning techniques (Isolation Forests, Autoencoders, DBSCAN, K-Means) are employed. The anomaly probability is estimated using:

P(A) = 1 / (1 + e^(-f(x)))

Where P(A) denotes anomaly probability and f(x) represents weighted behavioral telemetry features such as authentication deviation, request frequency, workload communication irregularities, API access anomalies, and network latency variations.

5.3 Deep Learning-Based Sequential Threat Intelligence Model

The framework incorporates LSTM networks and Transformer architectures to analyze sequential telemetry data and runtime behavioral patterns to detect advanced persistent threats, coordinated attacks, and evolving attack behaviors. This allows the system to identify suspicious temporal deviations before attacks fully materialize, enabling proactive threat mitigation.

5.4 Reinforcement Learning-Based Autonomous Policy Optimization Model

The RL agent consistently engages with the runtime cloud-native environment, learning optimal security decisions. The policy optimization process follows:

Q(s, a) = Q(s, a) + α[r + γ max Q(s', a') - Q(s, a)]

Where Q(s, a) represents the expected reward for action a in state s, r represents reward feedback, γ represents the future reward discount factor, and α represents the learning rate.

5.5 Explainable AI (XAI) Security Decision Model

The framework includes SHAP, LIME, and attention-based interpretability mechanisms to clarify AI-generated security decisions. This explainability layer improves human interpretability, security auditing, regulatory compliance, governance transparency, and trust in AI-driven cybersecurity systems.

5.6 Federated Threat Intelligence Learning Model

Rather than centralizing sensitive telemetry data, federated learning allows for distributed AI model training across various cloud-native clusters while maintaining data privacy and organizational confidentiality. This enables collaborative anomaly detection, cross-domain threat intelligence sharing, distributed trust learning, and adaptive multi-cluster cybersecurity intelligence.

6. Learning Mechanisms

The framework integrates sophisticated AI-based learning techniques to facilitate ongoing adaptation, intelligent threat identification, autonomous policy enhancement, and real-time cybersecurity management. By combining supervised learning, unsupervised learning, deep learning, reinforcement learning, federated learning, and explainable AI, it creates a self-adaptive and intelligent cybersecurity environment.

  • Supervised Learning: Categorizes known cyber threats using labeled datasets. Algorithms: Random Forest, XGBoost, SVM, DNN.
  • Unsupervised Learning: Detects unknown attacks and zero-day threats without established signatures. Algorithms: Isolation Forest, Autoencoders, DBSCAN, K-Means.
  • Deep Learning Sequential Learning: Analyzes temporal behavioral patterns and intricate attack sequences. Algorithms: LSTM, CNN, Transformer architectures.
  • Reinforcement Learning: Enables autonomous governance through reward-driven policy optimization - dynamically optimizing access-control decisions, trust thresholds, threat mitigation policies, and workload isolation strategies.
  • Adaptive Trust Learning: Persistently recalibrates trust scores through real-time telemetry analytics, evaluating identity assurance, behavioral consistency, device posture, access patterns, and contextual risk factors.
  • Federated Learning: Enables decentralized AI model training across cloud-native clusters while safeguarding data privacy - collaborative anomaly detection, distributed threat intelligence sharing, and privacy-preserving AI training.
  • Explainable AI Learning: Guarantees transparency using SHAP, LIME, and attention-based models to explain why access was denied, why workloads were flagged, and which factors influenced trust scores.
  • Continuous Feedback and Self-Learning: Allows dynamic adaptation to emerging threats through model retraining, trust-score recalibration, policy optimization, and threat intelligence updates.

7. Implementation

7.1 Cloud-Native Infrastructure Layer

Kubernetes is utilized as the main container orchestration platform. Docker containers are used for workload isolation and microservices deployment. Istio Service Mesh provides mutual TLS (mTLS)-based encrypted communication, traffic management, service authentication, fine-grained access control, and runtime policy enforcement. The service mesh continuously monitors east-west traffic between microservices and enforces Zero Trust communication policies.

7.2 Workload Identity and Authentication Layer

SPIFFE (Secure Production Identity Framework for Everyone) and SPIRE (SPIFFE Runtime Environment) create cryptographically verifiable identities for workloads, containers, and services. The framework adopts short-lived workload identities along with automated credential rotation processes to mitigate risks linked to credential compromise and unauthorized access.

7.3 Telemetry Collection and Data Pipeline Layer

A centralized telemetry pipeline gathers Kubernetes cluster logs, service mesh telemetry, authentication records, API communication logs, network traffic flows, runtime workload metrics, and access-control events. Apache Kafka is used for real-time telemetry streaming and distributed data ingestion. Elasticsearch is utilized for indexing and storing telemetry records to support real-time querying, behavioral analysis, and threat correlation.

7.4 AI and Machine Learning Analytics Layer

The AI analytics layer integrates supervised learning models for intrusion detection, unsupervised learning models for anomaly detection, deep learning models for sequential threat analysis, and reinforcement learning models for policy optimization. TensorFlow and PyTorch frameworks are used for model development and training.

7.5 Adaptive Trust Evaluation Engine

The Adaptive Trust Evaluation Engine continuously computes trust scores for workloads, users, devices, and service interactions using runtime telemetry, behavioral analytics, contextual security indicators, and anomaly detection outputs. Trust scores are continuously updated using machine learning feedback loops and runtime behavioral observations.

7.6 Reinforcement Learning-Based Policy Optimization Layer

The RL agent continuously interacts with the runtime environment and learns optimal security policies through reward-based feedback mechanisms. The RL engine dynamically optimizes access-control policies, trust thresholds, threat-response strategies, workload isolation actions, and security enforcement decisions.

7.7 Explainable AI (XAI) Decision Layer

The XAI layer utilizes SHAP, LIME, and attention-based interpretability models to provide interpretable reasoning regarding security decisions. This improves governance transparency, human interpretability, security auditing, regulatory compliance, and trust in autonomous AI-driven cybersecurity systems.

7.8 Policy-as-Code and Security Enforcement Layer

Open Policy Agent (OPA) is used to automate security governance and dynamic access-control enforcement. Policies are defined declaratively and integrated directly into cloud-native deployment pipelines, enabling automated validation, version control, and continuous security enforcement.

7.9 Monitoring and Observability Layer

Continuous monitoring is implemented using Prometheus, Grafana, ELK Stack, and Jaeger distributed tracing. These tools provide real-time visibility into workload communication patterns, network traffic behavior, trust score evolution, anomaly detection outputs, and AI-driven security decisions.

7.10 Autonomous Threat Mitigation Workflow

The integrated architecture enables an autonomous threat mitigation workflow in which the system continuously:

  1. Collects runtime telemetry and behavioral data.
  2. Performs AI-driven anomaly detection and trust evaluation.
  3. Identifies suspicious workloads and abnormal behaviors.
  4. Dynamically recalibrates trust scores.
  5. Optimizes security policies using reinforcement learning.
  6. Generates explainable AI-driven security decisions.
  7. Automatically enforces mitigation actions (workload isolation, access restriction, policy adaptation).
  8. Continuously retrains models using feedback loops and updated telemetry.
7.11 Experimental Validation Environment

The implementation is experimentally validated within a simulated cloud-native environment containing distributed microservices, Kubernetes workloads, API gateways, service meshes, and dynamic runtime communication channels. The environment includes simulated attack scenarios: credential compromise attacks, insider threats, API abuse, lateral movement attacks, workload impersonation, and distributed denial-of-service behaviors. The framework is evaluated using threat detection accuracy, precision and recall, F1-score, false-positive rate, MTTD, MTTR, policy optimization efficiency, and trust evaluation accuracy.

8. Recommendations and Suggestions

  • Strengthen AI-Driven Zero Trust Architectures: Evolve from static Zero Trust to AI-driven adaptive trust architectures that learn continuously from workload behaviors and contextual risk factors.
  • Implement Explainable AI for Cybersecurity Governance: Incorporate SHAP and LIME for transparency, auditability, and regulatory compliance in finance, healthcare, and government.
  • Enhance Workload Identity and Authentication: Embrace SPIFFE/SPIRE with short-lived cryptographic credentials and automated identity rotation.
  • Adopt Reinforcement Learning for Autonomous Security: Deploy RL-based policy optimization for autonomous access control management and adaptive threat response.
  • Develop Real-Time Telemetry and Observability Pipelines: Utilize Prometheus, Grafana, ELK Stack, and Apache Kafka for continuous behavioral monitoring and trust recalibration.
  • Promote Federated and Privacy-Preserving AI Security Models: Use federated learning for collaborative threat intelligence sharing without centralizing sensitive data.
  • Strengthen Policy-as-Code and Automated Governance: Implement OPA for automated, scalable, context-sensitive security governance.
  • Encourage Continuous AI Model Retraining: Integrate continuous learning pipelines that regularly retrain models using updated telemetry and threat intelligence.
  • Establish AI Security Governance and Ethical Compliance: Create governance frameworks ensuring explainability, fairness, accountability, bias reduction, and transparency in autonomous cybersecurity operations.

The proposed XAI-ATMF framework can be adopted across banking and financial systems, healthcare infrastructures, government digital platforms, critical infrastructure systems, and multi-cloud enterprise environments.

9. Conclusion

The swift expansion of cloud-native infrastructures has brought about considerable cybersecurity challenges stemming from distributed workloads, dynamic service interactions, and the emergence of new cyber threats. Conventional perimeter-based and static Zero Trust security models are becoming increasingly inadequate for safeguarding contemporary cloud-native ecosystems, as they lack the necessary adaptive intelligence and autonomous response capabilities.

This research introduces the XAI-ATMF framework that amalgamates Artificial Intelligence, Machine Learning, Reinforcement Learning, Explainable AI, workload identity management, behavioral analytics, and adaptive trust evaluation into a cohesive cybersecurity architecture. The study revealed that AI-driven adaptive trust mechanisms significantly enhance threat detection accuracy, dynamic access control, and real-time autonomous threat mitigation. The incorporation of Explainable AI further bolsters transparency, interpretability, and governance accountability. Experimental implementation verified enhancements in anomaly detection, trust recalibration, policy optimization, MTTD, and MTTR.

10. Future Directions

Future studies can improve the framework by incorporating federated learning and distributed AI models for privacy-preserving collaborative threat intelligence in multi-cloud settings. The addition of Generative AI and Large Language Models (LLMs) can further enhance autonomous cyber defense, intelligent threat reasoning, and automated incident response. Further investigations should concentrate on post-quantum cryptography, edge AI, and IoT security measures. Future research may also delve into digital twin-based cybersecurity simulations for predictive threat analysis and real-time attack modeling. Additional research is necessary to bolster explainability, fairness, accountability, and ethical AI governance within autonomous cybersecurity systems.

References

  • [1] Balaji, R. (2026). Design and Evaluation of Cloud-Native Zero Trust Networking Models for Contemporary Cybersecurity Risks. Journal of Emerging Trends and Novel Research (JETNR), 4(1), 52-64. https://doi.org/10.56975/jetnr.v4i1.232706
  • [2] Burns, B., Grant, B., Oppenheimer, D., Brewer, E., & Wilkes, J. (2016). Borg, Omega, and Kubernetes. Communications of the ACM, 59(5), 50-57. https://doi.org/10.1145/2890784
  • [3] Balaji, R., & Dhanekula, M. (2026). Identity-Centric Security in Cloud-Native Systems: Advanced IAM, Workload Identity, and Vaultless Secrets Management. JETNR, 4(4), a800-a815. https://doi.org/10.56975/jetnr.v4i4.233697
  • [4] Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep learning. MIT Press.
  • [5] Kindervag, J. (2010). Build security into your network's DNA: The Zero Trust network architecture. Forrester Research.
  • [6] LeCun, Y., Bengio, Y., & Hinton, G. (2015). Deep learning. Nature, 521(7553), 436-444. https://doi.org/10.1038/nature14539
  • [7] Lundberg, S. M., & Lee, S. (2017). A Unified Approach to Interpreting Model Predictions. NeurIPS.
  • [8] Ribeiro, M. T., Singh, S., & Guestrin, C. (2016). "Why Should I Trust You?" Explaining the Predictions of Any Classifier. ACM SIGKDD.
  • [9] Kavuru, R. R. (2026). Building scalable and compliant co-branded credit card platforms. Computer Fraud and Security, 2026(1). https://doi.org/10.52710/cfs.1033
  • [10] Rose, S., Borchert, O., Mitchell, S., & Connelly, S. (2020). Zero Trust Architecture (NIST SP 800-207). NIST. https://doi.org/10.6028/NIST.SP.800-207
  • [11] Russell, S., & Norvig, P. (2021). Artificial intelligence: a modern approach (4th ed.). Pearson.
  • [12] Sutton, R. S., & Barto, A. G. (2018). Reinforcement learning: an introduction (2nd ed.). MIT Press.
  • [13] Varghese, B., & Patel, A. (2021). Challenges and opportunities in cloud-native security. IEEE Security & Privacy, 19(2), 45-53. https://doi.org/10.1109/MSEC.2020.3037042
  • [14] Vaswani, A., et al. (2017). Attention is all you need. NeurIPS, 30, 5998-6008.
  • [15] Zhang, Y., Liu, H., & Chen, X. (2022). Performance evaluation of service mesh architectures in Kubernetes environments. Future Generation Computer Systems, 126, 124-138. https://doi.org/10.1016/j.future.2021.08.017

References & Citation

Source: Phoenix Technical Documentation Library
Category: Network Security
Original: Peer-reviewed research paper
Published: International Journal of Computer Science and Mobile Computing, Vol. 15, Issue. 6, June 2026, pg. 20-39
DOI: https://doi.org/10.47760/ijcsmc.2026.v15i06.003
License: CC BY 4.0 (unless otherwise noted)

Suggested Citation:
Balaji, R. & Dhanekula, M. (2026). Explainable AI-Driven Adaptive Trust and Autonomous Threat Mitigation Framework for Cloud-Native Zero Trust Environments. International Journal of Computer Science and Mobile Computing, 15(6), 20-39. Phoenix Technical Documentation Library, Avondale.AI. Accessed June 2026. https://avondale.ai/technical/