tailscale
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill references the official Tailscale installation script via
curl -fsSL https://tailscale.com/install.sh | sh. This is a standard and expected installation method for this well-known service. - [COMMAND_EXECUTION]: The skill provides commands for essential system-level configuration, such as modifying
/etc/sysctl.confto enable IP forwarding and usingsystemctlto manage thetailscaledservice daemon. - [PROMPT_INJECTION]: The skill includes instructions that interpolate user-provided data into CLI commands. Ingestion points: variables like
<key>,<peer>, and<cidrs>inSKILL.mdandreferences/configuration.md. Boundary markers: absent. Capability inventory:tailscale up,systemctl, andsysctlcommands located inSKILL.mdandreferences/configuration.md. Sanitization: none mentioned.
Audit Metadata