扫描报告
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.
可以安装
No action needed. The skill is safe to use as declared.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Documentation Minor Mismatch | SKILL.md:63 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access in code |
| 网络访问 | NONE | NONE | — | No network calls in code |
| 命令执行 | NONE | NONE | — | No subprocess/exec calls in code |
| 环境变量 | NONE | NONE | — | No env iteration in code |
| 技能调用 | NONE | NONE | — | No cross-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
2 文件 · 16.1 KB · 629 行 Markdown 1f · 368L
JavaScript 1f · 261L
├─
index.js
JavaScript
└─
SKILL.md
Markdown
安全亮点
✓ 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