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.py script facilitates obtaining SESSDATA and bili_jct cookies through Bilibili's official QR code generation and polling endpoints (passport.bilibili.com). The skill explicitly documents that these credentials are saved to a local cookie.txt file and warns users to keep it secure.
  • Network Operations: The fetch_subtitle.py script 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
Risk Level
SAFE
Analyzed
Aug 6, 2026, 03:04 AM
Security Audit — agent-trust-hub — bilibili-subtitle