distinctive-frontend-design
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_EXECUTION]: The validation script
scripts/validate_design.pyand its associated unit tests utilizeimportlib.import_moduleto dynamically load internal helper modules (e.g.,css_slop_rules.py). This is used for modular code organization and testing within the skill's own script directory and does not involve loading untrusted external code. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute its own Python-based design validation suite. These executions are scoped to the skill's local directory and perform deterministic regex-based scanning of generated CSS/HTML for design anti-patterns (clichés, contrast issues, over-animation). - [EXTERNAL_DOWNLOADS]: The documentation references the well-known
python-pptxlibrary for optional PowerPoint-to-HTML conversion tasks. It provides instructions for installation rather than executing automated, unverified downloads. - [SAFE]: The skill enforces several security and design best practices, including a 'Zero npm' policy for text animations to prevent supply chain risks and automated checks for WCAG accessibility compliance.
Audit Metadata