frontend-design-pro

Pass

Audited by Gen Agent Trust Hub on Jul 19, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill utilizes a local BM25 search engine implemented in scripts/core.py to query a comprehensive database of UI/UX guidelines stored in 31 CSV files. This architecture is strictly local and involves no external network dependencies or remote resource fetching.
  • [SAFE]: The design system generator in scripts/design_system.py manages file persistence using a robust sanitization function (safe_slug). This function uses regular expressions to collapse potential path traversal sequences (like ../) into harmless characters, ensuring that generated documentation remains confined to the intended output directory.
  • [SAFE]: Code execution is limited to the skill's own local Python scripts, which use only the standard library and perform no dangerous operations such as shell injection, arbitrary subprocess spawning, or dynamic code evaluation.
  • [SAFE]: Data integrity and formatting logic across the skill's components show consistent use of safe practices, such as UTF-8 encoding enforcement and proper handling of user-supplied arguments for search queries.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 19, 2026, 04:03 PM
Security Audit — agent-trust-hub — frontend-design-pro