Back to skill

Security audit

Youtube Subtitle Burner

Security checks across malware telemetry and agentic risk

Overview

This skill coherently helps users download YouTube videos, translate subtitles, and burn them into local MP4 files, with no evidence of hidden persistence, credential access, exfiltration, or destructive behavior.

Before installing, review the optional curl-based uv installer and local Clash proxy command, and run them only if you trust those tools and endpoints. Expect the skill to download YouTube content, install/use Pillow through uv, read the media/subtitle files you provide, and overwrite the output path you choose.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

External Script Fetching

Low
Category
Supply Chain
Content
Requirements:
    - ffmpeg/ffprobe installed (brew install ffmpeg)
    - uv installed (curl -LsSf https://astral.sh/uv/install.sh | sh)
    - macOS font: /System/Library/Fonts/STHeiti Medium.ttc
"""
import argparse
Confidence
88% confidence
Finding
curl -LsSf https://astral.sh/uv/install.sh | sh

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.