design-mockups
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and provided code templates follow standard web development practices for local prototyping. The server template facilitates local viewing of HTML files created by the user.
- [COMMAND_EXECUTION]: The skill guides the user through standard shell commands (
mkdir,cd,npm) and a port management tool (portman) to initialize a local project environment. These operations are restricted to the user's project directory. - [EXTERNAL_DOWNLOADS]: The skill includes instructions to install the
expresspackage via npm. Express is a widely recognized and industry-standard web framework for Node.js. - [SAFE]: The provided
server.jsscript usesexpress.staticto serve files specifically from themockups/directory. It usesos.networkInterfaces()to help the user identify their local IP for cross-device testing, which is a common and benign development practice.
Audit Metadata