Skip to content

Letter2025/dsh-approval-llm

30Last commit Aug 14, 2026

dsh-approval-llm DSH plugin

dsh-approval-llm installs as a DSH bundle and adds a model-approval permission preset. In that preset, a separate reviewer model evaluates approval requests; outside it, requests are delegated to the normal human approval flow.

How to install the dsh-approval-llm DSH plugin

dsh plugin --profile web add dsh-approval-llm   # installs the published npm package

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-approval-llm DSH plugin can do

  • Adds a model-approval permission mode and preset for DeepSeek Harness.
  • Routes requests through deterministic allowlist, denyList, and humanOnlyList rules before model review.
  • Uses a reviewer model to return ALLOW, DENY, or ESCALATE decisions.
  • Delegates reviewer timeouts, parse errors, and provider errors to human approval.
  • Supports a per-session consecutive-denial circuit breaker.
  • Can append user-visible model approval or denial notices to the session.
  • Ships a bundled skill for configuring the approval reviewer.

Where the dsh-approval-llm DSH plugin fits

  • Low-risk workflows where tool approvals can be reviewed by a separate model.
  • Keeping selected sensitive tools exclusively under human approval.
  • Automatically allowing or rejecting explicitly named tools through routing lists.
  • Adding an AI-proposes, user-confirms configuration flow for approval review.

Who the dsh-approval-llm DSH plugin is for

  • DeepSeek Harness users operating the web profile.
  • Teams configuring permission review policies for agent tool calls.
  • Developers who want a model-assisted approval layer while retaining human escalation.

dsh-approval-llm DSH plugin limitations

  • AI reviewer decisions are a deployment policy choice, not a security guarantee, and may be affected by prompt injection.
  • Tool routing lists use exact tool-name matching only; wildcard and argument-pattern routing are not available.
  • The plugin processes one approval request per reviewer model call; batch review is not implemented.
  • It has no dedicated log-only audit event for the full review context.
  • It ships no client-side tool-card badge yet.
  • Explicit reviewer provider and model settings must be configured together; fallback routing depends on a prior session request header.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 0 runtime, 0 development, 10 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license not declared

    GitHub did not report an SPDX license for this repository snapshot.

    low
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-approval-llm DSH plugin alternatives

dsh-approval-llm DSH plugin questions

What is the dsh-approval-llm DSH plugin?

dsh-approval-llm is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-approval-llm DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-approval-llm use?

The snapshot records web as the dsh-approval-llm profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-approval-llm compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-approval-llm fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-approval-llm?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.