mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 14:17:36 -05:00
[PR #2935] [CLOSED] Add skylos tool for dead code detection and analysis #4289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2935
Author: @duriantaco
Created: 3/1/2026
Status: ❌ Closed
Base:
master← Head:duriantaco-patch-1📝 Commits (2)
14f90f9Add skylos tool for dead code detection and analysisbdd86bcMerge branch 'master' into duriantaco-patch-1📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
Skylos
Checklist
Add project-name* [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
Skylos is the only MCP server that provides static analysis (dead code, security, secrets, quality) across Python, TypeScript, and Go. Benchmarked against Vulture across 9 popular Python repos (350k+ combined stars) with 98.1% recall and fewer false positives — every finding manually verified. No other SAST tool (SonarQube, Snyk, Semgrep) offers MCP integration. 322 GitHub stars, published on PyPI, active development.
How It Differs
Semgrep MCP and Snyk MCP focus on known vulnerability patterns. Skylos detects dead code, unused functions/imports/classes, hardcoded secrets, and code quality issues with framework-aware analysis (Django, Flask, FastAPI, Pydantic, etc.). Also includes AI-powered remediation via the
remediatetool.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.