seo-article-review
Warn
Audited by Snyk on Jun 13, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). SKILL 运行时会把用户提供的
materialText/materialFile/materialUrl作为“文章稿件/正文/链接内容”进入 contextComposer;若materialUrl指向公开网页或materialText/上传文件包含他人撰写的内容,则该外部自由文本会被 LLM 读取并进入上下文(间接提示注入风险)。
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). scripts/run.py sends a POST at runtime to the configured AISKILLS_BASE_URL (default https://ai-skills.ai/api/execute), which is a required remote call that executes the skill and thus allows external content to control the agent's execution/responses.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata