Scan Report
0 /100
运势计算
根据生日计算每日运势(爱情、事业、财运、健康),生成幸运元素和建议
A legitimate fortune-telling skill that calculates daily fortune using Chinese lunar calendar without any malicious behavior.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | fortune_luck.py:25 - Stores birth data in ~/.openclaw/fortune_birthday.json |
File Tree
4 files · 27.5 KB · 870 lines Python 2f · 677L
Markdown 2f · 193L
├─
fortune_luck.py
Python
├─
fortune.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
lunar_python | unpinned | pip | No | Legitimate Chinese lunar calendar library |
Security Positives
✓ 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