wp-admin-drag-and-drop
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill exclusively utilizes WordPress core script handles such as
jquery-ui-sortable,jquery-ui-draggable, andwp-api-fetch. These are internal platform assets and do not involve external remote code execution. - [INDIRECT_PROMPT_INJECTION]: The skill handles untrusted data through DOM attributes.
- Ingestion points:
data-rule-id,data-card-id, anddata-item-idinSKILL.mdandreference.md. - Boundary markers: Not applicable for DOM attribute extraction.
- Capability inventory: Persistence of data via
wp-api-fetchPOST and DELETE requests. - Sanitization: The skill mandates the use of
permission_callbackfor authorization andvalidate_callbackwithwp_parse_id_listfor input sanitization in the REST endpoint example. - [SAFE]: All network operations are directed to local WordPress REST API routes using the standard
wp-api-fetchutility, which includes nonce-based authentication. No data exfiltration to external domains or hardcoded credentials were found. - [SAFE]: The skill emphasizes accessibility by integrating
wp.a11y.speak()for screen reader announcements and providing keyboard-accessible alternatives to drag-and-drop interactions.
Audit Metadata