可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
5 /100
meihua-yishu-skill
梅花易数排盘与断卦技能。支持数字起卦、时间起卦、方位起卦,包含互卦、变卦、体用分析、自动化断卦。
This is a legitimate 梅花易数 divination tool with no malicious behavior - only local computation using standard library modules.
技能名称meihua-yishu-skill
分析耗时30.5s
引擎pi
可以安装
Safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 SKILL.md states usage, save function writes to skill's local guali/ directory on…
网络访问 NONE NONE No network requests in code
命令执行 NONE NONE No subprocess or shell execution
环境变量 NONE NONE No os.environ access
技能调用 NONE NONE No skill invocation
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database access

目录结构

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

安全亮点

✓ 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