Scan Report
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.
Safe to install
No action needed. This skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file I/O operations in code |
| Network | NONE | NONE | — | No network requests found |
| Shell | NONE | NONE | — | No subprocess or shell execution in code |
| Environment | NONE | NONE | — | No os.environ access |
| Skill Invoke | NONE | NONE | — | Local calculation only |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser interactions |
| Database | NONE | NONE | — | No database access |
File Tree
3 files · 31.8 KB · 956 lines Python 1f · 616L
Markdown 2f · 340L
├─
▾
scripts
│ └─
bazi_pan.py
Python
├─
SKILL.md
Markdown
└─
SKILL.publish.md
Markdown
Security Positives
✓ 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