wp-block-quick
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard boilerplate and instructions for WordPress block development, following industry best practices for the platform.
- [EXTERNAL_DOWNLOADS]: The skill recommends using official initialization tools and libraries from the WordPress project, such as
@wordpress/create-blockand@wordpress/scripts. - [INDIRECT_PROMPT_INJECTION]: The provided code templates correctly handle user-supplied block attributes by utilizing standard WordPress sanitization and escaping functions, such as
esc_html()andwp_kses_post(), effectively mitigating common web vulnerabilities like Cross-Site Scripting (XSS).
Audit Metadata