Skip to content

fix: remove stray EOFcat heredoc artifact from SECURITY.md#531

Open
akhilesharora wants to merge 1 commit into
msitarzewski:mainfrom
akhilesharora:fix/security-md-stray-heredoc
Open

fix: remove stray EOFcat heredoc artifact from SECURITY.md#531
akhilesharora wants to merge 1 commit into
msitarzewski:mainfrom
akhilesharora:fix/security-md-stray-heredoc

Conversation

@akhilesharora
Copy link
Copy Markdown

What does this PR do?

Removes the stray EOFcat SECURITY.md line at the end of SECURITY.md. The text is a heredoc terminator that leaked into the file when PR #410 first added the policy, and it renders verbatim on GitHub as the final line of the security policy page.

$ tail -1 SECURITY.md       # before
EOFcat SECURITY.md
$ tail -1 SECURITY.md       # after
- Report suspicious agent definitions that attempt prompt injection

One line delete. No other changes.

Agent Information (if adding/modifying an agent)

N/A. Doc fix to SECURITY.md.

Checklist

  • Follows the agent template structure from CONTRIBUTING.md (N/A, doc fix)
  • Includes YAML frontmatter with name, description, color (N/A, doc fix)
  • Has concrete code/template examples (for new agents) (N/A, doc fix)
  • Tested in real scenarios (tail -1 SECURITY.md before and after)
  • Proofread and formatted correctly

Closes #530

PR msitarzewski#410 inadvertently included a heredoc terminator as the last line of the
file. It renders verbatim on GitHub and serves no purpose. Delete it.

Closes msitarzewski#530
@bensl84
Copy link
Copy Markdown

bensl84 commented May 20, 2026

Closing — this is my personal fork (bensl84/agency-agents). The canonical project lives at https://github.com/msitarzewski/agency-agents — please re-open your PR there. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

stray EOFcat heredoc artifact at end of SECURITY.md

2 participants