八字命理分析
PassAudited by ClawScan on Apr 22, 2026.
Overview
This is a coherent Bazi (八字) analysis skill: it runs a local Python script using the lunar_python library and only asks for birth data (date/time, gender) — no credentials, hidden endpoints, or network exfiltration were found.
Before installing/running: 1) Review scripts/bazi_analysis.py yourself (it appears benign but has a few logic/Index bugs unrelated to security). 2) Install lunar_python in an isolated virtualenv (SKILL.md suggests /tmp/bazi_venv) and verify the lunar_python package on PyPI. 3) Be aware you will provide personal data (birth date/time); avoid sharing sensitive exact timestamps in public contexts. 4) Use the script's --help or check the argparse flags (SKILL.md's positional example doesn't match the script's flag-based interface). 5) If you require stronger isolation, run the script inside a disposable container or VM.
