Tutorials A2A 1.0: Sign and Verify Agent Cards Before Delegating
Publish a JWS-signed A2A v1.0 Agent Card in Python and refuse any card you cannot verify.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Publish a JWS-signed A2A v1.0 Agent Card in Python and refuse any card you cannot verify.
Tutorials Gate agent tool calls on what happened before, not one request at a time.
Tutorials Build a Python gate that scans MCP tool descriptions for hidden injections and pins them by hash.
Tutorials Package your Agent Skills and MCP servers into one portable plugin that runs across six AI clients.
Tutorials Pause an MCP tool mid-call to confirm with the user, on the new stateless 2026-07-28 protocol.
Tutorials Wire Anthropic's /security-review and GitHub Action to catch SQLi, XSS and RCE before merge.
Tutorials Use the new MCP Apps extension to return interactive widgets from a tool call, rendered in chat.
Tutorials Build an async MCP tool that returns a durable task handle and poll it to completion in Python.
Tutorials Sonnet 5 claims better hijack resistance. Here's how to measure it yourself.
Tutorials Cut MCP agent context up to 99% by exposing tools as a code API the model calls in code.
Tutorials Port your MCP server to the stateless 2026-07-28 spec using the explicit-handle pattern.
Tutorials AutoJack turned a local MCP server into RCE. Harden yours with origin checks, auth, and allowlists.