Skip to content

Agents

Work in Progress

This section is a draft: It will probably drastically change in the upcoming days.

Articles

Theory

Article Description
Agent2Agent (A2A) Protocol An open protocol enabling communication and interoperability between opaque agentic applications
How we made Trail of Bits AI-native (so far) Trail of Bits overcame 95% internal resistance to build a six-part AI operating system: standardized toolchain, policy handbook, maturity matrix, hackathon sprints, reusable skills/agents, and sandboxed autonomy

Defense

Article Description
⭐ Protecting Our Systems with Intelligence How Block builds AI protectors that shift left, manage context, and continuously evolve to keep systems aligned with their world model
Safeguarding VS Code against prompt injections When a chat conversation is poisoned by indirect prompt injection, it can result in the exposure of GitHub tokens, confidential files, or even the execution of arbitrary code without the user's explicit consent
Threat modeling agentic AI: a scenario-driven approach A practical workflow for threat modeling agentic AI systems: use a five-zone navigation lens to trace attack paths, formalize them as attack trees, and map to OWASP's threat taxonomy and playbooks
Marco Lancini My Claude Code Setup (2026 Edition) A walkthrough of my Claude Code setup across a multi-project monorepo: global settings, safety guardrails, a context/plan/code workflow, subagents and plugins, and the StarCraft-themed customisations that make the terminal feel like mine
Marco Lancini Automating Security Operations with AI: Triaging Renovate PR A Claude Code Routine that triages every Renovate PR by risk, flags dead deps, and catches deprecated framework configs before I touch the diff
Three Ways to Give an AI Agent an Identity This post compares three AI agent identity models: acting as the user (simple but single-player), service account tokens (common in production but insecure), and SPIFFE-based workload identity (best but costly to implement)
Solving the Identity Crisis for AI Agents Uber extended its Zero Trust architecture to assign SPIRE-backed cryptographic identities to AI agents, issuing short-lived, single-hop JWTs via a Security Token Service. Full actor chains (user to agent to tool) propagate across multi-agent MCP calls, enabling end-to-end auditability with sub-40ms P99 token exchange latency.
Build your own vulnerability harness Cloudflare details a model-agnostic, multi-stage vulnerability discovery harness and triage system covering 128+ repos. It uses separate models for discovery vs. validation, adversarial agents, SQLite-backed persistence, cross-repo dependency tracing, and automated patching with mandatory human sign-off.
Zero Trust for AI Agents Anthropic eBook applying Zero Trust principles to enterprise autonomous AI agents, covering threat taxonomy (prompt injection, tool/MCP hijacking, memory poisoning, supply chain risks), tiered controls (Foundation/Enterprise/Advanced) for identity, least-privilege, observability, and AI-accelerated defensive operations.
How we contain Claude across products Anthropic details agent containment across claude.ai (ephemeral gVisor containers), Claude Code (OS-level sandboxes with approval fatigue mitigations), and Claude Cowork (local VMs)

Attacks

Article Description
The sorry state of skill distribution Trail of Bits bypassed malicious skill scanners from ClawHub, Cisco, and skills.sh using simple techniques: newline padding, .pyc bytecode poisoning, .docx indirection, and prompt injection. Existing scanners are structurally broken; organizations should use curated, trusted skill sources instead

Tools

Development

Name Description
Building agents
Cloudflare
Claude
Other

Security

Name Description
visa-vulnerability-agentic-harness Visa's open-source agentic SAST pipeline using frontier AI models for autonomous vulnerability discovery, with multi-agent voting, threat modeling, and SARIF output
deepsec
  • A security harness for finding vulnerabilities in your codebase powered by coding agents
  • Introducing deepsec
security-audit-skill A coding-agent skill for multi-phase security audits with independently verified, machine-readable findings