可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
0 /100
运势计算
根据生日计算每日运势(爱情、事业、财运、健康),生成幸运元素和建议
A legitimate fortune-telling skill that calculates daily fortune using Chinese lunar calendar without any malicious behavior.
技能名称运势计算
分析耗时18.8s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 WRITE WRITE ✓ 一致 fortune_luck.py:25 - Stores birth data in ~/.openclaw/fortune_birthday.json

目录结构

4 文件 · 27.5 KB · 870 行
Python 2f · 677L Markdown 2f · 193L
├─ 🐍 fortune_luck.py Python 643L · 22.1 KB
├─ 🐍 fortune.py Python 34L · 911 B
├─ 📝 README.md Markdown 94L · 2.1 KB
└─ 📝 SKILL.md Markdown 99L · 2.4 KB

依赖分析 1 项

包名版本来源已知漏洞备注
lunar_python unpinned pip Legitimate Chinese lunar calendar library

安全亮点

✓ No shell execution (subprocess, os.system, etc.)
✓ No network requests or data exfiltration
✓ No credential harvesting or sensitive file access
✓ No obfuscation or encoded commands
✓ Uses legitimate lunar_python library for calendar calculations
✓ File operations limited to user data storage (~/.openclaw/)
✓ Clean, readable code with no suspicious patterns