wechat-fastest-growing
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python scripts to perform network operations. This is the primary intended function of the skill to fetch data from the Doubaoya API.
- The execution pattern
python3 "$SKILL_PATH/scripts/fetch_growth_rank.py"is used to run the data collection logic. - The script uses the standard
urlliblibrary to make POST requests tohttps://doubaoya.com/api/apis/gongzhonghao/gongzhonghao-raise-rank/call. - Authentication is handled securely via the
DOUBAOYA_API_KEYenvironment variable, following best practices for secret management.
Audit Metadata