扫描报告
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.
可以安装
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
├─
SKILL.md
Markdown
└─
SKILL.publish.md
Markdown
安全亮点
✓ 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