Back to skill

Security audit

Ui Ux Design Tool Free

Security checks across malware telemetry and agentic risk

Overview

This UI/UX design skill is mostly a design guide, but it grants command execution and includes privileged installer and automatic network diagnostic instructions that users should review before installing.

Install only if you are comfortable with an exec-capable design skill. Treat the project setup and Node.js installation blocks as manual examples, review commands before running them, and avoid allowing the agent to run privileged installer or automatic network diagnostic commands from this skill.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
  • Tool MisuseTool Parameter Abuse, Chaining Abuse, Unsafe Defaults
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
Findings (11)

Description-Behavior Mismatch

Medium
Confidence
94% confidence
Finding
The skill is framed as a UI/UX design guide, but it instructs the agent to initialize projects and install packages via shell commands. That expands the skill from passive guidance into active system modification, which can cause unintended code execution, package installation, and filesystem changes if triggered automatically.

Description-Behavior Mismatch

Medium
Confidence
79% confidence
Finding
Documenting support for create/query/export operations exceeds the narrow role implied by a UI/UX design reference and creates ambiguity about what side effects the agent may perform. Overbroad operational language increases the chance that the skill is invoked for actions that modify or exfiltrate data beyond user expectations.

Context-Inappropriate Capability

High
Confidence
98% confidence
Finding
The error-handling section instructs the agent to run ping and perform network troubleshooting retries, which is unrelated to UI/UX design and introduces active network interaction. In agent environments, unsolicited network diagnostics can leak environmental details, probe infrastructure, and normalize command execution unrelated to the user’s actual request.

Intent-Code Divergence

Medium
Confidence
84% confidence
Finding
The skill presents itself as a Markdown-based guide requiring no extra API key, which downplays operational risk, while elsewhere it directs command execution and network troubleshooting. This mismatch can mislead users and agents into treating the skill as harmless documentation when it actually contains executable behavior.

Vague Triggers

Medium
Confidence
76% confidence
Finding
The trigger conditions are broad enough to overlap with ordinary design, branding, or creative requests, increasing the chance of accidental invocation. When a skill with exec capability can be triggered too easily, users may be exposed to side effects they did not intend.

Missing User Warnings

Medium
Confidence
91% confidence
Finding
The documentation permits command-line initialization and installation but does not warn users about filesystem changes, dependency risks, or package-supply-chain exposure. Without clear safety prompts, an agent may execute setup commands in a context where the user expected only advice.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
Automatic retry behavior combined with network diagnostics lacks a clear safety boundary and could cause repeated unsolicited command execution. This makes the skill more dangerous because failures can trigger additional actions without renewed user approval.

Sudo/Root Execution

Medium
Category
Privilege Escalation
Content
brew install node

# Ubuntu/Debian
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install nodejs

# Windows
Confidence
99% confidence
Finding
sudo

Sudo/Root Execution

Medium
Category
Privilege Escalation
Content
# Ubuntu/Debian
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install nodejs

# Windows
winget install OpenJS.NodeJS.LTS
Confidence
92% confidence
Finding
sudo

Sudo/Root Execution

Medium
Category
Privilege Escalation
Content
brew install node

# Ubuntu/Debian
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install nodejs

# Windows
Confidence
99% confidence
Finding
sudo -E

Chaining Abuse

High
Category
Tool Misuse
Content
brew install node

# Ubuntu/Debian
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install nodejs

# Windows
Confidence
99% confidence
Finding
| sudo

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Static analysis

No suspicious patterns detected.