skylos

duriantaco/skylos
★ 333 stars Python 🤖 AI/LLM Updated 1mo ago
High-precision Python SAST & Dead Code Remover. Finds unused functions, secrets, and security flaws with hybrid static analysis + local LLM agents. Privacy-first & low noise. MCP server for SAST too. Docs: https://docs.skylos.dev/
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "skylos": {
      "command": "uvx",
      "args": [
        "skylos"
      ]
    }
  }
}

Or install with pip: pip install skylos

Topics

ai-code-reviewai-generated-codecode-qualitycode-quality-analyzerdead-codedead-code-detectiondevsecopsgolangllmllm-agentllm-agentsmcpmcp-serverprompt-injectionpython