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.pyto 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.pymanages 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