From 083ce47e1385cd10a5dbfa1f3254bc6f0249217e Mon Sep 17 00:00:00 2001 From: Akhilesh Arora Date: Wed, 3 Jun 2026 01:06:50 +0200 Subject: [PATCH] fix: remove stray EOFcat heredoc artifact from SECURITY.md (#531) Removes the stray `EOFcat SECURITY.md` line accidentally left at the end of SECURITY.md. Closes #530. Thanks to @akhilesharora. --- SECURITY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 571247c..963c58b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -28,4 +28,3 @@ This repository contains Markdown-based agent definitions and shell scripts for - Never add executable code inside agent Markdown files - Shell scripts must be reviewed before merging - Report suspicious agent definitions that attempt prompt injection -EOFcat SECURITY.md