ux-icons
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides legitimate documentation and instructions for integrating Symfony UX Icons into web applications. The behavior described aligns with standard development practices for the Symfony framework.
- [EXTERNAL_DOWNLOADS]: The skill documentation describes fetching SVG icons from the Iconify API (
api.iconify.design). Iconify is a well-known and widely used service for icon distribution, and this functionality is central to the skill's purpose. These downloads are performed on-demand during development or via explicit CLI commands to lock assets locally. - [COMMAND_EXECUTION]: The skill references standard PHP/Symfony CLI commands such as
php bin/console ux:icons:importandphp bin/console ux:icons:lock. These commands are used for managing project assets and are consistent with the documented functionality of the library.
Audit Metadata