Scan Report
0 /100
liuren-skill
大六壬排盘与断卦技能 - Ancient Chinese divination skill for fortune-telling
This is a legitimate Chinese metaphysics (大六壬) divination skill with purely mathematical/algorithmic JavaScript code. No shell execution, network access, filesystem writes, credential harvesting, or any malicious behavior detected.
Safe to install
No action needed. The skill is safe to use as declared.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | Documentation Minor Mismatch | SKILL.md:63 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access in code |
| Network | NONE | NONE | — | No network calls in code |
| Shell | NONE | NONE | — | No subprocess/exec calls in code |
| Environment | NONE | NONE | — | No env iteration in code |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
2 files · 16.1 KB · 629 lines Markdown 1f · 368L
JavaScript 1f · 261L
├─
index.js
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ No shell execution (no child_process, exec, spawn)
✓ No network access (no fetch, http, axios)
✓ No filesystem writes or sensitive path access
✓ No credential harvesting or environment variable iteration
✓ No obfuscated code, eval, or base64 payloads
✓ No external dependencies or suspicious imports
✓ Code is readable and well-structured with clear mathematical algorithms
✓ No hidden functionality or suspicious HTML comments