Scan Report
This report was generated in Chinese. Some content may be in Chinese.
15 /100
comfyskill
ComfyUI 图片生成技能
ComfyUI 图片生成技能,功能简单明了,仅连接本地 ComfyUI API,存在轻微文档-行为差异但不影响安全。
Safe to install
修复 SKILL.md 中声明的 workflow 文件名与实际代码的不一致,建议明确 WORKFLOW_PATH 环境变量的配置说明。
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Workflow 文件名文档-行为不一致 Doc Mismatch | index.js:7 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | index.js:8 - fs.readFileSync(workflowPath, 'utf-8') |
| Network | READ | READ | ✓ Aligned | index.js:15-17 - fetch POST 到本地 ComfyUI |
| Environment | NONE | READ | ✓ Aligned | index.js:6-7 - 读取 COMFYUI_ENDPOINT 和 WORKFLOW_PATH 环境变量,但未在 SKILL.md 中声明 |
1 findings
Medium External URL 外部 URL
http://127.0.0.1:8188 SKILL.md:13 File Tree
4 files · 2.7 KB · 62 lines JavaScript 1f · 26L
JSON 2f · 22L
Markdown 1f · 14L
├─
index.js
JavaScript
├─
package.json
JSON
├─
SKILL.md
Markdown
└─
workflow.json
JSON
Security Positives
✓ 无外部网络请求,仅连接本地 localhost
✓ 无代码混淆或 Base64 编码
✓ 无凭证收割或环境变量遍历
✓ 无远程脚本执行
✓ 无敏感路径访问
✓ 无第三方依赖(package.json dependencies 为空)
✓ 工作流 JSON 内容正常,无恶意节点