editing-blocks
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides templates and instructions for WordPress block development that follow standard industry practices, including the use of metadata files (block.json) and standard build tools.
- [SAFE]: Security best practices are demonstrated in the reference templates, such as checking for
ABSPATH, using nonces for API requests (wp_create_nonce), and escaping output (esc_attr,esc_url,esc_html_e). - [SAFE]: Dependency management is restricted to standard WordPress development packages (
@wordpress/scripts), and no unverifiable or remote scripts are executed. - [SAFE]: The skill encourages reading all existing files and making targeted, minimal changes, which reduces the risk of accidental code injection or architectural errors.
Audit Metadata