render-static-sites
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for deploying static sites. All provided examples, such as build commands (
npm ci && npm run build,hugo --minify) and configuration snippets, follow industry standards and best practices for the intended platform. - [COMMAND_EXECUTION]: The documentation describes how to configure build commands. While these commands are executed during the deployment process, they are provided as legitimate templates for user-controlled deployment workflows and do not represent a security vulnerability within the skill itself.
- [DATA_EXPOSURE]: No hardcoded credentials, sensitive file paths, or unauthorized network operations were detected. The skill recommends using environment variables for configuration, which aligns with secure secret management practices.
Audit Metadata