arXiv ScienceSearch

arXiv subjects

Kaustuvi Basu

Publications and source records attributed to Kaustuvi Basu.

2 recordsLinked to original sources

MemSentry: A Framework for Detecting Persistent Memory Poisoning in Agentic AI

Agentic AI systems with persistent memory introduce a distinct attack surface known as memory poisoning, in which adversarially crafted content is stored in long-term memory and subsequently influences future agent behavior. Such attacks can suppress security alerts, facilitate privilege escalation, alter trust relationships, or override security policies without modifying the underlying model weights or system prompts. To address this threat, we present MemSentry, a formal, configuration-driven framework that intercepts proposed persistent-memory writes and produces deterministic Accept, Review, or Quarantine decisions. MemSentry evaluates each write by jointly considering source trust, semantic risk, attack radius over a component-dependency DAG, access risk, and a signed security-state delta that captures whether an operation weakens or strengthens the system's security posture. We instantiate the protected environment using a 20-asset random dependency DAG and a 10 x 20 user access-control matrix, and evaluate the framework over 1,000 GPT-4-generated scenarios using a stratified 70/30 train/test split. Semantic classification is treated as a pluggable component rather than a primary contribution, and we compare four representative approaches: rule-based Regex, TF-IDF+SVM, SBERT+LR, and SetFit. SBERT+LR achieves the best overall performance with 91.7% accuracy and a 0.908 macro-F1 score, while all four methods detect 100% of external quarantine-class threats. For verified insiders, where source trust is maximal (T = 1), MemSentry does not automatically quarantine suspicious operations but instead escalates potentially dangerous writes for human review, making semantic classification important for accurately capturing insider intent.

cs.CR

A Comparative Study of Statistical Learning and Adaptive Learning

Numerous strategies have been adopted in order to make the process of learning simple, efficient and within less amount of time.. Classroom learning is slowly replaced by E-learning and M- learning. These techniques involve the usage of computers, smart phones and tablets for the process of learning. Learning from the internet has become popular among the e-learners where learner tends to rely greatly upon information provided by the World Wide Web. However, the e-learners have to go through a huge volume of data produced by the first tier search engine, some of which are not suited to the interest of the user. Various strategies, namely Statistical Learning and Adaptive Learning, have been adopted to cater to the need of the user and produce data best suited to the interest of the user. The authors have tried to present a comparative study of Statistical Learning and Adaptive Learning based on certain parameters, which arise from the characteristics of the learning process. As a consequence of the comparative study, it has been concluded that Adaptive learning is more efficient than Statistical learning.

cs.CY