Skip to content

pci payment page script audit for VS Code

io.github.jmshinhwa/pci-payment-page-script-audit

PCI DSS 4.0.1 requirements 6.4.3 and 11.6.1 have been mandatory since 2025-03-31, and the PCI SSC re

client:VS Code transport:stdio runtime:npm

Install pci payment page script audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "pci-payment-page-script-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/pci-payment-page-script-audit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pci payment page script audit in other clients