Security scanner for MCP servers and AI-generated code. Detects leaked API keys, PII, prompt injection, and
MCP misconfigs. Gives A-F security grades with fix-it guides.
One command: npx project-shield scan .
Server Config
{
"mcpServers": {
"project-shield": {
"command": "npx",
"args": [
"-y",
"project-shield",
"scan",
"."
]
}
}
}