LIVE PULSE
5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

ai-security

topic17 events
papersTODAY 04:00 UTC

Study Reexamines How Effective Targeted Data Poisoning Attacks Really Are

A new arXiv paper argues that common evaluations of targeted data poisoning attacks are misleading because they average success rates across randomly chosen test targets, which masks worst-case outcomes. The author(s) suggest that this averaging can overstate or understate the practical threat depending on the specific samples an adversary cares about. The work calls for evaluation protocols that account for per-target variation rather than relying on aggregate scores.

papersTODAY 04:00 UTC

Backdoor attacks found against pretrained latent world models used for control

A new arXiv paper examines how pretrained world models, which learn latent representations of observations and predict their evolution under actions, can be compromised by backdoor attacks when reused as general-purpose dynamics backbones for control tasks. The authors study the security risks this reuse creates for downstream control systems.

papersTODAY 04:00 UTC

Survey Maps Cybersecurity Threats and Defenses for Agentic AI Systems

A new arXiv survey examines the security landscape around agentic AI, which combines reasoning loops, long-term memory, tool use, and multi-agent coordination. It catalogs attack surfaces and defense architectures specific to these autonomous systems, and outlines unresolved research gaps. The authors argue that conventional security models do not adequately cover goal-directed agents.

papersTODAY 04:00 UTC

HazardAuditor targets runtime safety risks in computer-use agents

A new arXiv paper introduces HazardAuditor, a framework aimed at catching safety problems that arise while computer-use agents operate browsers, terminals, file systems, and external services. The authors argue that these risks show up in an agent's runtime behavior rather than only in the text it generates, which existing guard models — built mainly for static prompts — are not designed to cover. The work frames these issues as executable threats and proposes auditing them to make such agents safer.

papersTODAY 04:00 UTC

arXiv paper proposes learned selection of poison sets for LLM backdoor attacks

A new arXiv preprint introduces a method that learns which examples to poison in order to make backdoor attacks on fine-tuned language models more effective. The authors note that prior work usually holds the number of poisoned examples fixed, and their approach instead optimizes the choice of poison set. The paper appears in both cs.AI and cs.LG listings.

tipsYESTERDAY 16:26 UTC

Researchers Demonstrate Attacks on AI Customer Service Agents

A discussion posted to Hacker News highlights techniques for manipulating AI-powered customer service chatbots. The thread examines how these agents can be steered or exploited through crafted inputs, raising concerns about safeguards in deployed support systems. It reflects growing scrutiny of the security of autonomous agents that handle customer interactions.

papersSEP 12 04:00 UTC

Amulet: Python Library for Assessing Interactions Among ML Defenses and Risks

A new arXiv paper introduces Amulet, an open-source Python library designed to evaluate how machine learning defenses interact with one another. The authors note that defenses are typically built to counter a single risk, such as a security, privacy, or fairness threat, but may unintentionally shift a model's exposure to other risks. Amulet aims to give researchers and practitioners a way to measure these cross-risk effects systematically.

papersSEP 12 04:00 UTC

arXiv paper proposes black-box detection of indirect prompt injection flaws in MCP servers

A new arXiv preprint describes an approach for finding indirect prompt injection vulnerabilities in MCP servers without needing system access or live interaction. The method works from descriptions alone, targeting third-party audits of closed-source, remotely hosted, or commercially gated software where conventional analysis is not possible. The authors position it as a way to assess critical systems that analysts cannot directly inspect or probe.

papersSEP 10 04:00 UTC

Black-Box Red Teaming of Agentic AI: A Taxonomy-Driven Framework for Automated Risk Discovery

A new paper presents an automated black-box red teaming framework designed to uncover security risks in agentic AI systems. It uses a structured risk taxonomy to guide systematic testing, addressing the shortfalls of standard single-turn evaluations. The work targets agentic setups where models process untrusted inputs, invoke tools with real permissions, and act autonomously.

papersSEP 10 04:00 UTC

Study Measures RAG Robustness Against Document Poisoning Attacks

A new arXiv paper examines a security weakness in retrieval-augmented generation: adversaries can inject a small number of crafted documents into the corpus a system retrieves from. The authors quantify how reliably such tampering causes a language model to repeat false statements drawn from the poisoned sources. The work underscores that grounding model outputs in retrieved text does not by itself guard against planted misinformation.

papersSEP 10 04:00 UTC

Training-Free Edge Sanitization Method Defends Graph Neural Networks from Structural Attacks

A new arXiv paper proposes a defense for graph neural networks that strips out attacker-inserted edges from a graph's topology before inference, requiring no retraining of the model. The method relies on kernel-complexity signals to identify edges likely introduced through adversarial manipulation, and the authors support the design with theoretical guarantees. It addresses threats that target graph structure rather than node features.

papersSEP 10 04:00 UTC

Experimental Study Evaluates Multimodal Prompt Injection Attacks on Agentic AI Frameworks

A new arXiv paper describes controlled experiments testing how attackers can smuggle instructions into AI agents through images, exploiting the multimodal inputs that many agent frameworks accept. Since these systems can plan, retain memory, and invoke tools with access to files, email, and external services, the authors examine how hidden image-borne injections might translate into real-world actions. The study provides an empirical assessment of how exposed current agentic setups are to this class of attack.

industryAUG 26 00:00 UTC

OpenAI publishes findings on Hugging Face security incident

OpenAI has released its account of a security incident connected to Hugging Face, alongside a look at what comes next. The company says it is tightening how it protects, monitors and aligns its AI models in response. The post frames the event as a prompt to reassess safeguards across model development and deployment.

WHY IT MATTERS ↘Security incidents tied to shared model hubs like Hugging Face expose a common dependency across the industry, since most developers pull weights and datasets from the same third-party repositories rather than building their own pipelines. OpenAI's move to tighten monitoring and alignment controls suggests providers will shift more security obligations onto downstream users and hosting platforms, raising compliance and verification costs and making supply-chain security a factor in procurement and deployment decisions.