BaZi Chart Calculator (八字排盘)

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

Installing the skill may pull the current compatible version of the `ephem` package, so the exact installed dependency can change over time.

Why it was flagged

The skill depends on an external PyPI package with a lower-bound version range rather than an exact pin; this is expected for the stated astronomical calculation purpose, but users should notice the dependency being installed.

Skill content
ephem>=4.1.0
Recommendation

Install it in the documented virtual environment, and consider pinning or reviewing the dependency version if reproducibility is important.