Community directory previewDeepSeek Harness is in developer preview
DP

dsh-plugin-loud-failure

PluginConfirmed pluginCommunity

Rhymer-Lcy/dsh-plugin-loud-failure · updated 16 days ago

Installation

dsh plugin --profile web add https://github.com/Rhymer-Lcy/dsh-plugin-loud-failure/releases/download/v0.1.1/dsh-plugin-loud-failure-0.1.1.tgz
dsh plugin --profile web add github:Rhymer-Lcy/dsh-plugin-loud-failure#
dsh plugin --profile web add dsh-plugin-loud-failure
dsh plugin --profile web add github:Rhymer-Lcy/dsh-plugin-loud-failure

Plugins in this repository

  • dsh-plugin-loud-failurev0.1.1

    DeepSeek Harness plugin that turns silent tool failures into loud ones: a tools/post-execute policy that matches warning signatures in successful tool output and blocks the result or attaches a notice

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (4)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/dsh-llm0.1.0-rc.6shared
    • @deepseek-ai/dsh-tools0.1.0-rc.6shared
    • @deepseek-ai/schemastery^3.18.1shared

Paths are pinned to commit 755331462ab0

Overview

DeepSeek Harness plugin that turns silent tool failures into loud ones: a tools/post-execute policy that matches warning signatures in successful tool output and blocks the result or attaches a notice

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
755331462ab0
Evidence Score
84/100
Static risk
High risk
Files scanned
3
Findings
3

Evidence breakdown

Source provenance25/25
Install documentation25/25
Maintenance17/20
Compatibility evidence14/20
Security signals3/10

Compatibility confidence: Limited

Install-time scripts (1)
  • preparenode scripts/prepare.mjs
Findings (3)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "node scripts/prepare.mjs"
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:7obfuscation
    import { spawnSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:26obfuscation
    const result = spawnSync(process.execPath, [tsc, '-p', resolve(root, 'tsconfig.build.json')], { cwd: root, stdio: 'inherit' })
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0