Community directory previewDeepSeek Harness is in developer preview
DB

dsh-budget

PluginConfirmed pluginCommunity

PerryLink/dsh-budget · updated 9 days ago

Installation

dsh plugin --profile web add "github:PerryLink/dsh-budget#main"
dsh plugin --profile web add dsh-budget
dsh plugin --profile web add ./dsh-budget-
dsh plugin --profile web add github:PerryLink/dsh-budget

Plugins in this repository

  • dsh-budgetv0.2.0

    Cost governance for DeepSeek Harness: aggregated token/cost metering per model, session and day, session/daily/monthly budget caps with threshold alerts (desktop notification + webhook) and alert/block/degrade over-limit policies, built-in carbon footprint estimation and per-model latency benchmarks, a Settings budget tab, and the /budget command

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (9)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/dsh-agent>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-commands>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-llm>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-session>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-token-meter>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-tools>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-typert-protocol>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/schemastery^3.18.0shared

Paths are pinned to commit 250ab4aecd08

Overview

Cost governance for DeepSeek Harness: aggregated token/cost metering per model, session and day, budget caps with threshold alerts and over-limit policies, carbon footprint estimation, per-model latency benchmarks, a Settings budget tab, and the /budget command

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
250ab4aecd08
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:6obfuscation
    import { spawnSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:23obfuscation
    const result = spawnSync(process.execPath, [bin, ...args], { stdio: 'inherit' })
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0