wechat-publisher
Warn
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/publish.shcontains logic to automatically install the@wenyan-md/clipackage from the npm registry if it is not detected on the host system. - [COMMAND_EXECUTION]: The skill executes shell scripts (
publish.sh,setup.sh) that trigger external binaries includingnpmand thewenyanCLI tool. - [CREDENTIALS_UNSAFE]: The skill automatically retrieves sensitive WeChat API credentials (
WECHAT_APP_ID,WECHAT_APP_SECRET) from theTOOLS.mdfile in the user's workspace usinggrepandsed. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied Markdown content which is then parsed by an external tool. * Ingestion points: The
wenyan publishcommand inscripts/publish.shtakes a user-specified file path as an argument. * Boundary markers: No delimiters or warnings are used to isolate potentially malicious instructions within the Markdown content. * Capability inventory: The skill has access to the local filesystem for reading credentials and Markdown files, and performs network operations to the WeChat API. * Sanitization: Relies entirely on the external@wenyan-md/clitool for content sanitization.
Audit Metadata