app-design
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- Trusted Library Integration: The skill leverages well-known and reputable libraries such as Tailwind CSS, Lucide React, and Radix UI primitives. These are industry-standard tools for building user interfaces and do not introduce inherent security risks in this context.
- Vendor Resource Usage: The skill references
@microsoft/fabric-visuals, which is a resource provided by the skill's author (microsoft). This represents standard functionality for data visualization within the intended ecosystem. - Design Token System: By emphasizing the use of semantic CSS variables and design tokens in
global.css, the skill promotes a maintainable and consistent styling architecture. This approach avoids hardcoding values and follows front-end development best practices. - Accessibility Awareness: The instructions explicitly include requirements for keyboard accessibility, focus indicators, and sufficient color contrast, which are essential for creating inclusive and standards-compliant applications.
- Standard Theming Workflow: The proposed workflow for handling light and dark modes using CSS custom properties and standard React hooks is a secure and conventional method for managing application state and appearance.
Audit Metadata