Fix formatting of description in SKILL.md - #580
Conversation
|
Thanks @cloudbypriyank for the fix! Quoting the One heads-up: this is a duplicate of PR #578 by @NY1024 — both change the exact same line in |
|
Thanks @boy-hack for flagging the duplication! Coordinated with @cloudbypriyank — I've closed my PR #578 so this one (#580) is the single fix going forward. For reviewer context, here's the root-cause analysis from #578 in case it helps the merge review: Root cause: The description: Detect agentic supply-chain risks: compromised dependencies, malicious plugins/tools/models, and untrusted update sources.YAML parsers interpret the second colon ( Fix: Quoting the value (as done here in #580) resolves it. Verification: All 15 SKILL.md files under LGTM — ready to merge. Closes #577. |
|
Thanks for the follow-up, @NY1024 — confirming #578 is closed and #580 is the single fix going forward is exactly the coordination we wanted. The root-cause write-up (bare colon in This is a correct, minimal one-line fix (quoting the |
Summary
Fixes the invalid YAML frontmatter in
agent_scan/prompt/skills/agentic-supply-chain-detection/SKILL.md.The
descriptionfield contained an unquoted colon, causing YAMLparsing to fail.
Changes
descriptionvalue in the YAML frontmatter.Related Issue
Closes #577