863683348/dsh-plugin-verify0

dsh-plugin-verify

Verification toolkit for DeepSeek Harness agents: evidence-based claim checking against workspace files with line citations, config file validation (JSON/YAML), HTTP URL status checks, npm package checks and GitHub repo submission-readiness checks — complementary to dsh-plugin-gate

AI Analysis

核心用途是为 AI 智能体提供多维度验证能力。适合需要对工作区代码、配置文件、外部链接及 npm/GitHub 状态进行自动化校验的开发和测试任务。

Package
dsh-plugin-verify
Version
1.0.0
License
MIT
Last updated
Aug 17, 2026

Install

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

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