Skip to main content

tailscale

Facilitates secure remote access and service sharing using Tailscale VPN, enabling seamless connectivity and file transfer.

Install this skill

or
0/100

Security score

The tailscale skill was audited on Feb 22, 2026 and we found 30 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 80

Template literal with variable interpolation in command context

SourceSKILL.md
80console.log(`Shared at: https://${tailscale.hostname}:3000`);
medium line 101

Template literal with variable interpolation in command context

SourceSKILL.md
101console.log(`Port ${serve.port} → ${serve.url}`);
medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114console.log(`Public URL: https://${tailscale.hostname}.ts.net`);
medium line 128

Template literal with variable interpolation in command context

SourceSKILL.md
128console.log(`Port ${funnel.port} → ${funnel.publicUrl}`);
medium line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138console.log(`Hostname: ${status.hostname}`);
medium line 139

Template literal with variable interpolation in command context

SourceSKILL.md
139console.log(`IP: ${status.ip}`);
medium line 140

Template literal with variable interpolation in command context

SourceSKILL.md
140console.log(`Tailnet: ${status.tailnet}`);
medium line 141

Template literal with variable interpolation in command context

SourceSKILL.md
141console.log(`Online: ${status.online}`);
medium line 146

Template literal with variable interpolation in command context

SourceSKILL.md
146console.log(`${peer.hostname} (${peer.ip})`);
medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147console.log(` OS: ${peer.os}`);
medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148console.log(` Online: ${peer.online}`);
medium line 149

Template literal with variable interpolation in command context

SourceSKILL.md
149console.log(` Last seen: ${peer.lastSeen}`);
medium line 154

Template literal with variable interpolation in command context

SourceSKILL.md
154console.log(`Latency: ${ping.latencyMs}ms`);
medium line 172

Template literal with variable interpolation in command context

SourceSKILL.md
172console.log(`Received: ${received.filename}`);
medium line 173

Template literal with variable interpolation in command context

SourceSKILL.md
173console.log(`From: ${received.sender}`);
medium line 174

Template literal with variable interpolation in command context

SourceSKILL.md
174console.log(`Size: ${received.size} bytes`);
medium line 181

Template literal with variable interpolation in command context

SourceSKILL.md
181console.log(`Tailscale IP: ${ip}`); // 100.x.x.x
medium line 217

Webhook reference - potential data exfiltration

SourceSKILL.md
217### Expose Webhook Endpoint
low line 220

Webhook reference - potential data exfiltration

SourceSKILL.md
220// Make webhook publicly accessible
low line 221

Webhook reference - potential data exfiltration

SourceSKILL.md
221await tailscale.funnel({ port: 3000, path: '/webhooks' });
low line 222

Webhook reference - potential data exfiltration

SourceSKILL.md
222// External services can POST to https://your-machine.ts.net/webhooks
low line 64

Access to .env file

SourceSKILL.md
64authKey: process.env.TAILSCALE_AUTHKEY,
low line 80

External URL reference

SourceSKILL.md
80console.log(`Shared at: https://${tailscale.hostname}:3000`);
low line 114

External URL reference

SourceSKILL.md
114console.log(`Public URL: https://${tailscale.hostname}.ts.net`);
low line 201

External URL reference

SourceSKILL.md
201| **Serve** | `https://machine.tailnet-name.ts.net:port` |
low line 202

External URL reference

SourceSKILL.md
202| **Funnel** | `https://machine.ts.net` |
low line 203

External URL reference

SourceSKILL.md
203| **Custom domain** | `https://your-domain.com` |
low line 214

External URL reference

SourceSKILL.md
214// Team can access at https://your-machine.tailnet.ts.net:3000
low line 222

External URL reference

SourceSKILL.md
222// External services can POST to https://your-machine.ts.net/webhooks
low line 230

External URL reference

SourceSKILL.md
230// Open https://your-machine.tailnet.ts.net:18789/webchat on phone
Scanned on Feb 22, 2026
View Security Dashboard
Installation guide →
GitHub Stars 53
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
alsk1992/CloddsBot