douyin-hot-trend
Warn
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [DATA_EXFILTRATION]: The Python scripts
scripts/hotspot_fetcher.pyandscripts/gen_douyin_hot_html.pyattempt to read sensitive shell configuration files including~/.bashrc,~/.bash_profile, and~/.zshrc. This is used to find theREDFOX_API_KEY, but accessing these system files is a security concern as they often contain unrelated credentials and secrets. - [CREDENTIALS_UNSAFE]: The documentation in
SKILL.mdandREADME.mdencourages users to store API keys in plain text within shell configuration files as a primary setup method, which is an unsafe credential management practice. - [EXTERNAL_DOWNLOADS]: The skill fetches real-time and historical Douyin trend data from the RedFoxHub API at
https://redfox.hk/story/api/hotSpot/getListByPlatformusing the Pythonrequestslibrary. - [EXTERNAL_DOWNLOADS]: The generated HTML reports load external JavaScript libraries, including
html2canvasandjspdf, from thecdnjs.cloudflare.comCDN to handle image rendering and PDF generation. - [COMMAND_EXECUTION]: The core workflow described in
references/core_workflow.mdrequires the agent to execute shell commands to run local Python scripts with user-influenced arguments. - [DATA_EXFILTRATION]: The
references/core_workflow.mdfile contains hardcoded absolute Windows paths that include a specific local username (马祯), exposing information about the author's local machine environment.
Audit Metadata