Trusted — Risk Score 5/100
Last scan:2 days ago Rescan
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.
Skill Namebazi-pan-skill
Duration19.2s
Enginepi
Safe to install
No action needed. This skill is safe to use.
ResourceDeclaredInferredStatusEvidence
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 616L · 22.7 KB
├─ 📝 SKILL.md Markdown 307L · 8.1 KB
└─ 📝 SKILL.publish.md Markdown 33L · 1.0 KB

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