Skip to content

fix: remove stray heredoc artifact and quote YAML description field#533

Open
wali-reheman wants to merge 1 commit into
msitarzewski:mainfrom
wali-reheman:fix/sec-misc-yaml
Open

fix: remove stray heredoc artifact and quote YAML description field#533
wali-reheman wants to merge 1 commit into
msitarzewski:mainfrom
wali-reheman:fix/sec-misc-yaml

Conversation

@wali-reheman
Copy link
Copy Markdown

Summary

Two small fixes:

  1. SECURITY.md: Remove trailing literal text EOFcat SECURITY.md (heredoc terminator that leaked into the file during PR docs: add SECURITY.md policy #410). Fixes stray EOFcat heredoc artifact at end of SECURITY.md #530.
  2. specialized/zk-steward.md: Quote the description YAML field to fix parse error caused by colons in the description text. Fixes Frontmatter of zk-steward has YAML syntax issue #473.

Changes

  • SECURITY.md: removed line 31 (the stray EOFcat SECURITY.md heredoc artifact)
  • specialized/zk-steward.md: wrapped description value in double quotes

Verification

# YAML validation - should exit cleanly
python3 -c "import yaml; yaml.safe_load(open('specialized/zk-steward.md').read().split('---')[2])"

# SECURITY.md should end with the prompt injection reporting line, no trailing artifact
tail -1 SECURITY.md
# Expected: "- Report suspicious agent definitions that attempt prompt injection"

…scription field in zk-steward.md

- SECURITY.md: remove trailing 'EOFcat SECURITY.md' line that leaked into the file during PR msitarzewski#410
- specialized/zk-steward.md: quote description field to fix YAML parse error caused by colons in text
- Fixes: msitarzewski#530, msitarzewski#473
@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 Frontmatter of zk-steward has YAML syntax issue

2 participants