skylos
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/
Skylos is a privacy-first, hybrid static analysis tool designed for Python, TypeScript, and Go. It excels at detecting dead code, critical security vulnerabilities like SQL injection and hardcoded secrets, and various code quality issues, bridging traditional static analysis with advanced AI agent capabilities.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- AAlex WilsonMay 6, 2026
The SAST approach catches security issues alongside code quality problems in one pass
- Emerson LeeApr 20, 2026
Used in CI pipelines for automated code hygiene, accuracy is high with low false positives
- SSutton NguyenApr 3, 2026
High-precision Python dead code detection with secret scanning is a useful combination
- CCameron PatelFeb 26, 2026
The dead code removal capability reduced our codebase size by 15% on first run