Skylos - Python SAST, Dead Code Detection & PR Gate
Version updated for https://github.com/duriantaco/skylos to version v4.9.0.
- This action is used across all versions by 16 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Skylos is an open-source static analysis tool and CI/CD PR gate designed for Python, TypeScript, JavaScript, Java, Go, PHP, and Rust projects. It automates the detection of dead code, security vulnerabilities, hardcoded secrets, code quality issues, and AI-generated security regressions, enabling developers to identify critical issues before merging code changes. By providing a local-first workflow and framework-aware analysis, Skylos complements existing tools like Bandit and CodeQL, streamlining code review processes and enhancing repository security and maintainability.
What’s Changed
4.9.0 (2026-04-30)
Features
- analyzer: add rust scanner and monorepo support (d2cb1b7)