NextDNS
Analysis
This appears to be a read-only NextDNS troubleshooting helper that needs a NextDNS API key and can display sensitive DNS activity, but the artifacts disclose that behavior and keep it purpose-aligned.
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 whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
parser.add_argument("--api-key", default=os.getenv("NEXTDNS_API_KEY") ...); ... "X-Api-Key": api_keyThe helper reads a NextDNS API key from an environment variable or command-line argument and sends it to the NextDNS API. This is expected for the skill, but it is account-level credential use.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
NextDNS logs can reveal browsing/device activity. Summarize minimally and avoid pasting sensitive domains unless needed.
The skill explicitly handles DNS logs that may expose private browsing or device behavior, and those results may enter the agent conversation/context.
