Scan Report
5 /100
content-workflow-engine
Automate content creation, management, and distribution workflows
内容工作流引擎,声称功能与实际实现一致,无恶意行为发现,代码质量良好。
Safe to install
可安全使用。该技能为合法的内容创作自动化工具,功能完整且无越权操作。
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | API配置示例文件包含敏感字段模板 | assets/config/api_config.example.json:1 |
| Info | 声明的系统依赖 | SKILL.md:7 |
| Info | 外部URL引用 | SKILL.md:234 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md声明文件写入,实际代码在run_workflow.py:162等处实现 |
| Network | READ | READ | ✓ Aligned | SKILL.md声明API集成,实际代码包含API调用占位符 |
| Shell | NONE | READ | ✓ Aligned | index.js调用python3但无直接shell执行 |
| Environment | NONE | NONE | — | 代码未访问os.environ |
| Skill Invoke | NONE | NONE | — | 无跨skill调用 |
| Clipboard | NONE | NONE | — | 未使用剪贴板API |
| Browser | NONE | NONE | — | 无浏览器操作 |
| Database | NONE | NONE | — | 无数据库操作 |
6 findings
Medium External URL 外部 URL
https://yourblog.com/wp-json SKILL.md:234 Medium External URL 外部 URL
https://yourdomain.com/health assets/config/api_config.example.json:117 Info Email 邮箱地址
[email protected] CLAWHUB_LISTING.md:282 Info Email 邮箱地址
[email protected] CLAWHUB_LISTING.md:347 Info Email 邮箱地址
[email protected] assets/config/api_config.example.json:39 Info Email 邮箱地址
[email protected] assets/config/api_config.example.json:115 File Tree
16 files · 103.2 KB · 3379 lines 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
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
无第三方Python依赖 | N/A | pip | No | 纯标准库实现 |
Node.js标准库 | 内置 | npm | No | 仅使用child_process和fs |
Security Positives
✓ 代码结构清晰,模块化设计良好
✓ 工作流引擎完整实现了阶段化执行和错误处理
✓ 所有工具实现都是本地模拟,无实际恶意操作
✓ 文档与代码实现一致,无影子功能
✓ 无凭证收割、远程执行或数据外泄行为
✓ 敏感配置使用占位符而非真实凭证