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.pyusessubprocess.runto call the systemcurlutility for fetching article content. This is used with a list of arguments andshell=False(default), which is a secure way to execute external commands. - [EXTERNAL_DOWNLOADS]: The skill performs network requests to
mp.weixin.qq.comto 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