wechat-fastest-growing
Warn
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/fetch_growth_rank.pycontains logic to automatically read sensitive shell configuration files (~/.bashrc,~/.zshrc,~/.bash_profile,~/.profile) to extract theREDFOX_API_KEY. Accessing these files is a security concern as they typically contain other sensitive environment variables and system configurations. The extracted key is then transmitted to the vendor's API atredfox.hk. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it fetches data (article titles, summaries, and content) from an external API and instructs the agent to analyze it without sanitization or clear boundary markers. This could allow malicious content from the data source to influence the agent's behavior.
- Ingestion points: Data is ingested via
scripts/fetch_growth_rank.pyfrom theredfox.hkAPI. - Boundary markers: No delimiters or 'ignore embedded instructions' warnings are present to separate the fetched data from the agent's internal instructions.
- Capability inventory: The skill uses
scripts/fetch_growth_rank.pywhich performs network operations and the agent is instructed to perform complex content analysis and summarization. - Sanitization: There is no evidence of sanitization, escaping, or validation of the external content before it is processed by the agent.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
requestslibrary viapip, which is a standard and well-known dependency for Python-based network operations.
Audit Metadata