Trusted — Risk Score 5/100
Last scan:2 days ago Rescan
5 /100
meihua-yishu-skill
梅花易数排盘与断卦技能。支持数字起卦、时间起卦、方位起卦,包含互卦、变卦、体用分析、自动化断卦。
This is a legitimate 梅花易数 divination tool with no malicious behavior - only local computation using standard library modules.
Skill Namemeihua-yishu-skill
Duration30.5s
Enginepi
Safe to install
Safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned SKILL.md states usage, save function writes to skill's local guali/ directory on…
Network NONE NONE No network requests in code
Shell NONE NONE No subprocess or shell execution
Environment NONE NONE No os.environ access
Skill Invoke NONE NONE No skill invocation
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser automation
Database NONE NONE No database access

File Tree

2 files · 37.5 KB · 1020 lines
Python 1f · 985L Markdown 1f · 35L
├─ 📁 scripts
│ └─ 🐍 meihua_pan.py Python 985L · 36.8 KB
└─ 📝 SKILL.md Markdown 35L · 781 B

Security Positives

✓ Uses only Python standard library (argparse, json, random, os, datetime, typing)
✓ No external dependencies requiring pip install
✓ No shell execution, subprocess, or system command calls
✓ No network requests or external IP connections
✓ No credential harvesting or environment variable access
✓ File writes are confined to skill's own guali/ directory
✓ All features documented in SKILL.md
✓ No obfuscation techniques (no base64, eval, or atob)
✓ No hidden functionality or suspicious HTML comments