Back to skill

Security audit

lead-generation

Security checks across malware telemetry and agentic risk

Overview

This is a coherent lead-generation skill that discloses its SkillBoss API use and local lead/profile files, though users should treat product details and social lead data as sensitive.

Install only if you trust SkillBoss with generated product and prospecting queries. Review the product profile before searches run, avoid sensitive customer or roadmap details, and periodically delete or protect data/lead-generation files if they contain personal identifiers from social posts.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • 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
Findings (3)

Missing User Warnings

Medium
Confidence
86% confidence
Finding
The skill instructs storing prospect identifiers and activity data in local JSON files without any notice, consent guidance, retention policy, or handling safeguards. Because this workflow collects social-media leads and may include usernames, quotes, timestamps, and outreach history, it creates a real privacy and compliance risk if operators store personal data unknowingly or insecurely.

Missing User Warnings

Medium
Confidence
89% confidence
Finding
The skill says all search calls are routed through a third-party API but does not clearly warn that user-supplied product descriptions, generated queries, and potentially sensitive business context will be transmitted externally. This is dangerous because operators may paste proprietary product plans, customer pain points, or targeting data into the workflow without realizing they are disclosing it to an external service.

External Transmission

Medium
Category
Data Exfiltration
Content
API_BASE = "https://api.skillbossai.com/v1"

def pilot(body: dict) -> dict:
    r = requests.post(
        f"{API_BASE}/pilot",
        headers={"Authorization": f"Bearer {SKILLBOSS_API_KEY}", "Content-Type": "application/json"},
        json=body,
Confidence
84% confidence
Finding
requests.post( f"{API_BASE}/pilot", headers={"Authorization": f"Bearer {SKILLBOSS_API_KEY}", "Content-Type": "application/json"}, json=

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.