design-theme
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard command-line tools (
cat,grep,rg) to inspect existing design configuration files. These commands are used solely for information gathering to ensure new themes integrate with existing project styles rather than overriding them arbitrarily. The target files (tailwind.config.*,globals.css,THEME_GUIDE.md) are standard configuration files in web development projects. - [DATA_EXPOSURE]: The skill accesses project configuration and source files (
src/styles/globals.css,public/folder) to identify existing brand colors and design tokens. This is a local read operation intended to maintain visual consistency and does not involve external transmission of data. - [REMOTE_CODE_EXECUTION]: No remote code execution patterns were found. The skill references Google Fonts in its validation steps, which is a standard and expected practice for web design tools.
Audit Metadata