Scan AI agent skills & MCP servers for phone-home, secret access, and postinstall before you run them. npx skillvet ./my-skill → RED/YELLOW/GREEN
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"skillvet": {
"command": "npx",
"args": [
"-y",
"zenovis2-create/skillvet"
]
}
}
}
Run in terminal:
claude mcp add skillvet npx -y zenovis2-create/skillvet
Add to .cursor/mcp.json:
{
"mcpServers": {
"skillvet": {
"command": "npx",
"args": [
"-y",
"zenovis2-create/skillvet"
]
}
}
}