Leeaoyin/dsh-agent-harness-audit0

dsh-harness-audit

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

AI 분석

核心用途是根据评估标准对 Agent 进行合规性审计。适合需要对 Agent 进行自动化检查、并发控制和生成审计报告的 DSH 开发者。

패키지
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.