Bazi Analysis

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a local Bazi chart/report generator with no evidence of network access, credential use, persistence, or destructive behavior.

This skill looks reasonable for local Bazi report generation. Before use, be aware it processes birth date, time, and gender, and confirm any required lunar_python dependency is installed from a trusted source. Treat the output as traditional metaphysical interpretation, not professional medical, legal, or financial advice.

Findings (1)

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.