Intent-Code Divergence
Medium
- Confidence
- 90% confidence
- Finding
- This is a real security weakness in the guidance: the skill’s checklist claims all HTML output should be escaped, yet earlier template examples render content with `the_content()` directly. In WordPress, post content is intentionally HTML-capable and filtered by core, so this is not automatically exploitable on its own, but presenting contradictory guidance can lead developers to mishandle other dynamic fields and misunderstand when sanitization, escaping, or KSES controls are required.
