IntoDNS
Analysis
This instruction-only skill coherently scans user-specified domains through the public IntoDNS.ai API, with no code, installs, credentials, or persistence.
Findings (1)
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.
Extract the domain from the user's request... The input should be a bare domain like `example.com`. ```bash curl -s "https://intodns.ai/api/scan/quick?domain=DOMAIN" ```
The skill uses a shell command with a user-supplied domain and sends that domain to an external API. The behavior is disclosed and central to DNS scanning, and the instructions include domain validation, so this is a notice rather than a concern.
