README.md
pyproject.toml
setup.py
skylos/__init__.py
skylos/analyzer.py
skylos/cli.py
skylos/codemods.py
skylos/constants.py
skylos/server.py
skylos/visitor.py
skylos.egg-info/PKG-INFO
skylos.egg-info/SOURCES.txt
skylos.egg-info/dependency_links.txt
skylos.egg-info/entry_points.txt
skylos.egg-info/requires.txt
skylos.egg-info/top_level.txt
skylos/rules/__init__.py
skylos/rules/secrets.py
skylos/rules/danger/__init__.py
skylos/rules/danger/danger.py
skylos/rules/danger/danger_cmd/__init__.py
skylos/rules/danger/danger_cmd/cmd_flow.py
skylos/rules/danger/danger_fs/__init__.py
skylos/rules/danger/danger_fs/path_flow.py
skylos/rules/danger/danger_net/__init__.py
skylos/rules/danger/danger_net/ssrf_flow.py
skylos/rules/danger/danger_sql/__init__.py
skylos/rules/danger/danger_sql/sql_flow.py
skylos/rules/danger/danger_sql/sql_raw_flow.py
skylos/rules/danger/danger_web/__init__.py
skylos/rules/danger/danger_web/xss_flow.py
skylos/rules/quality/__init__.py
skylos/rules/quality/complexity.py
skylos/rules/quality/nesting.py
skylos/rules/quality/quality.py
skylos/visitors/__init__.py
skylos/visitors/framework_aware.py
skylos/visitors/test_aware.py
test/__init__.py
test/compare_tools.py
test/conftest.py
test/diagnostics.py
test/test_analyzer.py
test/test_changes_analyzer.py
test/test_cli.py
test/test_cmd_injection.py
test/test_codemods.py
test/test_constants.py
test/test_dangerous.py
test/test_framework_aware.py
test/test_integration.py
test/test_new_behaviours.py
test/test_path_traversal.py
test/test_secrets.py
test/test_skylos.py
test/test_sql_injection.py
test/test_ssrf.py
test/test_test_aware.py
test/test_visitor.py
test/sample_repo/__init__.py
test/sample_repo/app.py
test/sample_repo/sample_repo/__init__.py
test/sample_repo/sample_repo/commands.py
test/sample_repo/sample_repo/models.py
test/sample_repo/sample_repo/routes.py
test/sample_repo/sample_repo/utils.py