Bilibili AI Subtitle
Analysis
The skill matches its subtitle-downloading purpose, but it automatically uses local Chromium/Edge browser cookies without declaring credential access in metadata, so it should be reviewed carefully before installation.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
## Requirements - `yt-dlp` installed - Optional: Browser with Bilibili login
The skill documentation requires yt-dlp, but the registry metadata lists no required binaries and no install spec. This is purpose-aligned, but the dependency is under-declared.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
TEST=$(yt-dlp --list-subs --cookies-from-browser "chromium:$CHROMIUM_PATH" "$VIDEO_URL" ...); COOKIE_PARAM="--cookies-from-browser edge:C:/Users/$WIN_USER/AppData/Local/Microsoft/Edge/User Data"
The script automatically points yt-dlp at local Chromium/Edge browser cookie stores and applies them to the supplied URL. Browser cookies are sensitive session credentials, while the registry metadata declares no primary credential or required config paths.
