wechat-fastest-growing
Warn
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The script
scripts/fetch_growth_rank.pycontains logic to programmatically read sensitive local shell configuration files to extract theREDFOX_API_KEY. - The script attempts to open and scan
~/.bashrc,~/.bash_profile,~/.zshrc, and~/.profileon the host system. - It uses regular expressions to search for and capture values assigned to the
REDFOX_API_KEYvariable. - While this is documented as an 'automatic detection' feature, programmatically reading these files exposes the execution environment to potential leaks of other unrelated sensitive environment variables.
- [PROMPT_INJECTION]: The skill processes untrusted external data (article titles and metadata) which presents a surface for indirect prompt injection.
- Ingestion points: Data is retrieved from the vendor's external API endpoint at
https://redfox.hk/story/api/cozeSkill/getGzhCozeSkillDataRaisewithin thescripts/fetch_growth_rank.pyscript. - Boundary markers: The skill instructions do not utilize specific delimiters or isolation warnings when passing the fetched article titles to the agent for its mandatory trend analysis.
- Capability inventory: The skill possesses network access via the
requestslibrary and local file system read access for configuration discovery. - Sanitization: The script performs basic formatting but does not appear to sanitize or filter the article titles, which could contain instructions meant to influence the agent's behavior during the summary phase.
Audit Metadata