可信 — 风险评分 0/100
上次扫描:2 天前 重新扫描
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.
技能名称liuyao-najia-skill
分析耗时23.9s
引擎pi
可以安装
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 801L · 30.8 KB
├─ 📝 README.md Markdown 147L · 3.7 KB
└─ 📝 SKILL.md Markdown 35L · 799 B

安全亮点

✓ 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