Leeaoyin/dsh-agent-harness-audit0

dsh-harness-audit

Audit an agent harness against the harness-evaluation criteria, with machine-enforced evidence validation.

包名
dsh-harness-audit
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Leeaoyin/dsh-agent-harness-audit

Configuration

FieldDefaultMeaning
checks[]Check ids to run. Empty means "ask", never "audit everything".
priorityFloor2Run checks at or below this priority (1 = P1 only). An explicitly named check runs regardless.
concurrency3Checks in flight at once. 1 is supported and is the cheapest way to debug.
subagentProviderspawnSubagent provider name.
maxTokensPerCheck120000Advisory. See the limitations below.
outputDir.harness-auditWorkspace-relative report directory.
announceOnStarttruePost a one-line notice when a run starts, so a fresh session has something to attach the job UI to.
backgroundtrueRun as a job. false blocks the command until the audit finishes.
useLsptrueTry LSP navigation, degrading to text search.
crossCheckAnalysisfalseReserved; not yet emitted.
languageautoOutput language. auto follows the harness locale, then the host locale, then English.
excludePathsdependency dirsDirectory names refused as out of scope. [] audits a vendored framework deliberately.