taskbounty check for VS Code
io.github.eliottreich/taskbounty-check
Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.
client:VS Code
transport:stdio
runtime:npm
Install taskbounty check in VS Code
.vscode/mcp.json
{
"servers": {
"taskbounty-check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"taskbounty-check"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs