MagicCrazyMan/dsh-password-prompt
MagicCrazyMan★ 1TypeScript最后同步: 2026-08-14
DeepSeek Harness plugin: masked password panel in the Web GUI (password_prompt tool) — bundle + dual-face plugin
README 摘要
dsh-password-prompt A DeepSeek Harness plugin that lets an agent ask the user for a password through a masked HTML password panel in the Web GUI — no interactive terminal required. When the agent calls the password prompt tool, the browser pops the panel and waits. The user types the password (masked, with a show/hide toggle), and the value is returned to the agent, which can then use it — e.g. feed it to ssh through an askpass script. ⚠️ SECURITY WARNING — READ BEFORE USE This plugin has NOT undergone strict security testing or any independent security audit. It provides NO guarantee whatsoever for the security, confidentiality, or integrity of any password handled through it. Before using this plugin, make sure you clearly understand and fully accept the security risks. Do not use it with passwords for production, financial, or other highly sensitive systems unless you have personally reviewed the code and accepted the exposure. Use at your own risk. Why this needs no DSH core changes The plugin only uses public, shipped capability seams: - ctx.userQuestions.ask() — the same service behind the built-in ask user question tool (pauses the tool call until the UI answers). - The brow…
在 GitHub 查看完整 README →