Overview
Make agents safe to ship
Welcome. This is a guided overview of the AI Agent Engineering Guide, written so that even if you are completely new to the subject, it makes sense. The guide is a practitioner’s library for three things: building AI agents, testing them, and shipping them to real customers without nasty surprises. It is vendor-neutral, meaning it does not sell you a product; instead it is grounded in the public references that procurement, audit, and regulators actually ask about — OWASP, the NIST AI Risk Management Framework, MITRE ATLAS, the SLSA supply-chain standard, and the Open Source Security Foundation. The material follows the natural lifecycle of a real system. First, secure design: a catalogue of anti-patterns — the recurring mistakes that quietly turn a capable agent into a liability, such as handing it a wildcard set of tools, long-lived credentials, or an open path for prompt injection. Each one is named, explained with a realistic scenario, and paired with a fix you can verify. Second, supply-chain trust: how to judge the outside code you bring in — the packages, build actions, container images, and models made by strangers — before you decide to trust it. Third, a self-test toolkit: a paste-ready set of prompts you run inside your own AI coding assistant, pointed at your own code, to surface those failure modes in about ten minutes, before they ship. And fourth, secure delivery: a practical release pipeline — signed images, a pin file, ephemeral build runners, an unbroken chain of custody, and a calm rollback plan — so that what you tested is exactly what reaches the customer. You can start anywhere. Pick the area that matches your biggest risk today, and open its catalogue from the menu on the left. Thank you for listening.
An AI agent that can act can also cause real harm. One wrong move can leak data, break a system, or ship bad code. This guide shows you how to stop it: build, check, test, and release agents you can actually trust, held to the standards your security team will judge you by. Pick a section and dig in.
How the guide fits together