weixin-article-reader

Pass

Audited by Gen Agent Trust Hub on Jul 24, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The script scripts/read_weixin_article.py uses subprocess.run to call the system curl utility for fetching article content. This is used with a list of arguments and shell=False (default), which is a secure way to execute external commands.
  • [EXTERNAL_DOWNLOADS]: The skill performs network requests to mp.weixin.qq.com to retrieve article data. This behavior is documented and central to the skill's primary function of reading WeChat articles.
  • [DATA_EXFILTRATION]: No evidence of unauthorized data exfiltration or sensitive file access was found. The network activity is restricted to the specific task of article extraction from a well-known service.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 24, 2026, 08:09 AM
Security Audit — agent-trust-hub — weixin-article-reader