This is an automated email from the ASF dual-hosted git repository.
m4sterchain pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/main by this push:
new 8b177af Add AGENTS.md with security-model link for agent
discoverability (#307)
8b177af is described below
commit 8b177afbcaa3733387eaa122a0ae0b35766798c1
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Jun 10 03:20:51 2026 +0200
Add AGENTS.md with security-model link for agent discoverability (#307)
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(+)
diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 0000000..a2d82ed
--- /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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]