skillguard for Cursor
io.github.rudrendupaul/skillguard
Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.
client:Cursor
transport:stdio
runtime:pypi
Install skillguard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skillguard": {
"type": "stdio",
"command": "uvx",
"args": [
"skillguard-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs