AUTHORS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
skylos/__init__.py
skylos/analyzer.py
skylos/api.py
skylos/api_artifacts.py
skylos/api_findings.py
skylos/api_payloads.py
skylos/api_snippets.py
skylos/api_urls.py
skylos/cli.py
skylos/config.py
skylos/constants.py
skylos/pipeline.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/agents/__init__.py
skylos/agents/center.py
skylos/agents/payload.py
skylos/agents/service.py
skylos/agents/triage_learner.py
skylos/analysis/__init__.py
skylos/analysis/architecture.py
skylos/analysis/architecture_findings.py
skylos/analysis/architecture_layers.py
skylos/analysis/ast_mask.py
skylos/analysis/circular_deps.py
skylos/analysis/control_flow.py
skylos/analysis/implicit_refs.py
skylos/analysis/known_patterns.py
skylos/analysis/module_reachability.py
skylos/analysis/penalties.py
skylos/analysis/pyproject_entrypoints.py
skylos/audit/__init__.py
skylos/audit/candidates.py
skylos/audit/ci.py
skylos/audit/export.py
skylos/audit/polyglot.py
skylos/audit/processor.py
skylos/audit/redaction.py
skylos/audit/revalidator.py
skylos/audit/store.py
skylos/audit/types.py
skylos/benchmarks/__init__.py
skylos/benchmarks/agent_review.py
skylos/benchmarks/corpus_ci.py
skylos/benchmarks/dead_code.py
skylos/benchmarks/demo_deadcode.py
skylos/benchmarks/quality.py
skylos/benchmarks/security.py
skylos/cicd/__init__.py
skylos/cicd/evidence.py
skylos/cicd/review.py
skylos/cicd/risk_passport.py
skylos/cicd/workflow.py
skylos/cloud/__init__.py
skylos/cloud/credentials.py
skylos/cloud/login.py
skylos/cloud/project_context.py
skylos/cloud/sync.py
skylos/cloud/upload_manifest.py
skylos/commands/__init__.py
skylos/commands/badge_cmd.py
skylos/commands/baseline_cmd.py
skylos/commands/cache_cmd.py
skylos/commands/cicd_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/sonar_cmd.py
skylos/commands/suite_cmd.py
skylos/commands/sync_cmd.py
skylos/commands/whitelist_cmd.py
skylos/commands/whoami_cmd.py
skylos/core/__init__.py
skylos/core/baseline.py
skylos/core/cli_shared.py
skylos/core/fast.py
skylos/core/file_discovery.py
skylos/core/gatekeeper.py
skylos/core/grep_cache.py
skylos/core/grep_verify.py
skylos/core/grep_verify_common.py
skylos/core/grep_verify_language_strategies.py
skylos/core/grep_verify_parallel.py
skylos/core/grep_verify_python_strategy.py
skylos/core/grep_verify_strategies.py
skylos/core/linter.py
skylos/core/result_cache.py
skylos/core/suite.py
skylos/core/tracer.py
skylos/deadcode/__init__.py
skylos/deadcode/collect.py
skylos/deadcode/liveness.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/owasp.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/detector_typescript.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/integrations/__init__.py
skylos/integrations/ingest.py
skylos/integrations/sonar.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/entry_points.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/security_taskflow.py
skylos/llm/security_verifier.py
skylos/llm/ui.py
skylos/llm/validator.py
skylos/llm/verify_llm.py
skylos/llm/verify_orchestrator.py
skylos/llm/verify_survivors.py
skylos/llm/verify_types.py
skylos/plugins/__init__.py
skylos/plugins/pytest_unused_fixtures.py
skylos/remediation/__init__.py
skylos/remediation/codemods.py
skylos/remediation/fixgen.py
skylos/reporting/__init__.py
skylos/reporting/grader.py
skylos/reporting/provenance.py
skylos/reporting/sarif.py
skylos/rules/__init__.py
skylos/rules/base.py
skylos/rules/compliance.py
skylos/rules/custom.py
skylos/rules/secrets.py
skylos/rules/vibe_dictionary.py
skylos/rules/config/__init__.py
skylos/rules/config/findings.py
skylos/rules/config/registry.py
skylos/rules/config/cicd/__init__.py
skylos/rules/config/cicd/github_actions.py
skylos/rules/config/cicd/gitlab_ci.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/danger/danger_webhook/__init__.py
skylos/rules/danger/danger_webhook/webhook_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/logic_foundation.py
skylos/rules/quality/logic_maintainability.py
skylos/rules/quality/logic_security.py
skylos/rules/quality/nesting.py
skylos/rules/quality/performance.py
skylos/rules/quality/phantom_refs.py
skylos/rules/quality/policy.py
skylos/rules/quality/practices.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/security/__init__.py
skylos/security/canonicalize.py
skylos/security/contracts.py
skylos/security/injection_scanner.py
skylos/ui/__init__.py
skylos/ui/help.py
skylos/ui/nudge.py
skylos/ui/tour.py
skylos/ui/tui.py
skylos/visitors/__init__.py
skylos/visitors/base.py
skylos/visitors/framework_aware.py
skylos/visitors/test_aware.py
skylos/visitors/languages/__init__.py
skylos/visitors/languages/dart/__init__.py
skylos/visitors/languages/dart/core.py
skylos/visitors/languages/dart/danger.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/flow.py
skylos/visitors/languages/java/quality.py
skylos/visitors/languages/php/__init__.py
skylos/visitors/languages/php/core.py
skylos/visitors/languages/php/danger.py
skylos/visitors/languages/rust/__init__.py
skylos/visitors/languages/rust/core.py
skylos/visitors/languages/rust/danger.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/visitors/languages/typescript/workspace.py
skylos/web/__init__.py
skylos/web/frontend.py
skylos/web/server.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_analyzer_speed_check.py
test/test_api.py
test/test_architecture.py
test/test_ast_mask.py
test/test_async_blocking.py
test/test_audit_candidates.py
test/test_audit_ci.py
test/test_audit_cli.py
test/test_audit_export.py
test/test_audit_processor.py
test/test_audit_revalidator.py
test/test_audit_store.py
test/test_baseline.py
test/test_changes_analyzer.py
test/test_cicd_annotate.py
test/test_cicd_evidence.py
test/test_cicd_gate.py
test/test_cicd_review.py
test/test_cicd_risk_passport.py
test/test_cicd_workflow.py
test/test_circular_deps.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_precommit.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_cwe78_pip_install.py
test/test_dangerous.py
test/test_dart.py
test/test_dart_security.py
test/test_dead_code.py
test/test_dead_code_benchmark.py
test/test_dead_code_liveness.py
test/test_debt.py
test/test_defend.py
test/test_defend_typescript.py
test/test_demo_deadcode_benchmark.py
test/test_deserialization.py
test/test_discover.py
test/test_discover_typescript.py
test/test_dynamic_patterns.py
test/test_exclusions.py
test/test_fast_parity.py
test/test_feedback.py
test/test_file_discovery.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_actions_security.py
test/test_github_annotations.py
test/test_gitlab_ci_security.py
test/test_go_quality.py
test/test_go_runner.py
test/test_go_security.py
test/test_good_practices_rules.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_java_security.py
test/test_jwt_flow.py
test/test_litellm_adapter.py
test/test_llm_analyzer.py
test/test_llm_context.py
test/test_llm_graph.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_mcp_summary.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_php.py
test/test_php_security.py
test/test_pipeline.py
test/test_project_context.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_regression_delta.py
test/test_repo_activation.py
test/test_result_cache.py
test/test_rules_cmd.py
test/test_rust.py
test/test_rust_security.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_security_benchmark.py
test/test_security_contracts.py
test/test_security_taskflow.py
test/test_security_verifier.py
test/test_server.py
test/test_server_frontend.py
test/test_skylos.py
test/test_sonar_import.py
test/test_sql_injection.py
test/test_src_layout.py
test/test_ssrf.py
test/test_structure.py
test/test_suite.py
test/test_sync.py
test/test_test_aware.py
test/test_trace_cache_cli.py
test/test_trace_file_analyzer.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_archive_security.py
test/test_typescript_expanded.py
test/test_typescript_framework.py
test/test_typescript_resolve.py
test/test_typescript_workspace.py
test/test_unreachable.py
test/test_upload_manifest.py
test/test_validator.py
test/test_verify_orchestrator.py
test/test_version_metadata.py
test/test_vibe_rules.py
test/test_visitor.py
test/test_webhook_signature.py
test/test_xss_flow.py