Bazi Analysis

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: bazi-analysis Version: 1.0.2 The skill is a legitimate tool for Bazi (Four Pillars of Destiny) astrological analysis. The core logic in `scripts/bazi_chart.py` uses the standard `lunar_python` library to calculate charts based on user-provided birth dates and times, with no evidence of network activity, file system intrusion, or credential theft. The instructions in `SKILL.md` are well-defined and align strictly with the stated purpose of generating metaphysical reports.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill may require installing or already having the lunar_python package, which should come from a trusted source.

Why it was flagged

The script relies on an external Python package, while the supplied install information declares no install spec or dependency pinning. This dependency is purpose-aligned for lunar/Bazi calculation, but users should know what package must be installed and from where.

Skill content
from lunar_python import Solar
Recommendation

Declare and pin the Python dependency in the skill metadata or install documentation, and install it only from a trusted package source.