frappe-ops-deployment
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous commands for system configuration, including Nginx, Supervisor, and firewall (UFW) management. These are appropriate and necessary for the stated purpose of production deployment.
- [EXTERNAL_DOWNLOADS]: The deployment script in
references/examples.mdfetches the NodeSource setup script fromdeb.nodesource.comto install Node.js. This is a standard procedure for a well-known service. - [REMOTE_CODE_EXECUTION]: The skill includes a common pattern for installing Node.js by piping a remote script to bash (
curl | bash). This targets the official NodeSource repository, which is a recognized and widely used source for Node.js distributions. - [SAFE]: The skill includes a dedicated 'Anti-Patterns' reference that specifically warns against insecure practices, such as running services as root or exposing sensitive database and cache ports to the internet.
Audit Metadata