Other Tools
wordpress_validate_security
Validate content for security issues before saving (XSS, suspicious code patterns).
wordpress_validate_security
Validate content for security issues before saving.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| content | string | Yes | Content to validate |
Response
{
"success": true,
"safe": true,
"issues": []
}
Example Prompts
- "Validate this HTML before saving"
- "Check if this content contains unsafe scripts"
Related Tools
Notes
- Use this when you are about to inject HTML/JS/CSS and want an extra safety check
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
