dns-lookup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dns-lookup (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.
Use this skill when you need to look up DNS records, perform reverse DNS, check WHOIS data, or verify nameservers. Zero auth required.
| Tool | What it does |
|---|---|
dns_lookup | Look up A, AAAA, MX, TXT, NS, CNAME, SOA, SRV, or PTR records |
reverse_dns | Reverse DNS (PTR) lookup on an IP address |
resolve_all | Resolve A, AAAA, MX, TXT, NS, CNAME in one call |
check_nameservers | Get nameserver (NS) records for a domain |
whois | Query WHOIS data (follows IANA referrals to registrar) |
resolve_all to see everything at oncedns_lookup with the type parameterreverse_dns to find the hostnamewhoisdns_lookup with type: "MX" is the go-to for email delivery debuggingresolve_all returns all common record types in one call — most efficient for initial investigationwhois follows IANA referrals automatically, so it works for any TLD~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.