refactoring-ui
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill focuses on providing design advice and review guidelines. All instructions in SKILL.md and references/review-checklist.md are consistent with the stated purpose of UI design education.
- [SAFE]: The Python script
scripts/audit_css.pyperforms static analysis using regular expressions to detect design anti-patterns. It does not use any dangerous functions likeeval(),exec(), orsubprocess, nor does it perform any network operations. - [SAFE]: The script implements file filtering in the
collect_filesfunction, restricting its analysis to.css,.scss,.html, and.htmfiles, which reduces the risk of unintended file exposure. - [SAFE]: No obfuscation (Base64, hex, zero-width characters) or hardcoded credentials were found across the skill files.
- [SAFE]: Indirect Prompt Injection: While the skill is designed to process untrusted user-provided CSS and HTML code, the attack surface is limited as the analysis is focused on visual design principles and the utility script only performs static regex-based checks without executing the code.
Audit Metadata