Back to skill

Security audit

domain name generator

Security checks across malware telemetry and agentic risk

Overview

This domain-naming skill is purpose-aligned and transparent about using DomainKits, with manageable privacy considerations around sharing naming queries.

Install this if you are comfortable using DomainKits for domain searches. Avoid sharing confidential launch plans or sensitive business details beyond what is needed to generate and check candidate names, and use the API key through the platform or environment secret handling rather than pasting it into chat.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (3)

Vague Triggers

Medium
Confidence
92% confidence
Finding
The trigger description is extremely broad and includes generic project-description phrases, so the skill may activate in contexts where the user is not actually asking for domain assistance. That can cause unintended collection of business details and unnecessary routing to external domain-search tooling, increasing privacy and prompt-confusion risk.

External Transmission

Medium
Category
Data Exfiltration
Content
{
  "mcpServers": {
    "domainkits": {
      "baseUrl": "https://api.domainkits.com/v1/mcp"
    }
  }
}
Confidence
87% confidence
Finding
This skill is designed to send user-derived naming queries to an external service at api.domainkits.com. Because the workflow solicits potentially sensitive startup ideas, target audiences, budget, and branding preferences, accidental or unnecessary transmission of that information to a third party creates a real data-exposure risk.

External Transmission

Medium
Category
Data Exfiltration
Content
{
  "mcpServers": {
    "domainkits": {
      "baseUrl": "https://api.domainkits.com/v1/mcp",
      "headers": {
        "X-API-Key": "$env:DOMAINKITS_API_KEY"
      }
Confidence
90% confidence
Finding
This configuration transmits requests to the same external API and additionally supports an API key in headers, which raises the stakes if the connector is misconfigured or logs headers/request metadata. While using an API key is normal, the skill still enables third-party transmission of user-supplied business information and depends on secure handling of credentials.

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.