vpn-setup
Fail
Audited by Snyk on Mar 27, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill's configs explicitly require inserting private/public keys (e.g., "PrivateKey = ") into generated files/commands, which would force the LLM to handle and output secret key values verbatim.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The prompt instructs installing packages, writing configs under /etc (e.g., /etc/wireguard/wg0.conf, /etc/openvpn), and enabling services with systemctl—operations that require elevated privileges and modify the host system state.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata