可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
5 /100
bazi-pan-skill
八字命理排盘技能 - 四柱八字排盘、十神计算、大运排法等
A straightforward Chinese fortune-telling (八字命理) tool that performs date-based calculations using only Python standard library with no security concerns.
技能名称bazi-pan-skill
分析耗时19.2s
引擎pi
可以安装
No action needed. This skill is safe to use.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file I/O operations in code
网络访问 NONE NONE No network requests found
命令执行 NONE NONE No subprocess or shell execution in code
环境变量 NONE NONE No os.environ access
技能调用 NONE NONE Local calculation only
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser interactions
数据库 NONE NONE No database access

目录结构

3 文件 · 31.8 KB · 956 行
Python 1f · 616L Markdown 2f · 340L
├─ 📁 scripts
│ └─ 🐍 bazi_pan.py Python 616L · 22.7 KB
├─ 📝 SKILL.md Markdown 307L · 8.1 KB
└─ 📝 SKILL.publish.md Markdown 33L · 1.0 KB

安全亮点

✓ Uses only Python standard library (argparse, json, datetime, typing) - no external dependencies
✓ Input validation through argparse with type checking and enum constraints
✓ No file system access, network requests, or shell execution
✓ No credential harvesting or environment variable access
✓ No base64 encoding, eval(), or dynamic code execution
✓ Clear and well-documented codebase aligned with SKILL.md declarations
✓ Proper error handling without information leakage