dsh-plugin-verify
Manifest validVerification toolkit for DSH agents: evidence-based claim checking against workspace files with line citations, config validation (JSON/YAML), and read-only URL/npm/GitHub submission-readiness probes.
dsh-plugin-verify
Verification toolkit for DeepSeek Harness agents — evidence-based claim checking, config validation, and read-only network probes (URL / npm / GitHub).
Compatibility
Tool schemas are validated against the @deepseek-ai/dsh-tools value-schema DSL at plugin load (checked against dsh-tools 0.1.0-rc.6 and 0.1.1-rc.2). Earlier releases used JSON-Schema required at the root of output.schema and closed nested objects without declared properties, which made the host abort the whole profile boot with unsupported JSON schema: schema.required is not supported by the value schema DSL and could reject the tool's own results. Current releases fix both; if an affected version left your DSH unable to start, remove the plugin from the profile (or upgrade) — no data is lost.
Tools
| Tool | Mode | What it does |
|---|---|---|
| verify | claim | Verify a statement against workspace files: keyword extraction, per-keyword hits with line-level citations, verdict verified / partial / unsupported |
| | config | Validate a config file — JSON strict parse or YAML structural smoke check |
| | url | HTTP(S) availability: status, redirect target, latency |
| | npm | Registry check: exists, latest version, dsh.bundle manifest, publish time |
| | repo | GitHub submission-readiness: exists, age, dsh-plugin topic, approximate commit count |
| | batch | Run many checks at once (claims / configs / urls / packages / repos) with bounded concurrency, a summary table and a per-result confidence grade |
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
verify batch claims:["the plugin pins zod"] urls:["https://example.com"] packages:["dsh-plugin-focus"]
Notes
- Read-only: never writes files, never executes scanned content.
- Claim verification is a heuristic (keyword evidence), not proof — an
unsupportedverdict 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
Roadmap
See ROADMAP.md — next five versions (v1.1.0 – v1.5.0): batch & confidence, reports & regression, strict validation, probe hardening, submission-readiness expansion.
Similar plugins
Evidence-driven company and job due-diligence for DSH: logs sources with evidence levels, adds evidence-bounded claims, verifies the legal entity against official registries, and renders a PROCEED/VER
★ 0
↓ 69/wk
dsh plugin --profile web add dsh-scoutby Web0926
DeepSeek Harness plugin that validates and ranks 3/5 independent coding-agent patches before approval-gated apply.
★ 3
↓ 1.1k/wk
MIT
TypeScript
Aug 25, 2026
dsh plugin --profile web add dsh-llm-verifierby 1e0zj
Open plugin marketplace: live GitHub dsh-plugin topic search with per-repo package.json verification (dsh.bundle/dsh.client manifest badges and a verified-only filter), npm-first installs with same-so
★ 4
↓ 219/wk
MIT
JavaScript
Aug 27, 2026
dsh plugin --profile web add @1e0zj/dsh-plugin-mallRead-only repository fact scanner kernel for DSH analysis plugins: deterministic probe / file index / modules / dependencies / entry points / symbols / graphs and git facts over a stable JSON schema (
★ 0
dsh plugin --profile web add dsh-repo-scannerby BiBoyang
DSH 插件评测工具:YAML 用例驱动真实 agent 回归评测 + baseline 对比 PASS/WARN/FAIL 门禁|Regression eval harness for DeepSeek Harness plugins
★ 14
↓ 35/wk
TypeScript
Sep 3, 2026
dsh plugin --profile web add dsh-eval-harnessby PerryLink
Verifiable research-report engine for DeepSeek Harness: content-addressed evidence ledger (claim-snapshot binding, tamper-evident) plus versioned sealed reports with per-claim verification verdicts an
★ 107
Apache-2.0
TypeScript
Sep 12, 2026
dsh plugin --profile web add dsh-research-report