douyin-smart-publish
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands and Python scripts to automate browser interactions and verify platform status.
SKILL.mdcontainscurlcommands to check the connectivity of the browser's remote debugging port at127.0.0.1:18800. Thescripts/publish.pyscript utilizes the Playwright library to navigate the Douyin creator portal, upload media files, and populate content fields. - [SAFE]: The automation script manages authentication by saving and loading session state (cookies and local storage) to a local directory (
~/.douyin_cookies). This is a standard and necessary practice for automating platforms that require manual login (such as QR code scanning) and does not involve hardcoded credentials.
Audit Metadata