Bazi Analysis
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.
The skill may require installing or already having the lunar_python package, which should come from a trusted source.
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.
from lunar_python import Solar
Declare and pin the Python dependency in the skill metadata or install documentation, and install it only from a trusted package source.
