Youtube and Bilibili Subtitle Extraction and Summary
PassAudited by VirusTotal on May 3, 2026.
Findings (1)
The skill includes instructions in SKILL.md to automatically extract browser cookies from Chrome using 'yt-dlp --cookies-from-browser' and save them to a local file (~/bilibili_cookies.txt). While this is a functional feature of yt-dlp used to access Bilibili subtitles, it involves accessing sensitive authentication data from the user's system. Additionally, the skill performs automated software installation and updates (pip install yt-dlp, yt-dlp -U) directly within the agent's execution flow.
