Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
运势计算
根据生日计算每日运势(爱情、事业、财运、健康),生成幸运元素和建议
A legitimate fortune-telling skill that calculates daily fortune using Chinese lunar calendar without any malicious behavior.
Skill Name运势计算
Duration18.8s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
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 643L · 22.1 KB
├─ 🐍 fortune.py Python 34L · 911 B
├─ 📝 README.md Markdown 94L · 2.1 KB
└─ 📝 SKILL.md Markdown 99L · 2.4 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
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