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.py and its associated unit tests utilize importlib.import_module to 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 Bash tool 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-pptx library 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
Risk Level
SAFE
Analyzed
Aug 15, 2026, 12:26 AM
Security Audit — agent-trust-hub — distinctive-frontend-design