知己排盘 BaZi
NPM · ZHIJI-BAZI · 2 COMPONENTS · SCANNED AUG 20
BaZi (Chinese Four Pillars) chart calculator. Structured chart data only, no predictions.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 0 of 1 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 6 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability52
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 623 tokens (~623/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 58% of tool parameters carry a description.Partial
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · zhiji-bazi
claude mcp add com-zhijipaipan-zhiji-bazi -- npx -y zhiji-bazi
codex mcp add com-zhijipaipan-zhiji-bazi -- npx -y zhiji-bazi
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-zhijipaipan-zhiji-bazi": {
"type": "local",
"command": [
"npx",
"-y",
"zhiji-bazi"
],
"enabled": true
}
}
} openclaw mcp add com-zhijipaipan-zhiji-bazi --command npx --arg -y --arg zhiji-bazi
mcp_servers:
com-zhijipaipan-zhiji-bazi:
command: "npx"
args: ["-y", "zhiji-bazi"] {
"mcpServers": {
"com-zhijipaipan-zhiji-bazi": {
"command": "npx",
"args": [
"-y",
"zhiji-bazi"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 14 Aug 26 +9
- Schema quality: unverified → good ▲ functional
- 13 Aug 26 52
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Aug 2026 · Analysed npm/zhiji-bazi@0.2.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 1 package
| Packages resolved | 1 |
|---|---|
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
bazi_compute ~285
输入出生时间(公历、农历或直接给四柱),返回八字命盘 JSON:四柱、身强弱、格局、用神。只做计算,不含解读文案、不做预测;转述结果时给结构不给吉凶断语,并说明身强弱与格局各流派口径不同。Compute a BaZi (Four Pillars) chart from a birth datetime. Returns structured data only, no predictions or readings.
| Name | Type | Req | Description |
|---|---|---|---|
| day | integer | – | – |
| hour | integer | – | – |
| inputMode | string | yes | solar=公历,lunar=农历,pillar=直接四柱 |
| isLeapMonth | boolean | – | 农历闰月,inputMode=lunar 时用 |
| isMale | boolean | – | 男=true,影响大运顺逆 |
| longitude | number | – | 出生地经度。给了就按真太阳时校正 |
| minute | integer | – | – |
| month | integer | – | – |
| pillars | object | – | inputMode=pillar 时用,干支各两字 |
| timeZone | string | – | IANA 时区,默认 Asia/Shanghai |
| year | integer | – | – |
| zishiRule | string | – | 晚子时日柱归属,默认 sameDay |
No output schema declared.
No examples provided.