扫描报告
0 /100
skill-combo
多技能协同引擎 - 允许同时启用多个技能,让它们相互协作、优势互补,完成复杂任务
This is a benign meta-skill (Skill Combo) that only contains documentation and metadata for orchestrating other skills. No executable code, scripts, or dependencies are present.
可以安装
This skill is safe to use. It contains only documentation files (SKILL.md, README.md, skill.json, package.json) with no implementation code or scripts.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file access code exists - only documentation |
| 网络访问 | NONE | NONE | — | No network code exists - only documentation |
| 命令执行 | NONE | NONE | — | No shell execution code exists - only documentation |
| 环境变量 | NONE | NONE | — | No environment access code exists - only documentation |
| 技能调用 | READ | READ | ✓ 一致 | SKILL.md describes loading other skills by name - this is the declared capabilit… |
| 剪贴板 | NONE | NONE | — | No clipboard access code exists |
| 浏览器 | NONE | NONE | — | No browser automation code exists |
| 数据库 | NONE | NONE | — | No database access code exists |
3 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/version-1.0.0-blue.svg README.md:5 中危 外部 URL 外部 URL
https://clawhub.ai/skills/skill-combo README.md:5 中危 外部 URL 外部 URL
https://img.shields.io/badge/license-MIT-green.svg README.md:6 目录结构
4 文件 · 15.9 KB · 841 行 Markdown 2f · 780L
JSON 2f · 61L
├─
package.json
JSON
├─
README.md
Markdown
├─
skill.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No executable scripts or code files present
✓ No dependencies (empty dependencies object in package.json)
✓ No sensitive file paths accessed
✓ No network requests or external communications
✓ No credential harvesting or environment variable access
✓ No obfuscation or encoded payloads
✓ Documentation accurately describes the skill's purpose as a meta-skill orchestrator