mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-11 09:23:47 -05:00
[PR #2942] [CLOSED] Add skylos tool for dead code detection and security #8961
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/2942
Author: @duriantaco
Created: 3/5/2026
Status: ❌ Closed
Base:
master← Head:duriantaco-patch-1📝 Commits (1)
c8f443fAdd skylos tool for dead code detection and security📊 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 a framework-aware alternative to Vulture (already listed). We benchmarked both tools on 9 of the most popular Python repositories on GitHub (350k+ combined stars) with every finding
How It Differs
The key difference is framework awareness. Vulture flags Django views, FastAPI endpoints, Pydantic model fields, and pytest fixtures as dead code because it doesn't understand framework magic. Skylos recognizes these patterns and skips them, which is why it has 3x fewer false positives.
Beyond dead code, Skylos also does taint-based security analysis, something Vulture does not do.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.