Ai Product Description Generator Free

Security checks across malware telemetry and agentic risk

Overview

This skill appears to generate product descriptions using clearly described local or HuggingFace AI backends, with no evidence of hidden or destructive behavior.

Prefer the default Ollama backend for private or unreleased product information. Use the HuggingFace backend only when you are comfortable sending the product name and features to HuggingFace-hosted infrastructure, and avoid exposing unrelated secrets in the runtime environment.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (4)

Lp3

Medium
Category
MCP Least Privilege
Confidence
94% confidence
Finding
The skill advertises and documents use of environment variables and networked services, but does not declare corresponding permissions. This creates a transparency and policy-enforcement gap: users or platforms may believe the skill is more limited than it actually is, while it can access secrets like HF_TOKEN and send data to external endpoints.

Missing User Warnings

Low
Confidence
91% confidence
Finding
The HuggingFace backend sends user-supplied product information to an external service, but the description does not clearly warn about that data flow. This can mislead users into treating the skill as purely local or privacy-preserving, increasing the risk of unintentional disclosure of confidential product details, unreleased items, or proprietary marketing data.

Missing User Warnings

Medium
Confidence
89% confidence
Finding
The help text advertises a HuggingFace backend but does not clearly warn that product names and features will be transmitted to a third-party internet service. In an agent/skill context, users may reasonably assume generation is local by default or may not realize sensitive catalog, unreleased product, or proprietary marketing data is leaving their environment.

External Transmission

Medium
Category
Data Exfiltration
Content
"parameters": {"max_new_tokens": 400, "temperature": 0.7, "return_full_text": False},
    }
    print(f"[HuggingFace] Using model: {model_id}")
    resp = requests.post(api_url, headers=headers, json=payload, timeout=60)
    if resp.status_code == 503:
        print("Model is loading, please retry in ~30 seconds.", file=sys.stderr)
        sys.exit(1)
Confidence
97% confidence
Finding
requests.post(api_url, headers=headers, json=

VirusTotal

67/67 vendors flagged this skill as clean.

View on VirusTotal