refactor-ui-tokens
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill focuses on UI refactoring and design system management. No malicious patterns such as data exfiltration, obfuscation, or unauthorized access were detected.
- [COMMAND_EXECUTION]: The skill includes two local Node.js scripts (
scripts/scan-tokens.mjsandscripts/checklist.mjs) used to inventory styling literals and display task progress. These scripts are zero-dependency and perform standard read-only operations on the project directory to extract visual values using regular expressions. - [DATA_EXPOSURE]: The scanning script (
scripts/scan-tokens.mjs) reads source files to identify styling patterns (hex codes, CSS properties). It correctly ignores sensitive directories like.gitandnode_modulesand does not perform any network operations to transmit data.
Audit Metadata