Back to skill

Security audit

Dns Networking Tool Free

Security checks across malware telemetry and agentic risk

Overview

This network diagnostic skill has a coherent purpose, but it under-discloses outbound network traffic and includes privileged, state-changing commands without clear safeguards.

Install only if you are comfortable with an agent running network probes to the targets you name. Before use, require confirmation for every external host contacted and do not allow sudo, DNS cache flushing, or /etc/hosts edits unless you specifically requested and reviewed those changes.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Tool MisuseTool Parameter Abuse, Chaining Abuse, Unsafe Defaults
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Behavioral ASTexec() Call, eval() Call, Dynamic Import
Findings (11)

Intent-Code Divergence

High
Confidence
98% confidence
Finding
The skill claims that all diagnostics run locally and do not send data to external services, but the documented commands explicitly perform outbound DNS, HTTP, and TLS connections to remote hosts. This is dangerous because it misleads users and calling agents about data flow and network side effects, undermining informed consent and any policy controls that depend on accurate disclosure.

Vague Triggers

Medium
Confidence
84% confidence
Finding
The trigger conditions are overly broad ('code generation, programming assistance, debugging, deployment') relative to the actual network-diagnostics scope, which increases the chance that an agent invokes this exec-capable skill in unrelated contexts. That raises the risk of unintended command execution and outbound probing when the user did not specifically request network diagnostics.

Missing User Warnings

Medium
Confidence
94% confidence
Finding
This section includes commands that modify system state or require elevated privileges, such as flushing DNS caches, but does not clearly warn users that these actions affect host configuration and may require admin rights. In an agentic exec context, insufficient warning can lead to disruptive changes on the local machine without adequate user awareness.

Missing User Warnings

High
Confidence
97% confidence
Finding
The best-practice example appends an entry to /etc/hosts using sudo, which changes local name resolution and can redirect traffic, yet it lacks a prominent warning about the security and availability risks. In an exec-enabled skill, this could misroute connections, mask real DNS behavior, or persist unsafe overrides if cleanup fails.

External Transmission

Medium
Category
Data Exfiltration
Content
总耗时:        %{time_total}s
    HTTP状态码:    %{http_code}
    响应大小:      %{size_download} bytes
" https://api.example.com/endpoint

# 查看响应头
curl -sI https://api.example.com/endpoint
Confidence
88% confidence
Finding
https://api.example.com/

External Transmission

Medium
Category
Data Exfiltration
Content
" https://api.example.com/endpoint

# 查看响应头
curl -sI https://api.example.com/endpoint

# 跟随重定向
curl -sIL https://example.com
Confidence
88% confidence
Finding
https://api.example.com/

External Transmission

Medium
Category
Data Exfiltration
Content
服务器处理:    %{time_starttransfer}s
总耗时:        %{time_total}s
下载大小:      %{size_download} bytes
" https://api.example.com/endpoint

# 判断瓶颈位置
TOTAL=$(curl -o /dev/null -s -w "%{time_total}" https://api.example.com/endpoint)
Confidence
87% confidence
Finding
https://api.example.com/

Sudo/Root Execution

Medium
Category
Privilege Escalation
Content
cat /etc/hosts            # 所有平台

# 刷新DNS缓存
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder  # macOS
sudo systemd-resolve --flush-caches                            # Linux(systemd)
ipconfig /flushdns                                             # Windows
Confidence
78% confidence
Finding
sudo

Sudo/Root Execution

Medium
Category
Privilege Escalation
Content
cat /etc/hosts            # 所有平台

# 刷新DNS缓存
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder  # macOS
sudo systemd-resolve --flush-caches                            # Linux(systemd)
ipconfig /flushdns                                             # Windows
Confidence
78% confidence
Finding
sudo

Sudo/Root Execution

Medium
Category
Privilege Escalation
Content
# 刷新DNS缓存
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder  # macOS
sudo systemd-resolve --flush-caches                            # Linux(systemd)
ipconfig /flushdns                                             # Windows

# 查看systemd-resolved状态
Confidence
81% confidence
Finding
sudo

Chaining Abuse

High
Category
Tool Misuse
Content
cat /etc/hosts            # 所有平台

# 刷新DNS缓存
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder  # macOS
sudo systemd-resolve --flush-caches                            # Linux(systemd)
ipconfig /flushdns                                             # Windows
Confidence
90% confidence
Finding
; sudo

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Static analysis

No suspicious patterns detected.