AIShield Security Scanner for Gemini CLI
io.github.lm203688/aishield
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
client:Gemini CLI
transport:stdio
runtime:npm
Install AIShield Security Scanner in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs