扫描报告
5 /100
content-workflow-engine
Automate content creation, management, and distribution workflows
内容工作流引擎,声称功能与实际实现一致,无恶意行为发现,代码质量良好。
可以安装
可安全使用。该技能为合法的内容创作自动化工具,功能完整且无越权操作。
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | API配置示例文件包含敏感字段模板 | assets/config/api_config.example.json:1 |
| 提示 | 声明的系统依赖 | SKILL.md:7 |
| 提示 | 外部URL引用 | SKILL.md:234 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md声明文件写入,实际代码在run_workflow.py:162等处实现 |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md声明API集成,实际代码包含API调用占位符 |
| 命令执行 | NONE | READ | ✓ 一致 | index.js调用python3但无直接shell执行 |
| 环境变量 | NONE | NONE | — | 代码未访问os.environ |
| 技能调用 | NONE | NONE | — | 无跨skill调用 |
| 剪贴板 | NONE | NONE | — | 未使用剪贴板API |
| 浏览器 | NONE | NONE | — | 无浏览器操作 |
| 数据库 | NONE | NONE | — | 无数据库操作 |
6 项发现
中危 外部 URL 外部 URL
https://yourblog.com/wp-json SKILL.md:234 中危 外部 URL 外部 URL
https://yourdomain.com/health assets/config/api_config.example.json:117 提示 邮箱 邮箱地址
[email protected] CLAWHUB_LISTING.md:282 提示 邮箱 邮箱地址
[email protected] CLAWHUB_LISTING.md:347 提示 邮箱 邮箱地址
[email protected] assets/config/api_config.example.json:39 提示 邮箱 邮箱地址
[email protected] assets/config/api_config.example.json:115 目录结构
16 文件 · 103.2 KB · 3379 行 Markdown 6f · 1855L
Python 4f · 1135L
JSON 5f · 269L
JavaScript 1f · 120L
├─
▾
assets
│ ├─
▾
config
│ │ └─
api_config.example.json
JSON
│ └─
▾
templates
│ ├─
▾
social
│ │ └─
twitter_template.json
JSON
│ └─
blog_template.md
Markdown
├─
▾
references
│ ├─
scheduled_blog.md
Markdown
│ └─
social_multi.md
Markdown
├─
▾
scripts
│ ├─
▾
workflow_templates
│ │ └─
blog_automated.py
Python
│ ├─
brainstorm.py
Python
│ ├─
create_workflow.py
Python
│ └─
run_workflow.py
Python
├─
▾
test_workflows
│ └─
test-blog-pipeline.json
JSON
├─
_meta.json
JSON
├─
CLAWHUB_LISTING.md
Markdown
├─
index.js
JavaScript
├─
package.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
无第三方Python依赖 | N/A | pip | 否 | 纯标准库实现 |
Node.js标准库 | 内置 | npm | 否 | 仅使用child_process和fs |
安全亮点
✓ 代码结构清晰,模块化设计良好
✓ 工作流引擎完整实现了阶段化执行和错误处理
✓ 所有工具实现都是本地模拟,无实际恶意操作
✓ 文档与代码实现一致,无影子功能
✓ 无凭证收割、远程执行或数据外泄行为
✓ 敏感配置使用占位符而非真实凭证