扫描报告
0 /100
liuyao-najia-skill
六爻纳甲排盘与断卦技能。支持起卦、纳甲、装卦、六亲、世应、六神排布,以及自动化断卦分析。
This is a pure mathematical I Ching (六爻) divination tool using only Python standard library with zero network, shell, filesystem, or credential access.
可以安装
No action needed. The skill is safe to use as declared.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file read/write operations found |
| 网络访问 | NONE | NONE | — | No socket, HTTP, or network calls of any kind |
| 命令执行 | NONE | NONE | — | No subprocess, os.system, or shell command execution |
| 环境变量 | NONE | NONE | — | No os.environ or environment variable access |
| 技能调用 | NONE | NONE | — | No skill invocation mechanism present |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database connectivity |
目录结构
3 文件 · 35.2 KB · 983 行 Python 1f · 801L
Markdown 2f · 182L
├─
▾
scripts
│ └─
liuyao_pan.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Uses only Python standard library (argparse, json, random, datetime, typing) — no third-party dependencies
✓ No network requests, socket connections, or external data transmission
✓ No shell execution, subprocess, or system command invocation
✓ No file read/write operations — stateless, pure-computation design
✓ No environment variable or credential access
✓ No sensitive path access (~/.ssh, ~/.aws, .env, etc.)
✓ No base64, eval, exec, or dynamic code execution
✓ No hidden functionality — code is straightforward and readable
✓ SKILL.md accurately describes all capabilities with no doc-to-code mismatch
✓ Input validation through argparse with type-checked parameters