Tailscale Serve

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for managing Tailscale Serve, but it can expose local files or ports and keep them running in the background, so users should choose sources carefully.

Install only if you intend the agent to help manage Tailscale Serve. Before running commands, confirm the exact local path or port, avoid broad sensitive folders like all documents unless intended, check `tailscale serve status`, and remove or reset routes when finished.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If a broad or sensitive path is selected, local files or a local service may become reachable to the intended Tailscale audience.

Why it was flagged

The skill documents commands that can serve local folders and local web services through Tailscale. This is central to the skill's purpose, but users should notice the data/service exposure impact.

Skill content
tailscale serve --bg --set-path /docs ~/documents
tailscale serve --bg --set-path /app http://localhost:3000
Recommendation

Confirm the exact folder, file, or port before serving it, prefer narrow paths, and run status checks before and after changes.

What this means

Served content can remain available until the user removes that path or resets Tailscale Serve.

Why it was flagged

The instructions deliberately use background mode, meaning served content may continue to be available after the initial command. This is disclosed and purpose-aligned.

Skill content
**Background mode:** Use `--bg` to keep it running
Recommendation

Use `tailscale serve status` to review active routes and turn off or reset routes when they are no longer needed.

What this means

The user's Tailscale machine identity and access settings determine who can reach the served content.

Why it was flagged

The served content is tied to the user's Tailscale hostname and access context. This is expected for Tailscale Serve, but it means the skill operates within the user's existing Tailscale authority.

Skill content
Share the full URL: `https://[hostname].ts.net/your-path`
Recommendation

Verify Tailscale access controls and only share URLs with intended recipients.

What this means

Users need to rely on their own installed Tailscale CLI and cannot verify much about the skill source from the provided metadata.

Why it was flagged

The skill is instruction-only and has no install code, but its provenance is limited and the metadata does not declare the Tailscale CLI dependency used throughout SKILL.md.

Skill content
Source: unknown; Homepage: none; Required binaries (all must exist): none
Recommendation

Use only a trusted local Tailscale installation and confirm the commands match expected Tailscale Serve behavior before use.