ui-design-system
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No security issues detected. The skill instructions and metadata are consistent with its stated purpose of assisting with UI design systems.
- Indirect Prompt Injection (LOW): The skill processes user-provided inputs such as brand colors and styles to generate tokens. While this constitutes an input surface, the data is handled by a local script for stylistic generation, posing minimal risk.
- Ingestion points: CLI arguments
brand_color,style, andformatpassed todesign_token_generator.py. - Boundary markers: None explicitly defined in the markdown documentation.
- Capability inventory: Execution of a local Python script (
design_token_generator.py). - Sanitization: Not specified in the markdown, but inputs are limited to design parameters.
Audit Metadata