Skip to content
VS Code

SkillTotal for VS Code

ai.skilltotal/skilltotal

Deterministic security scan of MCP servers, agent skills and npm/PyPI packages. Runs locally.

client:VS Code transport:stdio runtime:pypi

Install SkillTotal in VS Code

.vscode/mcp.json

{
  "servers": {
    "skilltotal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "skilltotal"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SkillTotal in other clients