扫描报告
0 /100
运势计算
根据生日计算每日运势(爱情、事业、财运、健康),生成幸运元素和建议
A legitimate fortune-telling skill that calculates daily fortune using Chinese lunar calendar without any malicious behavior.
可以安装
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
├─
fortune.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 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