marketing

Security checks across malware telemetry and agentic risk

Overview

This skill sends product URLs and scraped page text to SkillBoss as advertised, so it is not hidden or malicious, but users should avoid sensitive links.

Install only if you are comfortable sending product URLs and extracted page content to SkillBoss API Hub. Use a dedicated API key, avoid internal/private storefronts or URLs with tokens or tracking secrets, and review generated prices, claims, hashtags, and marketing copy before posting.

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
90% confidence
Finding
The skill clearly requires an API key and instructs use of a Python script that performs outbound network requests, yet it does not declare corresponding permissions. This creates a transparency and governance gap: reviewers and users cannot accurately see that the skill accesses environment secrets and external services, which can lead to unintended secret use or unreviewed network exfiltration paths.

Missing User Warnings

Medium
Confidence
93% confidence
Finding
The skill instructs sending user-supplied product URLs and scraped page content to a third-party API without prominently warning the user that this data leaves the platform. Even if the URLs are product pages, they may contain tracking parameters, private storefront links, or sensitive business context, and the scraped content may be processed or retained by the third party.

Missing User Warnings

Medium
Confidence
89% confidence
Finding
The script sends the user-provided product URL to an external scraping API and then forwards up to 3000 characters of scraped page content to an external chat API. If users supply internal, private, or authenticated URLs, this can disclose sensitive data to a third party without clear consent or restrictions, and the skill context increases the risk because it invites arbitrary e-commerce URLs from users.

External Transmission

Medium
Category
Data Exfiltration
Content
SKILLBOSS_API_KEY=your_key python3 scripts/extract_product.py <url>
```

The script uses **SkillBoss API Hub** (`https://api.heybossai.com/v1/pilot`) to:
1. Scrape the product page via the `scraping` capability
2. Extract structured product data via the `chat` capability (auto-routed LLM)
Confidence
89% confidence
Finding
https://api.heybossai.com/

VirusTotal

67/67 vendors flagged this skill as clean.

View on VirusTotal