Community directory previewDeepSeek Harness is in developer preview
DW

dsh-webhook-bridge

PluginConfirmed pluginCommunity

ben7am1n/dsh-webhook-bridge · updated 19 days ago

Installation

dsh plugin --profile web add /path/to/dsh-webhook-bridge
dsh plugin --profile web add github:
dsh plugin --profile web add dsh-webhook-bridge
dsh plugin --profile web add github:ben7am1n/dsh-webhook-bridge

Plugins in this repository

  • dsh-webhook-bridgev0.1.0

    Generic webhook receiver for DeepSeek Harness — POST to a local endpoint to wake a dsh agent.

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (5)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/dsh-agent^0.1.0-rc.6shared
    • @deepseek-ai/dsh-llm^0.1.0-rc.6shared
    • @deepseek-ai/dsh-session^0.1.0-rc.6shared
    • @deepseek-ai/schemastery^3.18.1private copy

Paths are pinned to commit 2f9b730fb03b

Overview

Generic webhook receiver for DeepSeek Harness — POST to a local endpoint and wake a dsh agent. CI, monitoring, or any HTTP-capable service can feed messages to a harness agent over plain HTTP. Zero runtime dependencies beyond the official schema library (node:http only).

Repository check result

Results are bound to the listed commit and cover only static checks run by this registry. The Evidence Score measures reviewable information; it is not a compatibility percentage or a security guarantee.

Static repository check

High risk
Checked commit
2f9b730fb03b
Evidence Score
66/100
Static risk
High risk
Files scanned
2
Findings
3

Evidence breakdown

Source provenance20/25
Install documentation25/25
Maintenance12/20
Compatibility evidence5/20
Security signals0/10

Compatibility confidence: Limited

Install-time scripts (1)
  • preparetsc -p tsconfig.json
Findings (3)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "tsc -p tsconfig.json"
  • Mediumcredentials.env-secret
    cordis.patch.yml:7credential-access
    secret: !!js process.env.DSH_WEBHOOK_SECRET ?? ''
  • Mediumdeps.core-package-installed
    package.jsondependencies
    "@deepseek-ai/schemastery": "^3.18.1"
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0