You're viewing a demo portfolio

Join the waitlist
PRSM

password_policy_check

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Password Policy Checker — Evaluate a password against configurable composition and blocklist rules (length, upper/lower/digit/symbol, common-password list) and list any violations.

Parameters schema

{
  "type": "object",
  "required": [
    "password"
  ],
  "properties": {
    "password": {
      "type": "string",
      "description": "Password to evaluate"
    },
    "max_length": {
      "type": "integer",
      "description": "Maximum allowed length (default: no cap)"
    },
    "min_length": {
      "type": "integer",
      "description": "Minimum required length (default 8)"
    },
    "require_digit": {
      "type": "boolean",
      "description": "Require at least one digit (default true)"
    },
    "require_lower": {
      "type": "boolean",
      "description": "Require at least one lowercase letter (default true)"
    },
    "require_upper": {
      "type": "boolean",
      "description": "Require at least one uppercase letter (default true)"
    },
    "require_symbol": {
      "type": "boolean",
      "description": "Require at least one non-alphanumeric symbol (default false)"
    },
    "disallow_common": {
      "type": "boolean",
      "description": "Reject passwords on a common-password blocklist (default true)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →