AUTHORS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
skylos/__init__.py
skylos/agent_center.py
skylos/agent_payload.py
skylos/agent_review_benchmark.py
skylos/agent_service.py
skylos/analyzer.py
skylos/api.py
skylos/architecture.py
skylos/ast_mask.py
skylos/baseline.py
skylos/canonicalize.py
skylos/circular_deps.py
skylos/city.py
skylos/cli.py
skylos/cli_shared.py
skylos/codemods.py
skylos/config.py
skylos/constants.py
skylos/control_flow.py
skylos/corpus_ci.py
skylos/credentials.py
skylos/dead_code.py
skylos/demo_deadcode_benchmark.py
skylos/fast.py
skylos/file_discovery.py
skylos/fixgen.py
skylos/gatekeeper.py
skylos/grader.py
skylos/grep_cache.py
skylos/grep_verify.py
skylos/help.py
skylos/implicit_refs.py
skylos/ingest.py
skylos/injection_scanner.py
skylos/known_patterns.py
skylos/linter.py
skylos/login.py
skylos/module_reachability.py
skylos/nudge.py
skylos/penalties.py
skylos/pipeline.py
skylos/provenance.py
skylos/pyproject_entrypoints.py
skylos/pytest_unused_fixtures.py
skylos/quality_benchmark.py
skylos/sarif_exporter.py
skylos/server.py
skylos/server_frontend.py
skylos/sync.py
skylos/tour.py
skylos/tracer.py
skylos/triage_learner.py
skylos/tui.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/adapters/__init__.py
skylos/adapters/base.py
skylos/adapters/litellm_adapter.py
skylos/cicd/__init__.py
skylos/cicd/review.py
skylos/cicd/workflow.py
skylos/commands/__init__.py
skylos/commands/badge_cmd.py
skylos/commands/baseline_cmd.py
skylos/commands/cicd_cmd.py
skylos/commands/city_cmd.py
skylos/commands/clean_cmd.py
skylos/commands/credits_cmd.py
skylos/commands/debt_cmd.py
skylos/commands/defend_cmd.py
skylos/commands/discover_cmd.py
skylos/commands/doctor_cmd.py
skylos/commands/ingest_cmd.py
skylos/commands/init_cmd.py
skylos/commands/key_cmd.py
skylos/commands/login_cmd.py
skylos/commands/project_cmd.py
skylos/commands/provenance_cmd.py
skylos/commands/rules_cmd.py
skylos/commands/sync_cmd.py
skylos/commands/whitelist_cmd.py
skylos/commands/whoami_cmd.py
skylos/debt/__init__.py
skylos/debt/advisor.py
skylos/debt/baseline.py
skylos/debt/engine.py
skylos/debt/policy.py
skylos/debt/report.py
skylos/debt/result.py
skylos/debt/scoring.py
skylos/defend/__init__.py
skylos/defend/engine.py
skylos/defend/plugin.py
skylos/defend/policy.py
skylos/defend/report.py
skylos/defend/result.py
skylos/defend/scoring.py
skylos/defend/plugins/__init__.py
skylos/defend/plugins/cost_controls.py
skylos/defend/plugins/input_length_limit.py
skylos/defend/plugins/logging_present.py
skylos/defend/plugins/model_pinned.py
skylos/defend/plugins/no_dangerous_sink.py
skylos/defend/plugins/output_pii_filter.py
skylos/defend/plugins/output_validation.py
skylos/defend/plugins/prompt_delimiter.py
skylos/defend/plugins/rag_context_isolation.py
skylos/defend/plugins/rate_limiting.py
skylos/defend/plugins/tool_schema_present.py
skylos/defend/plugins/tool_scope.py
skylos/defend/plugins/untrusted_input_to_prompt.py
skylos/discover/__init__.py
skylos/discover/detector.py
skylos/discover/graph.py
skylos/discover/integration.py
skylos/discover/report.py
skylos/discover/taint.py
skylos/engines/__init__.py
skylos/engines/go_contract.py
skylos/engines/go_runner.py
skylos/llm/__init__.py
skylos/llm/agents.py
skylos/llm/analyzer.py
skylos/llm/cleanup_orchestrator.py
skylos/llm/context.py
skylos/llm/dead_code_verifier.py
skylos/llm/executor.py
skylos/llm/feedback.py
skylos/llm/graph.py
skylos/llm/merger.py
skylos/llm/orchestrator.py
skylos/llm/planner.py
skylos/llm/prompts.py
skylos/llm/repo_activation.py
skylos/llm/runtime.py
skylos/llm/schemas.py
skylos/llm/ui.py
skylos/llm/validator.py
skylos/llm/verify_orchestrator.py
skylos/rules/__init__.py
skylos/rules/base.py
skylos/rules/compliance.py
skylos/rules/custom.py
skylos/rules/secrets.py
skylos/rules/danger/__init__.py
skylos/rules/danger/calls.py
skylos/rules/danger/danger.py
skylos/rules/danger/taint.py
skylos/rules/danger/danger_access/__init__.py
skylos/rules/danger/danger_access/access_flow.py
skylos/rules/danger/danger_cmd/__init__.py
skylos/rules/danger/danger_cmd/cmd_flow.py
skylos/rules/danger/danger_cors/__init__.py
skylos/rules/danger/danger_cors/cors_flow.py
skylos/rules/danger/danger_fs/__init__.py
skylos/rules/danger/danger_fs/path_flow.py
skylos/rules/danger/danger_hallucination/__init__.py
skylos/rules/danger/danger_hallucination/dependency_hallucination.py
skylos/rules/danger/danger_jwt/__init__.py
skylos/rules/danger/danger_jwt/jwt_flow.py
skylos/rules/danger/danger_mcp/__init__.py
skylos/rules/danger/danger_mcp/mcp_flow.py
skylos/rules/danger/danger_net/__init__.py
skylos/rules/danger/danger_net/ssrf_flow.py
skylos/rules/danger/danger_redirect/__init__.py
skylos/rules/danger/danger_redirect/redirect_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/async_blocking.py
skylos/rules/quality/class_size.py
skylos/rules/quality/clones.py
skylos/rules/quality/cohesion.py
skylos/rules/quality/complexity.py
skylos/rules/quality/coupling.py
skylos/rules/quality/logic.py
skylos/rules/quality/nesting.py
skylos/rules/quality/performance.py
skylos/rules/quality/regression.py
skylos/rules/quality/standards.py
skylos/rules/quality/structure.py
skylos/rules/quality/unreachable.py
skylos/rules/quality/unused_deps.py
skylos/rules/sca/__init__.py
skylos/rules/sca/reachability.py
skylos/rules/sca/vulnerability_scanner.py
skylos/scale/__init__.py
skylos/scale/parallel_static.py
skylos/visitors/__init__.py
skylos/visitors/framework_aware.py
skylos/visitors/test_aware.py
skylos/visitors/languages/__init__.py
skylos/visitors/languages/go/__init__.py
skylos/visitors/languages/go/go.py
skylos/visitors/languages/go/quality.py
skylos/visitors/languages/java/__init__.py
skylos/visitors/languages/java/core.py
skylos/visitors/languages/java/danger.py
skylos/visitors/languages/java/quality.py
skylos/visitors/languages/typescript/__init__.py
skylos/visitors/languages/typescript/analysis.py
skylos/visitors/languages/typescript/core.py
skylos/visitors/languages/typescript/danger.py
skylos/visitors/languages/typescript/framework.py
skylos/visitors/languages/typescript/nextjs.py
skylos/visitors/languages/typescript/quality.py
skylos/visitors/languages/typescript/resolve.py
skylos_mcp/__init__.py
skylos_mcp/__main__.py
skylos_mcp/auth.py
skylos_mcp/server.py
test/test_agent_center.py
test/test_agent_integration.py
test/test_agent_remediate.py
test/test_agent_review_benchmark.py
test/test_agent_review_compare.py
test/test_agent_service.py
test/test_agents.py
test/test_analyzer.py
test/test_api.py
test/test_architecture.py
test/test_ast_mask.py
test/test_async_blocking.py
test/test_baseline.py
test/test_changes_analyzer.py
test/test_cicd_annotate.py
test/test_cicd_gate.py
test/test_cicd_review.py
test/test_cicd_workflow.py
test/test_circular_deps.py
test/test_city.py
test/test_clean_cmd.py
test/test_cleanup_orchestrator.py
test/test_cli.py
test/test_cli_agent_parser.py
test/test_cli_coverage.py
test/test_cli_decorators.py
test/test_cli_llm_provider.py
test/test_cli_refactor_guardrails.py
test/test_cli_run.py
test/test_cli_uncovered_paths.py
test/test_cmd_injection.py
test/test_codemods.py
test/test_cognitive_complexity.py
test/test_cohesion.py
test/test_community_rules.py
test/test_complexity.py
test/test_config.py
test/test_constants.py
test/test_control_flow.py
test/test_corpus_ci.py
test/test_cors_flow.py
test/test_coupling.py
test/test_credits.py
test/test_dangerous.py
test/test_dead_code.py
test/test_debt.py
test/test_defend.py
test/test_demo_deadcode_benchmark.py
test/test_deserialization.py
test/test_discover.py
test/test_dynamic_patterns.py
test/test_exclusions.py
test/test_fast_parity.py
test/test_feedback.py
test/test_fixgen.py
test/test_fixgen_multilang.py
test/test_framework_aware.py
test/test_gate_kwargs.py
test/test_gatekeeper.py
test/test_github_annotations.py
test/test_go_quality.py
test/test_grader.py
test/test_grep_cache.py
test/test_grep_verify.py
test/test_hallucination_dependency.py
test/test_implicit_refs.py
test/test_ingest.py
test/test_injection_scanner.py
test/test_integration.py
test/test_jwt_flow.py
test/test_litellm_adapter.py
test/test_llm_analyzer.py
test/test_llm_context.py
test/test_llm_prompts.py
test/test_llm_runtime.py
test/test_llm_schemas.py
test/test_logic.py
test/test_login.py
test/test_mass_assignment.py
test/test_mcp_auth.py
test/test_mcp_rules.py
test/test_mcp_security.py
test/test_merger.py
test/test_module_reachability.py
test/test_mutable_default.py
test/test_nesting.py
test/test_new_behaviours.py
test/test_parallel_static.py
test/test_path_traversal.py
test/test_performance.py
test/test_pipeline.py
test/test_provenance.py
test/test_provenance_risk.py
test/test_provenance_security.py
test/test_quality_benchmark.py
test/test_quality_new_rules.py
test/test_quality_rules.py
test/test_quality_standards.py
test/test_redirect_flow.py
test/test_regression.py
test/test_repo_activation.py
test/test_rules_cmd.py
test/test_s102.py
test/test_sanitizers.py
test/test_sarif_exporter.py
test/test_secrets.py
test/test_secrets_nonpy.py
test/test_server.py
test/test_server_frontend.py
test/test_skylos.py
test/test_sql_injection.py
test/test_src_layout.py
test/test_ssrf.py
test/test_structure.py
test/test_sync.py
test/test_test_aware.py
test/test_tracer.py
test/test_triage_learner.py
test/test_ts_danger_nextjs.py
test/test_ts_exports.py
test/test_tui.py
test/test_typescript.py
test/test_typescript_expanded.py
test/test_typescript_framework.py
test/test_typescript_resolve.py
test/test_unreachable.py
test/test_validator.py
test/test_verify_orchestrator.py
test/test_vibe_rules.py
test/test_visitor.py
test/test_xss_flow.py