wechat-mp-writer
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/run_pipeline.pyutilizessubprocess.runto execute external Python scripts for image generation and WeChat API interactions. This is a core feature of the pipeline orchestration. - [EXTERNAL_DOWNLOADS]:
scripts/collect_sources.pyusesurllib.request.urlopento fetch content from URLs provided by the user to populate article data. - [DATA_EXPOSURE]: The skill includes functionality in
scripts/collect_sources.pyto read local files (e.g., markdown or text files) specified by the user for article content collection. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest data from untrusted external sources like web pages and local files. This creates an attack surface where malicious instructions embedded in the source material could potentially influence the agent's behavior during the JSON generation phase.
Audit Metadata