elementor-dynamic-tag-ajax-select
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard WordPress and Elementor development guidelines focusing on performance optimization.
- [SAFE]: Code snippets demonstrate secure input handling by casting values to integers before use in WordPress functions, such as
(int) $this->get_settings('post_id'), which prevents potential injection issues in the resulting implementation. - [SAFE]: The skill uses safe feature-detection patterns via
class_exists()to handle optional software dependencies (Elementor Pro) without causing runtime errors or fatal crashes.
Audit Metadata