Ziwei Doushu

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is coherent with its stated offline astrology-report purpose, with only minor review notes about running local code and undeclared third-party dependencies.

This looks safe to install for offline Ziwei Doushu report generation. Be aware that it runs local code and may require third-party packages; install those from trusted sources and only provide birth details needed for the reading.

Findings (2)

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

When invoked, the agent may run local calculation code using the birth details provided for the report.

Why it was flagged

The primary workflow runs an included local Python script. This is disclosed and central to the chart-generation purpose, so it is a notice rather than a concern.

Skill content
python scripts/ziwei_chart.py \
  --date 1990-10-21 \
  --time 15:30 \
  --gender female
Recommendation

Use the skill for intended chart-generation requests only, and review any local output paths if enabling optional chart export.

What this means

A user may need to install external packages manually, and unpinned packages can change over time.

Why it was flagged

The script expects a third-party Python package that is not captured by an install specification or pinned dependency file in the provided artifacts.

Skill content
raise RuntimeError("未安装 iztro-py,请先安装:pip install iztro-py")
Recommendation

Install dependencies only from trusted package sources; the publisher should declare and pin required Python/Node dependencies.