douyin-similar-account
Fail
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The instructions in
SKILL.mddirect the AI agent to perform system-level modifications by appending commands to shell configuration files (e.g.,~/.zshrc,~/.bashrc) or modifying Windows environment variables at the user level to persist API keys. - [DATA_EXFILTRATION]: The script
scripts/douyin_similar_account.pycontains functions (_read_api_key_from_unix_shell_configand_read_api_key_from_windows) designed to read sensitive local files, including~/.zshrc,~/.bashrc,~/.bash_profile, and~/.profile, searching for configuration strings and credentials. - [PROMPT_INJECTION]: The skill includes explicit instructions to the AI agent to ignore its standard operational procedures. Specifically,
SKILL.mdandreferences/core_workflow.mdmandate that the agent must display script output "as-is" and "原样完整展示" (completely as originally presented), forbidding any summary, modification, or additional commentary, which suppresses the agent's ability to filter or review content. - [DYNAMIC_EXECUTION]: The wrapper script
query_wrapper.pyutilizes theexec()function to run the contents of the core logic script. Dynamic execution of file contents can be used to bypass security scanners and presents a risk of executing unauthorized code if the underlying file is modified. - [INDIRECT_PROMPT_INJECTION]: The skill defines a workflow where untrusted data fetched from a remote API (
redfox.hk) is fed directly into the agent's response context. Combined with the instruction to bypass summarization, this creates a vulnerability where malicious instructions returned by the API could be executed by the agent or directed at the user without oversight.
Recommendations
- AI detected serious security threats
Audit Metadata