Dns Lookup
Analysis
This is a narrow DNS lookup skill using the standard `dig` tool; the main user-visible considerations are normal DNS queries and an optional system package install.
Findings (2)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
dig example.com A +short
The skill instructs use of the local `dig` command to perform DNS lookups. This is central to the stated purpose, but DNS queries may be visible to the user's configured resolver or network.
sudo dnf install bind-utils
The skill provides a setup command that installs an operating-system package with elevated privileges. This is purpose-aligned because `bind-utils` provides `dig`, but it depends on the user's configured package repositories.
