tailscale
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the download of the official Tailscale client using vendor-provided installation scripts from tailscale.com. This is a standard and recommended practice for this service.
- [REMOTE_CODE_EXECUTION]: Several files, including SKILL.md and scripts/setup_exit_node.sh, contain the command sequence
curl -fsSL https://tailscale.com/install.sh | sh. While this pattern is often flagged, in this context it points to a well-known, trusted service and is the primary method for installation. - [COMMAND_EXECUTION]: The provided scripts and documentation utilize
sudoandsysctlto configure system networking features like IP forwarding and UDP GRO forwarding. These operations are required for the core functionality of a VPN subnet router or exit node. - [CREDENTIALS_UNSAFE]: The skill documentation correctly avoids hardcoding secrets, instead providing placeholders like
tskey-auth-...and demonstrating how to use environment variables and secret management services like AWS Secrets Manager.
Audit Metadata