- Research Article
- 10.52710/cfs.1034
- Apr 16, 2026
- Computer Fraud and Security
- Kanika Gupta
This comprehensive article outlines how ML technologies are changing IP enforcement in the e-commerce landscape in a way that protects brand integrity from sophisticated infringements. It traces the evolution of detection capabilities from initial text-based limitations, which proved vulnerable to strategic evasion, to the current generation of multimodal architectures that seamlessly integrate textual, visual, and behavioral data. This plays a vital role in contextual intelligence, which enables a system to distinguish intentional, malevolent counterfeiters and unintentional policy breaches by honest sellers. This subtle, context-sensitive feature allows brands to maintain healthy marketplace relationships while targeting high-impact, surgically focused bad actors. The success of these advanced protection programs is quantified using key performance indicators far beyond simple accuracy measures, such as temporal efficiency, time-to-detection, and responsiveness to unique infringement patterns. Substantial brand protection is proven to be a strategic resource, delivering dividends much larger than immediate revenue loss by strengthening consumer confidence and enhancing brand competitiveness in the online market. Looking ahead, the article contemplates emerging capabilities, including the shift toward real-time preventative detection, cross-platform monitoring, and physical supply chain tracing, as representative of the future of brand protection as a cohesive, proactive ecosystem.
- Research Article
- 10.52710/cfs.1012
- Apr 4, 2026
- Computer Fraud and Security
- Barinder Pal Singh
Large Language Model-powered agents increasingly operate with privileged system access across critical enterprise environments, yet existing security approaches—including prompt sanitisation, input filtering, and behavioural guardrails—fail to address vulnerabilities inherent to neural architectures processing natural language instructions. Prompt sanitisation proves ineffective against semantic obfuscation and indirect injection attacks where malicious content enters through legitimate data retrieval channels. Behavioural guardrails lack formal trust boundaries, enabling adversaries to gradually corrupt agent behaviour through multi-turn interactions. Current privilege models assume static role assignments incompatible with dynamic agent operational requirements. This article presents TrustGuard, a security architecture implementing formal trust context separation for autonomous AI agents through three core mechanisms addressing confidentiality, integrity, and privilege minimisation: dual-path processing with cryptographic verification establishing mathematically provable isolation between system instructions and external inputs (integrity); continuous behavioural attestation achieving real-time anomaly detection (confidentiality protection); and dynamic privilege containment reducing permission exposure windows through just-in-time allocation (privilege minimisation). Production deployments across financial services, healthcare, and cloud infrastructure environments processing over 2.3 million transactions demonstrate TrustGuard's effectiveness against documented attack patterns including prompt injection, context poisoning, and privilege escalation attempts. Controlled adversarial testing establishes superior defensive capabilities compared to baseline implementations, achieving 4.2% attack success rate against direct injection compared to 26.2% for prompt sanitisation approaches. The empirical validation establishes quantifiable security improvements for privileged AI agent deployments whilst maintaining acceptable operational overhead.
- Research Article
- 10.52710/cfs.1013
- Apr 4, 2026
- Computer Fraud and Security
- Sri Venkata Aravindbabu Malempati
Healthcare fraud remains one of the most costly and structurally persistent threats confronting the United States healthcare system. It diverts immense resources away from legitimate care and erodes trust in the institutions involved. Furthermore, healthcare fraud has outstripped customary rule-based and manual audit processes both in velocity and complexity, and in the adaptive capacity of fraud networks. Artificial intelligence and machine learning-based systems have emerged as an alternative that can look at hundreds of variables across thousands of claims, identify anomalies in real time, and continuously learn as fraud schemes evolve. Technical architectures that include supervised ensemble models, unsupervised anomaly detectors, and graph network analyses have shown improved performance on insurer data. When data quality, algorithm fairness, model explainability, provider due process, and human intervention and monitoring are prioritized, AI-based fraud detection can add long-lasting value to patients, payers, and the healthcare system by recapturing payments to fraudsters and preventing future losses at scale.
- Research Article
- 10.52710/cfs.1011
- Apr 4, 2026
- Computer Fraud and Security
- Surya Narayana Lankalapalli
As governments, regulated industries, and critical infrastructure providers accelerate digital transformation, the need for sovereign cloud architectures has become unavoidable. Data residency, legal jurisdiction, operational autonomy, and national security concerns now shape cloud strategy as much as performance or cost. Traditional cloud deployments, often centralized, globally managed, and dependent on foreign operators, struggle to meet these sovereignty requirements. A modern sovereign cloud must guarantee that data, operations, and governance remain under the control of a specific nation or jurisdiction. To achieve these objectives consistently across different agencies, tasks, and areas, it takes more than custom engineering—it needs reliable and scalable designs that make sovereignty a core part of how cloud operations work. This article explores sovereign cloud buildout through the lens of architectural design, research innovations, real-world applications, industry-specific use cases, and the evolving role of AI-driven collaboration.
- Research Article
- 10.52710/cfs.984
- Mar 16, 2026
- Computer Fraud and Security
- Varun Raj
Modern optimization techniques for performance mainly operate on the final binary emitted by the compiler. Profile-Guided Optimization (PGO) is a model of performance optimization: rather than applying heuristics to select optimizations at compile time, PGO selects optimizations based on run-time profiling of the program. Static compilation cannot predict the dynamic control flow. The cache behavior will also depend on the workload running in production machines. By measuring the execution in production, compilers can learn the frequency of hot paths and the requirements of branch prediction, caches, and instruction scheduling. Instrumentation overhead is reduced by a load-test infrastructure that runs copies of production traffic. Privacy-sensitive user data is sanitized by privacy-preserving de-identification pipelines. Query structure is preserved to allow possible optimizations in the process of data management. Continuous profiling maintains its effectiveness over time as both execution environments and workloads change. Autotuning, the process of finding optimal compiler settings for the specific workload, is increasingly realized through machine learning techniques. When deployed as standard infrastructure at the production grade, binary optimization offers new economic value through better resource utilization and lower latency services, and can offer a virtuous circle of improvement for high-performance digital infrastructure everywhere through using real-world telemetry to feed into the compiler toolchain.
- Research Article
- 10.52710/cfs.973
- Mar 13, 2026
- Computer Fraud and Security
- Ranjith Reddy Gaddam
Web performance optimization has become one of the biggest challenges faced by large, scalable web applications. Core Web Vitals established a standard set of metrics to measure user experience across different conditions and deployments. Largest Contentful Paint measures loading performance, Interaction to Next Paint measures responsiveness, and Cumulative Layout Shift measures visual stability during the page lifecycle. Improvements often depend on fixed rules and settings, which may not adjust well to different situations, like using various devices, networks, and changing content needs from the application. An alternative or complementary approach is a learning-based smart system that leverages monitoring data from real-world users in production systems. Lightweight decision models based on machine learning can optimize frontend actions depending on the current workload. The proposed framework is distributed across geographically distributed infrastructure. Edge-based processing nodes can reduce the delay between observing performance and enacting a performance optimization. Experimental results show significant performance gains in all Core Web Vitals metrics when compared to standard static solutions, and its ability to scale and adapt confirms that we are ready for real-world use. The adaptive framework provides the foundation for the role of AI in web performance engineering today.
- Research Article
- 10.52710/cfs.978
- Mar 13, 2026
- Computer Fraud and Security
- Tejendra Patel
It is far from adequate to detect performance regressions in production Java microservices without proper attribution and resolution, especially in large, rapidly changing codebases without wide-ranging human involvement. This is challenging in modern continuous delivery environments, where multiple commits are bundled into a release and the root cause is inferred from heterogeneous streams of performance telemetry, version control, and incident history. In this article, let’s build an end-to-end system for code change analysis with multi-modal feature engineering, gradient-boosted tree classification, SHAP-based explanations, and large language model code generation. And design an ensemble XGBoost model that learns the non-linear mapping from code change to runtime impact. By using SHAP values in order to give theoretically principled, plain-language relevance explanations that ensure engineer trust that these models are calibrated. A LoRA fine-tuned GPT-4 model then writes production-ready code changes through an AI-orchestrated pull request workflow, with human approval and staged deployment verification remaining mandatory as gates. The automation becomes an accelerant to engineering judgment rather than a substitute for it. The system is continuously retrained based on feedback from engineers to accommodate codebase changes.
- Research Article
- 10.52710/cfs.948
- Feb 27, 2026
- Computer Fraud and Security
- Venkatesan Kandavelu
Modern software engineering confronts persistent challenges with fragmented knowledge distributed across requirements systems, code repositories, testing platforms, and organizational standards. This fragmentation creates inefficiencies, undermines consistency, slows development velocity and increases the risk of relying on unverified AI generated outputs. Retrieval augmented generation (RAG) architectures address these challenges by grounding language model responses in verified organizational knowledge through semantic retrieval, structured indexing, and adaptive generation pipelines. Layered architectures encompassing ingestion, enrichment, indexing, hybrid retrieval, and context aware generation transform scattered information into actionable intelligence. Machine learning integration enhances these systems through automated classification, relationship discovery, role-specific personalization, anomaly detection, and predictive forecasting capabilities that shift development from reactive problem solving to preventive engineering. Robust governance frameworks incorporating access control, automated redaction, comprehensive audit logging, continuous evaluation, and security hardening protect against adversarial inputs and unauthorized disclosure while maintaining system trustworthiness and compliance. This research demonstrates that retrieval augmented generation systems enhanced with machine learning capabilities represent a paradigm shift in enterprise knowledge management, transforming fragmented organizational knowledge into reliable, adaptive, and contextually aware engineering assistants that augment human expertise throughout the software development lifecycle.
- Research Article
- 10.52710/cfs.946
- Feb 27, 2026
- Computer Fraud and Security
- Krantikumar Guduru
Mainframe modernization challenges organizations to balance the reliability, in addition to the capacity to process transactions with legacy applications, along with the agility and innovation that the cloud enables. Challenges exist. One must assess the existing application portfolio. One must select from various migration strategies, such as rehosting versus complete refactoring. One must manage the difficulties of migrating data from legacy to modern data models. Another reason is a security component, as organizations are transitioning to defence-in-depth to address the larger attack surface posed by APIs and integration with the cloud, as well as the need to comply with applicable regulations. Finally, the organizational aspect of modernization can be addressed by ensuring knowledge transfer when retiring employees and adopting agile ways of working, and change management and capability development. Those modernization programs that focus on technology excellence and alignment to corporate strategy by leveraging AI-based automation, a hybrid cloud architecture, and cross-functional team structures experience measurable business value beyond implementation by achieving improved operational efficiency and differentiation via optimised technology capabilities that improve their organization's services.
- Research Article
- 10.52710/cfs.949
- Feb 27, 2026
- Computer Fraud and Security
- Krishna Chaitanya Venigalla
Memory characteristics in large language models (LLMs) represent a transformative progress that enables relevant continuity, privatization, and adaptive learning in interactions. However, these capabilities introduce novel security vulnerabilities that extend beyond traditional concerns. This article examines the security implications of memory-enabled LLMs, categorizing architectural approaches and identifying distinct vulnerability classes, including temporal prompt injection, information persistence, and memory poisoning. Through documented case studies and empirical evidence, the article illustrates how these vulnerabilities manifest in production environments, leading to data leakage, system manipulation, and knowledge corruption. The article proposes comprehensive security frameworks incorporating memory segregation, temporal constraints, bidirectional filtering, differential privacy, and advanced auditing mechanisms. Since LLMS develops from stateless tools to constant assistants, safety paradigms must expand the traditional boundaries to address the entire memory lifestyle and ensure that these systems remain both functional and safe in sensitive operating contexts.