wechat-article-search-api-skill
Warn
Audited by Snyk on Mar 30, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). This skill explicitly fetches full, user-generated WeChat articles from public sources via the BrowserAct API (see SKILL.md and scripts/wechat_article_search_api.py which call https://api.browseract.com/v2/workflow and return article "body_content"), so the agent ingests untrusted third‑party content that could contain instructions influencing its actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The skill makes runtime requests to the BrowserAct API at https://api.browseract.com/v2/workflow which triggers remote workflow execution (server-side code) and the script requires that API and key to run, so this external URL is a required runtime dependency that can execute remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata