polylang-strings-options
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides developer instructions for the Polylang WordPress plugin. The content is focused on the correct implementation of translation functions and does not contain malicious code or commands.
- [SAFE]: The code snippets include appropriate security measures for WordPress development, such as using
esc_html(),esc_attr(), andwp_kses_post()to prevent Cross-Site Scripting (XSS) vulnerabilities when outputting translated strings. - [SAFE]: The skill provides a clear warning against using the
pll_e()function for untrusted or arbitrary HTML content, which is a standard safety recommendation for this API. - [SAFE]: The instructions for the
pll_sanitize_string_translationfilter and thePLL_Translate_Optionclass include sanitization callbacks usingsanitize_text_field()andwp_kses_post(), demonstrating a proactive approach to security.
Audit Metadata