Skip to main content

AI Security

Protecting AI systems from threats, vulnerabilities, and adversarial attacks

All Posts

View The list finally caught the god agent
Featured image for The list finally caught the god agent
AI Security

The list finally caught the god agent

Adesh Gairola

A deterministic decision point outside the model, in the live path, that decides before every action executes: that's the TLDR of every mitigation in the 2026 OWASP LLM Top 10. Excessive Agency jumped from rank 6 to rank 3, checked for the first time against 7,714 real incidents instead of a practitioner vote alone. Read the mitigations, not the ranks, and they all converge on one prescription: mediate everything.

View Claude Tag: an agent that acts as itself, not on your behalf
Featured image for Claude Tag: an agent that acts as itself, not on your behalf
AI Security

Claude Tag: an agent that acts as itself, not on your behalf

Adesh Gairola

Claude Tag puts @Claude in Slack as its own per-channel service account, not on behalf of the person who asked. That breaks the delegation model everyone converged on, where the audit log can still name a human. Useful, but it revives the old service-account problems with an AI on top.

View Kill the God Agent: how we think about agent security
Featured image for Kill the God Agent: how we think about agent security
AI Security

Kill the God Agent: how we think about agent security

Adesh Gairola

A God Agent is one model wired to every tool on one shared identity, holding the whole lethal trifecta at once: it reads untrusted content, touches private data, and talks to the outside world. You can't filter prompt injection out of that, so you change the architecture instead. Three deterministic moves: scope every agent, sign every call, stop every breach. Break even one leg of the trifecta and the blast radius shrinks.

View Agent identity isn't solved. Here's the model I use anyway.
Featured image for Agent identity isn't solved. Here's the model I use anyway.
AI Security

Agent identity isn't solved. Here's the model I use anyway.

Adesh Gairola

Agent identity makes more sense as four stacked layers: a tamper-proof token format, cryptographic proof of which workload is running, a delegation chain that keeps the human as the subject, and a way to onboard to a service an agent has never met. Climb all four and you've proven who the agent is. You still haven't proven that what it did was okay.

View Alignment is a Security Problem, Not an Ethics Problem
Featured image for Alignment is a Security Problem, Not an Ethics Problem
AI Security

Alignment is a Security Problem, Not an Ethics Problem

Adesh Gairola

Misalignment maps onto vulnerability classes security engineers already operate on: backdoors, defense evasion, privilege escalation, exfiltration. Calling it ethics keeps it off security teams' desks. Reframing it as security decides who owns the work, which budget pays, and which playbook applies.

View Claude 4.7: Five Layers Blocking Cyber Attacks Before and After
Featured image for Claude 4.7: Five Layers Blocking Cyber Attacks Before and After
AI Security

Claude 4.7: Five Layers Blocking Cyber Attacks Before and After

Adesh Gairola

Claude 4.7 doesn't rely on one safety mechanism. It stacks a rulebook, trained refusals, differential capability reduction, two runtime probes, and a live feedback loop. Understanding which layer blocks what matters if you're building on the API.

View BodySnatcher and the Missing Identity Layer
Featured image for BodySnatcher and the Missing Identity Layer
AI Security

BodySnatcher and the Missing Identity Layer

Adesh Gairola

BodySnatcher (CVE-2025-12420) showed how AI agents with aggregated permissions can compromise entire platforms in seconds. Traditional security controls designed for humans don't work at machine speed. Organizations need threat modeling and runtime controls for all three layers: API auth, identity binding, and agent execution.

View Shadow Coding: what, so what, now what?
Featured image for Shadow Coding: what, so what, now what?
AI Security

Shadow Coding: what, so what, now what?

Adesh Gairola

Shadow coding—developers using unauthorized AI tools or code—is creating significant security and compliance risks. Organizations need balanced governance that enables innovation while maintaining security.

View Claude 4 Risk Assessment - For enterprise deployment
Featured image for Claude 4 Risk Assessment - For enterprise deployment
AI Governance

Claude 4 Risk Assessment - For enterprise deployment

Adesh Gairola

Claude 4 models introduce novel enterprise considerations including high-agency behaviors, self-preservation instincts, and potential consciousness indicators that may require enhanced risk management depending on your deployment context.

View Safe AI by Design: Insights from a System Prompt
Featured image for Safe AI by Design: Insights from a System Prompt
AI Safety

Safe AI by Design: Insights from a System Prompt

Adesh Gairola

Learn key AI safety and security principles by examining the detailed instructions within a publicly available system prompt, showing how LLMs can be guided towards responsible behavior.