beautiful-article
Warn
Audited by Snyk on Jun 14, 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.75). Phase 1 的 URL 抽取会在运行时抓取“外部网页正文”(scripts/source-to-markdown.py 的 from_url→from_html),把非用户选择引入的自由文本写入 source/source.md,从而进入后续 LLM 上下文;这属于公共 web 内容注入风险路径。
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The scaffold script (scripts/scaffold.sh) runs npm install and explicitly installs reacticle@latest from the npm registry (assets/scaffold-template/.npmrc → https://registry.npmjs.org/), which is fetched at runtime and will install/execute remote package code that the skill requires to build/preview articles.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata