webapp-gui-design
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a library of templates and best practices for developing web UIs using established commercial and open-source frameworks. All code snippets provided are standard for modern web development.
- [SAFE]: Explicit security requirements are integrated throughout the documentation, such as the mandatory use of the
escapeHtml()function when rendering user-supplied data to prevent XSS vulnerabilities. - [SAFE]: The skill mandates the use of authentication checks (
requireAuth) and session-scoped data access, ensuring that developers follow secure multi-tenant architecture patterns. - [SAFE]: Network operations described in the utility sections use the standard
fetchAPI targeting relative application paths (e.g.,./api/items.php), which is typical for client-server communication in web apps. - [SAFE]: External dependencies referenced (Bootstrap, Tabler, SweetAlert2, DataTables, Flatpickr, Select2) are well-known, industry-standard libraries widely considered safe for production use.
Audit Metadata