Scan Report
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.
Safe to install
Remove the unused execSync import from index.js to eliminate the suspicious dead code. Otherwise safe to use.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Unused execSync import Doc Mismatch | index.js:10 |
| Low | Unused fs module import Doc Mismatch | index.js:9 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ | ✓ Aligned | index.js:9 'const fs = require('fs')' imported but not used |
| Network | NONE | NONE | — | No network operations found |
| Shell | NONE | NONE | — | index.js:10 'const { execSync } = require('child_process')' imported but never e… |
| Environment | NONE | NONE | — | No os.environ access |
| Skill Invoke | NONE | NONE | — | No skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database operations |
2 findings
Medium External URL 外部 URL
https://clawhub.com/certification SKILL.md:168 Info Email 邮箱地址
[email protected] README.md:73 File Tree
4 files · 18.8 KB · 625 lines JavaScript 1f · 323L
Markdown 2f · 259L
JSON 1f · 43L
├─
index.js
JavaScript
├─
package.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
Dependencies 3 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
fs | builtin | Node.js core | No | Imported but unused |
path | builtin | Node.js core | No | Imported but unused |
child_process | builtin | Node.js core | No | Imported but unused |
Security Positives
✓ 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