Resources · engineering notes

How we build with agents and approval gates.

Practical notes from SecuRight, an Australian agentic software company building its own consumer apps. We share what we learn about AI-assisted workflows, human approval gates, safe automation, public artifacts, and AI-agent safety research. General information only — not professional, security, compliance, or legal advice, and not a service we offer.

01 · Writing

The notes — agentic building in practice.

Public artifacts

Safe code and checklist artifacts

Small templates and cleaned examples will appear on GitHub as they are safe to publish. No private company records, secrets, tester data, or unreleased app internals.

GitHub · public artifacts
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
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
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
prompt injection capability gating tamper-evident audit human-in-the-loop human oversight approval gates public artifacts AI safety
02 · Open source

Code and templates we'll share.

Some of our engineering notes, release checklists, tester-checklist patterns, and AI-safety examples may be useful in the open. We publish only sanitized standalone artifacts as general educational material. (Not a product or service.)

View on GitHub → 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 [email protected].