agent-inject: An Open-Source AI Agent Security Training Range

An open-source AWS training range for learning agentic AI security. Deploy a realistic AI agent, toggle six misconfigurations via Terraform, and run five attack scenarios covering prompt injection, RAG poisoning, data exfiltration, and a full kill chain.

March 7, 2026 · 6 min

Building an AI Agent Security Lab - Part 3

Part 3 of building agent-inject: manual validation of every attack scenario. The biggest challenge was not breaking things. It was building a working product and securing it while making insecure scenarios realistically demonstrate impact.

March 7, 2026 · 8 min

aura-privesc: Automating Salesforce Lightning Privilege Escalation Testing

After nearly a year of pentesting Salesforce orgs, I built aura-privesc: an open-source scanner that automates Aura/Lightning privilege escalation discovery. It finds exposed objects, tests CRUD permissions, probes Apex controllers, and generates interactive HTML reports with ready-to-use proof-of-concept commands.

March 5, 2026 · 7 min

Building an AI Agent Security Lab - Part 2

Part 2 of building agent-inject: automated testing against a live Bedrock agent. 41 tests across 6 scenarios revealed that the gap between expected and actual agent behaviour is where the real lessons are.

March 3, 2026 · 8 min

Building an AI Agent Security Lab - Part 1

Part 1 of building agent-inject: an intentionally vulnerable AI agent on AWS Bedrock, designed to teach prompt injection and agentic AI attacks. This post covers the full secure baseline, from repo scaffold to a working chat UI.

March 1, 2026 · 5 min