wechat-top-account
Warn
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The scripts
scripts/gzh_growth_fetcher.pyandscripts/gen_gzh_html.pyattempt to read sensitive shell configuration files, including~/.zshrc,~/.bashrc,~/.bash_profile,~/.profile, and Windows PowerShell profiles. This access is used to search for theREDFOX_API_KEY, but it exposes all contents of these configuration files to the script's memory. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection. 1. Ingestion points: External data is fetched from the RedFoxHub API via the
requestslibrary in the provided Python scripts. 2. Boundary markers: The skill lacks explicit delimiters or instructions to ignore potential commands within the fetched data when presenting it to the agent. 3. Capability inventory: The skill can perform file system writes and execute Python scripts that make network requests. 4. Sanitization: There is no evidence of sanitization for account names or other textual data returned by the API before it is processed by the agent.
Audit Metadata