bauhaus
Pass
Audited by Gen Agent Trust Hub on Jun 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several utility scripts:
bauhaus-theme.mjsfor generating CSS/JS theme files,check-bauhaus.mjsfor auditing design tokens in the project, andinstall-bauhaus-hooks.shfor automating these checks via Git hooks. These operations are localized to the project's working directory. - [EXTERNAL_DOWNLOADS]: The README documentation provides standard installation commands using
npxandyarn dlxto fetch the skill from its official GitHub repository. - [COMMAND_EXECUTION]: The PowerShell wrapper script (
bauhaus-theme.ps1) uses-ExecutionPolicy Bypassto facilitate the execution of the theme generation tool on Windows systems, which is a common practice for developer-oriented scripts.
Audit Metadata