New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

password-strength-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

password-strength-mcp

Score password strength locally with the zxcvbn algorithm. No network and no key.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Password Strength MCP

Score password strength locally with the zxcvbn algorithm. No network, no key, the password never leaves the machine.

This file is self contained. It reads public data only and never writes to the machine. All output is bounded and honest about what could not be fetched.

Tools

  • check_password Score a password.

Usage

npm install
npm run build
node dist/index.js

zxcvbn is the same estimator used by popular password managers. The password is processed entirely on the local machine.

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts