dns-domain-security

dns-domain-security is a skill for Claude Code, Codex from GoldenWing-360/claude-security-skills. It costs 96 tokens per session (3,561 once invoked), scanned A, original, MIT.

A security guide for DNS and domain settings. DNS is the system that directs domain names to websites and services, while a registrar manages domain ownership and renewal.

In plain words
What is it for?
Use it to audit or harden DNS zones, registrar accounts, DNS automation, certificate monitoring, and domain changes.
Why use it?
It helps find abandoned records, overly broad access, weak registrar settings, and other problems that can let attackers redirect services or take over subdomains.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to audit or harden DNS zones, registrar accounts, DNS automation, certificate monitoring, and domain changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/goldenwing-360/claude-security-skills/dns-domain-security
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add GoldenWing-360/claude-security-skills --skill dns-domain-security
Clone the repo
git clone --depth 1 https://github.com/GoldenWing-360/claude-security-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dns-domain-security

README.md
[![agentmods](https://agentmods.dev/badge/skills/goldenwing-360/claude-security-skills/dns-domain-security/github.svg)](https://agentmods.dev/skills/goldenwing-360/claude-security-skills/dns-domain-security)
Your own site
<a href="https://agentmods.dev/skills/goldenwing-360/claude-security-skills/dns-domain-security"><img src="https://agentmods.dev/badge/skills/goldenwing-360/claude-security-skills/dns-domain-security/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dns-domain-security

Your own site · 80×15
<a href="https://agentmods.dev/skills/goldenwing-360/claude-security-skills/dns-domain-security"><img src="https://agentmods.dev/badge/skills/goldenwing-360/claude-security-skills/dns-domain-security.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,561 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.03561
Opus 5 $0.00048 $0.01781
Sonnet 5 $0.00019 $0.00712
Haiku 4.5 $0.00010 $0.00356

Measured 12d ago against content hash 0db62e675fc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dns-domain-security scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

code=$(curl -s -o /dev/null -w '%{http_code}' --max-time 10 "https://$name/")
dns-domain-security/SKILL.md · 220 lines

How it starts

The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DNS & Domain Security

Everything above DNS assumes DNS is telling the truth. TLS certificates are issued based on DNS-validated control, email authentication lives in TXT records, and your entire brand hangs off a registrar login. Yet the DNS layer usually gets one setup session at launch and then years of unreviewed drift: records pointing at services that no longer exist, a registrar account with a password from 2019, and API tokens with zone-wide write access baked into three CI pipelines.

This skill audits and hardens that layer. The recurring theme is lifecycle: DNS records outlive the things they point to, and every orphaned pointer is a liability someone else can pick up.

When to invoke

  • Periodic audit of a zone you operate (quarterly is a good cadence)
  • A SaaS service, PaaS app, or static-hosting project was decommissioned — did its DNS records go with it?
  • Domain or registrar account is changing hands (team member left, agency handover, acquisition)
  • A certificate appeared in CT logs that nobody requested
  • Setting up DNS automation (CI, ACME DNS-01, dynamic records) and deciding token scope
  • A domain in the portfolio is approaching expiry

The threat map

Layer Attack Primary control
Registrar account Credential stuffing, social-engineered transfer MFA (hardware key), transfer lock, registry lock
Domain lifecycle Expiry → re-registration by attacker Auto-renew, expiry monitoring, long registration
Zone content Dangling CNAME → subdomain takeover Stale-record audits, deprovision checklist
Certificate issuance Unauthorized cert from any public CA CAA records, CT-log monitoring
Resolution integrity Cache poisoning, spoofed responses DNSSEC (with operational care)
Provider API Leaked token rewrites the zone Per-zone scoped tokens, rotation

Registrar compromise sits above everything: an attacker who controls the registrar account controls NS delegation, and from there every record, every cert, every mailbox. Harden top-down.

Read the full file on GitHub · 220 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 220 lines · 96 tokens per session scan A 0db62e675fc5

Subscribe to this mod's changes

dns-domain-security is a skill published in the GitHub repository GoldenWing-360/claude-security-skills (17 stars, last pushed 1mo ago), licensed MIT. It adds 96 tokens to every session and 3,561 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ux-audit

Walk through a live web app AS a real user to find usability + behavioural bugs that static reviews miss. REQUIRES proof of interaction (typing, clicking, sending, observing) before any verdict — a sweep that didn't interact terminates with verdict 'Incomplete'. Walks threads, exercises every element, runs the…

jezweb/claude-skills · 217 tokens

tanstack-start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 +…

jezweb/claude-skills · 115 tokens

design-loop

Autonomous multi-page site builder using a baton-passing loop. Each iteration reads a task from .design/next-prompt.md, generates a page in HTML/Tailwind, integrates it into the site, verifies visually, then writes the next task to keep the loop alive. Use whenever the user asks to build an entire site autonomously…

jezweb/claude-skills · 130 tokens

product-showcase

Generate a comprehensive marketing website for a web app — multi-page with real screenshots, animated GIF walkthroughs, feature deep-dives, and workflow demonstrations. Browses the running app, captures screens and sequences, and produces a deployable site that actually teaches people what the product does. Especially…

jezweb/claude-skills · 117 tokens

google-apps-script

Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…

jezweb/claude-skills · 89 tokens

cloudflare-api

Hit the Cloudflare REST API directly for operations that wrangler and MCP can't handle well. Bulk DNS, custom hostnames, email routing, cache purge, WAF rules, redirect rules, zone settings, Worker routes, D1 cross-database queries, R2 bulk operations, KV bulk read/write, Vectorize queries, Queues, and fleet-wide…

jezweb/claude-skills · 141 tokens