dsh-pass-strength
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-pass-strength
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-pass-strength in your DeepSeek Harness terminal to install the plugin; the source repository is available at https://github.com/uckkk/dsh-pass-strength.
About this plugin
Password-strength checking is a must for any login or admin panel, yet most teams either hand-rolled a stack of regex rules or called an external API, adding fragility and an extra network hop. dsh-pass-strength removes both: it runs entirely inside your local session, scores the password against parameters you define, and returns concrete, actionable suggestions rather than a vague composite number.
The core feature is the pass_strength tool. It is a pure Node implementation with zero network dependencies, so every calculation finishes on the spot. You can tune dimensions such as length, character-class coverage, and common-weak-password lists to match your own security policy instead of being locked into a one-size-fits-all standard.
Who is it for? Developers who need quick in-session password validation without spinning up an extra HTTP service, or who simply do not want another SDK on the dependency graph, can drop this plugin straight into their workflow. Security engineers and ops admins who fold audit steps into automation scripts will also find it handy. MIT licensed, no commercial strings attached.
Use Cases
- Validate password strength in real time before a login form is submitted
- Audit whether user passwords meet a custom security policy across an admin panel
- Embed password compliance checks into automation scripts without calling any external service
Best For
- Frontend or full-stack developers who need quick in-session password validation
- Security engineers embedding compliance checks into CI or automation pipelines
- Ops admins who want to avoid extra network dependencies or third-party SDKs
Related Plugins
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.
Dockyard DSH is a native DeepSeek Harness plugin that unifies official OAuth/client sessions for Codex, Antigravity, Grok, Claude, and Cursor, providing account pool, model catalog, and quota status.