Scan Report
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.
Safe to install
No action needed. The skill is safe to use as declared.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file read/write operations found |
| Network | NONE | NONE | — | No socket, HTTP, or network calls of any kind |
| Shell | NONE | NONE | — | No subprocess, os.system, or shell command execution |
| Environment | NONE | NONE | — | No os.environ or environment variable access |
| Skill Invoke | NONE | NONE | — | No skill invocation mechanism present |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database connectivity |
File Tree
3 files · 35.2 KB · 983 lines Python 1f · 801L
Markdown 2f · 182L
├─
▾
scripts
│ └─
liuyao_pan.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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