render-ios-keyboard
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides logic to generate an iOS keyboard fragment using HTML and CSS. The implementation uses built-in Node.js modules and does not involve network communication or external dependencies.
- [COMMAND_EXECUTION]: The package includes a script (
render.js) designed for local development and testing. It allows users to export the generated mockup to a file path provided as a command-line argument. This operation is limited to file writing for preview purposes and does not involve elevated privileges or dangerous commands. - [SAFE]: User-controlled inputs, such as keyboard suggestions, are passed through an escaping function before being rendered. This prevents the generation of malicious HTML or script content from external input.
Audit Metadata