maxhub-douyin
Fail
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill requires users to provide highly sensitive platform session cookies for multiple advanced analytical functions.
- Evidence: In
references/api-creator.md, endpoints likefetch_author_diagnosis,fetch_item_analysis_item_performance, andfetch_item_analysis_overviewrequire the user's session cookie in the POST body. - Evidence: In
references/api-user.md, thefetch_user_collectsendpoint also requires a web version session cookie. - Context: These credentials grant full access to the user's Douyin account and are transmitted to the third-party service at
https://www.aconfig.cn. - [CREDENTIALS_UNSAFE]: The skill's registration function accepts proxy credentials in a format that exposes passwords.
- Evidence: In
references/api-video.md, theregister_deviceendpoint accepts aproxyparameter in the formatusername:password@ip:port. - Context: This results in the collection and transmission of plaintext proxy login credentials to an external server.
- [COMMAND_EXECUTION]: The skill relies on
curlto perform network operations that transmit harvested session data and proxy credentials. - Evidence:
SKILL.mddemonstrates the use ofcurlwith theMAXHUB_API_KEYto interact with the external API, serving as the conduit for data exfiltration of user-provided tokens.
Recommendations
- AI detected serious security threats
Audit Metadata