You're viewing a demo portfolio

Join the waitlist
PRSM

validate_fix

Active

Tool of com.blackveilsecurity/dns

declared in 3.29.5

Re-check a specific security control after applying a fix, to confirm the finding is now resolved. Use only when a fix has already been applied and you want to verify or confirm the remediation was successful — not for initial inspection of a record.

Parameters schema

{
  "type": "object",
  "required": [
    "domain",
    "check"
  ],
  "properties": {
    "check": {
      "enum": [
        "spf",
        "dmarc",
        "dkim",
        "dnssec",
        "ssl",
        "mta_sts",
        "ns",
        "caa",
        "bimi",
        "tlsrpt",
        "http_security",
        "dane"
      ],
      "type": "string",
      "description": "Check name to re-run (e.g., \"dmarc\", \"spf\")"
    },
    "domain": {
      "type": "string",
      "maxLength": 253,
      "minLength": 1,
      "description": "Domain to validate the fix for"
    },
    "format": {
      "enum": [
        "full",
        "compact"
      ],
      "type": "string",
      "description": "Output verbosity. Auto-detected if omitted."
    },
    "expected": {
      "type": "string",
      "maxLength": 1000,
      "description": "Expected DNS record value to verify against"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.blackveilsecurity/dns

https://github.com/MadaBurns/bv-mcp

2/7 registries
View full server →