From 4c3d6cac9206ad93426c2d94e26d752465fb5649 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Fri, 5 Jun 2026 19:24:33 +0200 Subject: [PATCH] Add AGENTS.md with security-model link for agent discoverability Adds an AGENTS.md entry point so automated scan agents can discover the project's security model via the conventional AGENTS.md -> SECURITY.md chain. No existing content is changed. Generated-by: Claude Code (Claude Opus 4.8) --- AGENTS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 000000000..a2d82ed66 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,13 @@ +# Agent guidance + +This file is read by automated agents (security scanners, code analyzers, +AI assistants) operating on this repository. It points them at the +human-authored references they should consult before producing output. + +## Security + +Security model: [SECURITY.md](./SECURITY.md) + +Agents that scan this repository should consult `SECURITY.md` for the +project's threat model, in-scope / out-of-scope declarations, and known +non-findings before reporting issues.