Tencent Meeting Export

PassAudited by ClawScan on Feb 21, 2026.

Overview

The skill's code and instructions match its stated purpose (scraping transcript data from public Tencent Meeting share links using Playwright) and do not request unrelated credentials or perform evident exfiltration.

This skill appears to do what it says: run it only against public Tencent Meeting share links you are authorized to access. Installing Playwright will download a Chromium binary to your machine and the script launches a headless browser that executes remote page JavaScript (necessary to load lazy APIs) — if you have concerns, run it in an isolated environment (VM or container). Review the script before running if you need to ensure no data is transmitted off-host; the code provided only collects intercepted API responses and writes local Markdown/JSON outputs. If you need enterprise-safe handling, prefer running on a disposable VM and confirm links are legitimately shared and within their validity period.