tailscale-dns-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tailscale-dns-management (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Workflow skill for managing Tailscale DNS configuration including split DNS routes, global nameservers, search paths, and MagicDNS preferences.
Gather all DNS data in parallel:
tailscale_dns_splitdns_get — domain-to-nameserver mappingstailscale_dns_nameservers_get — global nameserverstailscale_dns_searchpaths_get — search pathstailscale_dns_preferences_get — MagicDNS statusFormat as a structured dashboard:
🔀 Split DNS Routes
| Domain | Nameservers |
|---|---|
| home.lab | 10.10.0.1 |
🌐 Global Nameservers
🔍 Search Paths
✨ MagicDNS: Enabled / Disabled
tailscale_dns_splitdns_get.tailscale_dns_splitdns_set with the updated config (PATCH merges with existing).tailscale_dns_splitdns_get to confirm the route was added.tailscale_dns_splitdns_get.tailscale_dns_splitdns_set with { "domain": [] }.tailscale_dns_splitdns_get to confirm removal.tailscale_dns_nameservers_get.tailscale_dns_nameservers_set with the new list.tailscale_dns_nameservers_get.tailscale_dns_preferences_get.tailscale_dns_preferences_set with the new boolean value.tailscale_dns_preferences_get.tailscale_dns_splitdns_get / tailscale_dns_splitdns_set — split DNS route managementtailscale_dns_nameservers_get / tailscale_dns_nameservers_set — global nameserver managementtailscale_dns_searchpaths_get / tailscale_dns_searchpaths_set — search path managementtailscale_dns_preferences_get / tailscale_dns_preferences_set — MagicDNS preferences~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.