render-ios-keyboard
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to generate static HTML and CSS fragments for UI mockups, specifically an iOS-style keyboard.
- [SAFE]: User-provided inputs (suggestions) are correctly sanitized using a dedicated
escapeHTMLfunction, which prevents HTML injection or XSS within the generated mockups. - [SAFE]: The code relies exclusively on built-in Node.js modules (
fs,path) and contains no external dependencies or remote resource fetching. - [SAFE]: File system interactions are limited to reading a local template file and writing the rendered output to a path specified via the command-line interface.
Audit Metadata