bilibili-subtitle
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a legitimate workflow for Bilibili video analysis.
- Credential Handling: The
cookie_login.pyscript facilitates obtainingSESSDATAandbili_jctcookies through Bilibili's official QR code generation and polling endpoints (passport.bilibili.com). The skill explicitly documents that these credentials are saved to a localcookie.txtfile and warns users to keep it secure. - Network Operations: The
fetch_subtitle.pyscript interacts with official Bilibili API endpoints (api.bilibili.com) to retrieve video metadata (cid) and subtitle content. These operations are performed with standard headers and the user's local cookies to access content that requires authentication. - Command Execution: The skill involves the AI running local Python scripts (
fetch_subtitle.py,cookie_login.py,search_timestamp.py) to process data. These scripts are self-contained and perform their stated functions without suspicious side effects. - Privacy: Data processing (subtitle parsing and searching) occurs locally on the user's machine. Subtitles are saved to a local
subtitles_output/directory.
Audit Metadata