863683348 / dsh-plugin-verify

已收录

Verification toolkit for DeepSeek Harness agents: evidence-based claim checking with line citations, config validation (JSON/YAML), HTTP URL, npm and GitHub submission-readiness probes.

main工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:863683348/dsh-plugin-verify

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 5833738同步于 2026年8月18日

dsh-plugin-verify

Verification toolkit for DeepSeek Harness agents — evidence-based claim checking, config validation, and read-only network probes (URL / npm / GitHub).

Tools

ToolModeWhat it does
verifyclaimVerify a statement against workspace files: keyword extraction, per-keyword hits with line-level citations, verdict verified / partial / unsupported
configValidate a config file — JSON strict parse or YAML structural smoke check
urlHTTP(S) availability: status, redirect target, latency
npmRegistry check: exists, latest version, dsh.bundle manifest, publish time
repoGitHub submission-readiness: exists, age, dsh-plugin topic, approximate commit count

Usage

verify claim "the plugin pins zod in dependencies"           # evidence search in workspace
verify claim "this repo has 12 commits" scope ./some-dir
verify config ./cordis.patch.yml
verify url https://example.com
verify npm dsh-plugin-focus
verify repo 863683348/dsh-plugin-gate

Notes

  • Read-only: never writes files, never executes scanned content.
  • Claim verification is a heuristic (keyword evidence), not proof — an unsupported verdict means "no evidence found", treat it as unconfirmed.
  • YAML check is a structural smoke check (balanced quotes/brackets, indentation), not a full YAML parser.

Development

node --check lib/*.js
node test/verify.test.mjs

License

MIT

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测
安全策略已检测
文档已检测

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月17日 10:54

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。