Install
$ agentstack add skill-neu-zha-legal-ai-skills-pkulaw-mcp-citation-validator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
北大法宝 MCP:法条引用核验(citation-validator)
这个 Skill 只负责一件事:检查已经写出来的法条引用是否需要修正。
它不负责替代法规检索,也不负责直接判断实体结论一定成立。 如果用户还没有引用文本,只是想“先找相关法规”,应转到法规检索或精准法条 Skill。
先看边界
- “核验通过”只表示与当次工具返回一致,不等于已经完成正式法律审查。
- 命中不明确、存在歧义、或文本本身表述过于含混时,只能标记“需人工复核”。
- 不得把核验工具的返回扩大解释成“结论当然正确”。
默认路由
- 用户给你一段已有草稿、问答、摘要、审查意见,想核对法条引用:
- 走
citation-validator - 用户想先找法规依据:
- 转
pkulaw-mcp-law-retrieval或pkulaw-mcp-fatiao-precise
推荐工作流
- 先确认用户提供的是待核验文本,而不是单纯检索需求。
- 用
tools确认真实 `` 与参数名。 - 提交待核验文本。
- 按“原引用 -> 核对状态 -> 修正建议”整理输出。
- 把“命中”“不命中”“需复核”明确分开。
失败与降级
允许的失败输出
当前未拿到法条引用核验结果。
失败原因:
- [未认证 / 无订阅 / 无结果 / 工具不存在 / 命令报错]
建议动作:
- 检查 `pkulaw-mcp` 配置
- 检查引用文本是否过短或过于含混
- 如需先找法规,请转到法规检索或精准法条路径
允许的保守输出
- 结果不明确 -> 标记“需人工复核”
- 不得强行写“核验通过”
输出结构
- 原引用
- 核对状态
- 修正建议
- 备注(如需人工复核)
终端复现与排障
如需在终端复现,请先安装 @pkulaw/mcp-cli;安装后命令为 pkulaw-mcp。
pkulaw-mcp tools citation-validator
pkulaw-mcp citation-validator ... --json
补充材料
- 示例见 [examples.md](examples.md)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: NEU-ZHA
- Source: NEU-ZHA/legal-ai-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.