The UnboundCompute blog
Writing on web security
-

Rogue Agent Delegation Explained
Rogue agent delegation is when a trusted agent spawns a sub agent that pushes a harmful action past a control that only…
-

Agent Impersonation Attacks Explained
An agent impersonation attack lets a rogue agent pose as a trusted one and issue orders others obey. Learn why it works…
-

Multi Agent Prompt Injection Explained
Multi agent prompt injection is when one compromised agent poisons its peers. Learn how inter agent trust launders one injection and how…
-

Tool Chaining Attacks on AI Agents
A tool chaining attack composes safe AI agent tool calls into a harmful sequence that leaks data. Learn why per call guards…
-

Agent Hijacking Explained
Agent hijacking lets untrusted text seize an AI agent’s plan loop and swap its goal. See how it differs from a confused…
-

Audit Logging for AI Agents
Audit logging for ai agents is your detection layer: what to record per turn, how to spot bad tool use, and how…
-

MCP Tool Pinning: Locking Down Tool Definitions
Use mcp tool pinning to fingerprint each tool definition at approval and block silent changes, stopping rug pulls, poisoning, and tool shadowing.
-

Egress Filtering for AI Agents
Egress filtering for ai agents is the containment layer that stops stolen data leaving: domain allowlists, stripped markdown images, and inspecting proxies.
-

Canary Tokens for Prompt Injection Detection
Use prompt injection canary tokens to catch LLM data leaks: plant secret markers, watch every exit, and get hard proof the instant…
-

LLM Guardrail Models: What Input and Output Filters Can and Cannot Do
How llm guardrail models screen the input and output of a main LLM, where these filters catch attacks, and the honest limits…