Other Toolswordpress_validate_security
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

ParameterTypeRequiredDescription
contentstringYesContent to validate

Response

{
  "success": true,
  "safe": true,
  "issues": []
}

Example Prompts

  • "Validate this HTML before saving"
  • "Check if this content contains unsafe scripts"

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