dsh-credential-handoff
Manifest valid★ 1Conversation-local credential handoff for DSH that writes through the credential service without exposing the secret.
dsh-credential-handoff
English | 中文
Status: Feature Plugin. Tested with DeepSeek Harness 0.1.0-rc.6.
dsh-credential-handoff lets an agent ask for a named credential without placing the secret in model context. The browser opens a conversation-local password dialog, writes the value through DSH's credential service, and returns only fixed status metadata to the tool call.
Problem
Agents can discover that a credential is missing, but asking the user to paste a key into normal chat exposes it to the transcript and model context. This plugin provides a write-only handoff path for that moment.
Behavior
The request_credential tool accepts a credential reference such as TAVILY_API_KEY, an optional label, and a reason. One pending request is allowed per session. The dialog expires after ten minutes. The tool result reports only the reference and whether it was configured or replaced.
On HTTPS, credential submission is allowed. On plaintext HTTP it is allowed only for exact loopback hosts (localhost, 127.0.0.1, and IPv6 loopback). Non-loopback plaintext HTTP is blocked in both the controls and the submit handler.
Non-goals
This package is not a vault, encryption provider, credential viewer, credential injector for subprocesses, or replacement for DSH's credential providers. It cannot protect a compromised browser, host process, or DSH credential backend.
Mechanism
- Host: registers
request_credentialand waits on a taggeduserQuestionsrequest. - Client: handles only that tagged question and calls
credentials.setdirectly. - Result: answers the pending question with fixed text and returns value-free metadata.
The secret is never included in the question answer, tool result, normal logs, or session event payload created by this plugin.
Compatibility
Tested with DeepSeek Harness 0.1.0-rc.6, Node.js ^22.19.0 || >=24, and pnpm >=10. DSH is a release candidate; later versions may change the question, credential, or client-slot contracts.
Install
dsh plugin --profile web add "github:xiaohj233/dsh-credential-handoff#v0.1.0"
Restart the Web profile after installation.
Configuration
No plugin settings are required. The model calls:
{"ref":"TAVILY_API_KEY","label":"Tavily API key","reason":"Required for Tavily search"}
Credential references use shell-style names: letters or underscore first, followed by letters, digits, or underscore.
Uninstall
dsh plugin --profile web remove dsh-credential-handoff
Removing the plugin removes the tool and dialog. It does not delete credentials already stored by the configured DSH credential provider.
Safety
Do not expose the DSH Web control plane to an untrusted network. Blocking plaintext non-loopback submission prevents this plugin from sending a secret on that transport; it does not add authentication to DSH. Review the configured credential provider's storage properties separately.
Tests
npm test
npm run check:syntax
npm run scan:secrets -- synthetic-test-value lib/index.js lib/client.js test/validate.test.js
npm pack --dry-run
The tests cover reference validation, secret-shape handling, transport classification, question/result mapping, and package syntax.
Limitations and upstream status
DSH already provides resolve, describe, set, and unset credential services. This plugin adds only a conversation-local handoff UI and model tool. It does not read credential values back into the browser or model.
The rc.6 generic question UI always offers an Other text answer. If the client takeover bundle fails to load, the fallback question warns the user not to paste a secret and to cancel, but the host cannot remove that generic field. Direct clients can also call DSH's own credential API outside this plugin; transport and authentication for the wider Web control plane remain upstream responsibilities.
License
MIT. See LICENSE.
Comments
Loading…
From the same category
by toby-bridges
Local security audit for AI API relays and LLM proxies: detects prompt injection, model substitution, tool-call rewriting, SSE anomalies, error leakage, and Web3 wallet risks.
★ 859
AGPL-3.0
Python
Sep 16, 2026
dsh plugin --profile web add dsh-api-relay-auditby sandbaseai
Local-first, self-hosted AI agent runtime and MCP bridge with sandboxed sessions, memory, credentials, audit/replay, and a local Console.
★ 673
↓ 4/wk
Apache-2.0
TypeScript
Sep 26, 2026
dsh plugin --profile terminal add managed-agentsby hashgraph-online
Open-source antivirus for AI agents: block risky tools, secret access, prompt injection, malicious packages, MCP servers, plugins, and skills at runtime.
★ 668
Apache-2.0
Python
Sep 26, 2026
by SeaOf0
基于dsh web实现的多种模式,目的是服务于redteam进行授权的安全研究,覆盖渗透测试、红队评估、代码审计等范围领域,请勿用于非法行为。(允许二开,赋予模块各位自己的业务逻辑,方法论只有自己熟练的才好用,好的方法论=好的生态)
★ 625
MIT
Python
Sep 24, 2026
dsh plugin --profile web add @dsh-external/dsh-redteam-modelby howmp
面向 DeepSeek Harness(dsh)的渗透测试模式 @CloverSecLabs
★ 551
NOASSERTION
JavaScript
Sep 22, 2026
dsh plugin --profile web add @howmp/dsh-pentestby xiaods
k8e.sh - OpenSource Agentic AI Sandbox Matrix
★ 498
↓ 13/wk
Apache-2.0
Go
Sep 25, 2026
dsh plugin --profile agent add @k8e-sandbox/dsh-k8e-sandbox-bundle