umbraco-icons
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No malicious activity detected. The skill's functionality is limited to reading official documentation and generating static boilerplate code for Umbraco icons.
- DATA_EXFILTRATION (SAFE): While the skill uses
WebFetchto accessdocs.umbraco.com, this domain is the official source for the documentation required for the skill's primary purpose. No sensitive data is transmitted, and no unauthorized domains are contacted. - DYNAMIC_EXECUTION (SAFE): The provided TypeScript examples use dynamic
import()statements, but these are limited to static paths for loading icon modules as per standard Umbraco development practices. No runtime code generation from untrusted sources is present.
Audit Metadata