扫描报告
25 /100
opus-certification
Opus 4.6 Quality Certification program for ClawHub skills
A certification info tool with a suspicious but unused execSync import; no actual malicious behavior detected.
可以安装
Remove the unused execSync import from index.js to eliminate the suspicious dead code. Otherwise safe to use.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unused execSync import 文档欺骗 | index.js:10 |
| 低危 | Unused fs module import 文档欺骗 | index.js:9 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | index.js:9 'const fs = require('fs')' imported but not used |
| 网络访问 | NONE | NONE | — | No network operations found |
| 命令执行 | NONE | NONE | — | index.js:10 'const { execSync } = require('child_process')' imported but never e… |
| 环境变量 | NONE | NONE | — | No os.environ access |
| 技能调用 | NONE | NONE | — | No skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
2 项发现
中危 外部 URL 外部 URL
https://clawhub.com/certification SKILL.md:168 提示 邮箱 邮箱地址
[email protected] README.md:73 目录结构
4 文件 · 18.8 KB · 625 行 JavaScript 1f · 323L
Markdown 2f · 259L
JSON 1f · 43L
├─
index.js
JavaScript
├─
package.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 3 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
fs | builtin | Node.js core | 否 | Imported but unused |
path | builtin | Node.js core | 否 | Imported but unused |
child_process | builtin | Node.js core | 否 | Imported but unused |
安全亮点
✓ No external dependencies - package.json has no runtime dependencies
✓ SKILL.md accurately documents the skill's functionality
✓ No network requests or data exfiltration attempts
✓ No credential harvesting or sensitive file access
✓ No obfuscated code or suspicious patterns
✓ No hardcoded secrets or API keys
✓ Clean, straightforward CLI implementation