security headers csp lint for VS Code
io.github.jmshinhwa/security-headers-csp-lint
Reads security headers and CSP line by line in your config file and names the lines that silently do
client:VS Code
transport:stdio
runtime:npm
Install security headers csp lint in VS Code
.vscode/mcp.json
{
"servers": {
"security-headers-csp-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/security-headers-csp-lint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs