Destiny Fusion Pro
PassAudited by ClawScan on May 1, 2026.
Overview
The artifacts describe a coherent offline astrology-report tool, with only disclosed local script execution and undeclared dependency notes.
This appears reasonable for an offline destiny-report skill. Before installing, be aware that it runs local Python/optional JS code and may require external packages; install those dependencies from trusted sources and remember that the generated report is interpretive, not medical, legal, or investment advice.
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.
Installing or using the skill may involve running local code with the birth details the user provides.
The recommended workflow runs a local Python script. This is disclosed, user-directed, and matches the stated offline calculation purpose.
python scripts/fortune_fusion.py \ --date 1990-10-21 \ --time 15:30
Run it only from the installed skill directory and keep execution user-directed; do not treat it as an automatically safe background task.
The skill may not work until third-party astrology libraries are installed, and those packages become part of the trust chain.
The script relies on external calculation packages, but the registry section says there is no install spec and no required binaries. The dependency use is purpose-aligned, but users should notice the undeclared package requirement.
from lunar_python import Solar ... from iztro_py import astro ... "未安装 iztro-py,请先安装:pip install iztro-py"
Install dependencies only from trusted package sources and consider adding explicit, pinned installation requirements in the skill metadata.
