# Notes on _AI-agent safety research._

General educational notes on AI-agent safety from SecuRight, an Australian software company that develops and operates its own consumer apps. We share what we learn researching safer AI agents for our own software. **General information only — not professional, security, compliance, or legal advice, and not a service we offer.**

## The notes — _our AI-safety research._

[Research note **Defending agents against prompt injection**  
Why prompt injection is the SQL-injection of the agent era, the classes of attack that actually land, and the layered defences — input isolation, capability gating, output checks — that hold up.  
Research note · AI safety](/content/resources/prompt-injection-defence.html)

[Research note **A runtime, not a policy document**  
A policy PDF can't stop an agent from calling the wrong tool. Putting policy enforcement and a tamper-evident audit at the call site — and why the check has to be fast enough that no one disables it.  
Research note · architecture](/content/resources/runtime-policy-audit.html)

[Research note **Our AI-agent safety checklist**  
The questions we work through for our own apps before an AI agent takes an action — auth, scope, injection, logging, human oversight. Shared as a research note.  
Research note · checklist](/content/resources/agent-security-checklist.html)

prompt injection capability gating tamper-evident audit human-in-the-loop human oversight AI safety

## Code we'll share.

Some of our AI-safety research notes and example code may be useful in the open. We may publish reference examples on GitHub as general educational material. (Not a product or service.)

[View on GitHub →](https://github.com/securight-au) github.com/securight-au

We write what we're actually working on — no fabricated benchmarks, no invented case studies. Where something is still in development, we say so. SecuRight is an Australian software company (founded 2016); the runtime described in this writing is in development. For anything you'd like to discuss, reach us at [info@securight.com.au](mailto:info@securight.com.au).
