LICENSE
README.md
pyproject.toml
loomscan/__init__.py
loomscan/__main__.py
loomscan/advanced_secrets.py
loomscan/architecture.py
loomscan/audit.py
loomscan/baseline.py
loomscan/bot.py
loomscan/bug_seeds.py
loomscan/business_logic.py
loomscan/cache.py
loomscan/cli.py
loomscan/cli_v2.py
loomscan/code_quality.py
loomscan/codebase_miner.py
loomscan/codebase_understanding.py
loomscan/complexity_metrics.py
loomscan/concurrency.py
loomscan/config.py
loomscan/config_scanner.py
loomscan/consistency.py
loomscan/contracts.py
loomscan/counterexamples.py
loomscan/counterfactual.py
loomscan/coverage.py
loomscan/cpg.py
loomscan/cpg_queries.py
loomscan/crypto_audit.py
loomscan/deadcode.py
loomscan/deep_dataflow.py
loomscan/diff_slicer.py
loomscan/differential.py
loomscan/doc_audit.py
loomscan/duplication.py
loomscan/dynamic_invariants.py
loomscan/expanded_rules.py
loomscan/extra_rules.py
loomscan/fast_regex.py
loomscan/ffi_analyzer.py
loomscan/flawfinder_db.py
loomscan/fuzz_coverage.py
loomscan/fuzz_fallback.py
loomscan/hotspots.py
loomscan/html_scanner.py
loomscan/iac_scanner.py
loomscan/impact_analysis.py
loomscan/incremental.py
loomscan/installer.py
loomscan/interprocedural.py
loomscan/issue_store.py
loomscan/js_cpg.py
loomscan/js_multiline.py
loomscan/js_pattern_scanner.py
loomscan/js_quality.py
loomscan/jsx_auth.py
loomscan/knowledge_base.py
loomscan/knowledge_graph.py
loomscan/learning.py
loomscan/llm_verify.py
loomscan/malicious_patterns.py
loomscan/maven_cve_db.py
loomscan/metamorphic.py
loomscan/models.py
loomscan/modern_attacks.py
loomscan/multi_call.py
loomscan/multi_lang.py
loomscan/multi_lang_contracts.py
loomscan/multi_lang_null.py
loomscan/multi_lang_taint.py
loomscan/multi_lang_testing.py
loomscan/multi_lang_typestate.py
loomscan/multi_language_advanced.py
loomscan/multi_language_bl.py
loomscan/normalized_ast.py
loomscan/nullness.py
loomscan/orchestrator.py
loomscan/pii_detection.py
loomscan/playground.py
loomscan/pre_commit.py
loomscan/precision.py
loomscan/profiles.py
loomscan/pysa_integration.py
loomscan/root_cause.py
loomscan/rule_compiler.py
loomscan/rule_config.py
loomscan/rule_dsl.py
loomscan/rule_miner.py
loomscan/runtime_verification.py
loomscan/semantic_bl.py
loomscan/source_discovery.py
loomscan/spec_mining.py
loomscan/spec_mining_cmd.py
loomscan/state_machine.py
loomscan/stateful_pbt.py
loomscan/strictness.py
loomscan/supply_chain.py
loomscan/suppressions.py
loomscan/symbolic.py
loomscan/taint_cross_file.py
loomscan/taint_tracker.py
loomscan/text_utils.py
loomscan/tree_sitter_analyzer.py
loomscan/typestate.py
loomscan/unified_cve_db.py
loomscan/v4_restored.py
loomscan/v4_types.py
loomscan/version_vuln_checks.py
loomscan/yaml_engine.py
loomscan/z3_utils.py
loomscan.egg-info/PKG-INFO
loomscan.egg-info/SOURCES.txt
loomscan.egg-info/dependency_links.txt
loomscan.egg-info/entry_points.txt
loomscan.egg-info/requires.txt
loomscan.egg-info/top_level.txt
loomscan/bootstrap/__init__.py
loomscan/bootstrap/harness_gen.py
loomscan/bootstrap/invariant_inference.py
loomscan/bootstrap/property_gen.py
loomscan/brain/__init__.py
loomscan/brain/aggregator.py
loomscan/brain/bayesian.py
loomscan/brain/it2_fis.py
loomscan/brain/membership.py
loomscan/brain/project_tuner.py
loomscan/brain/rules.py
loomscan/brain/tuner.py
loomscan/feedback/__init__.py
loomscan/feedback/rule_capture.py
loomscan/feedback/stats.py
loomscan/layers/__init__.py
loomscan/layers/base.py
loomscan/layers/l0_fast.py
loomscan/layers/l0b_supply_chain.py
loomscan/layers/l0c_dependencies.py
loomscan/layers/l0d_behavioral.py
loomscan/layers/l0e_iac.py
loomscan/layers/l0f_commit_risk.py
loomscan/layers/l1_property.py
loomscan/layers/l2_test_coverage.py
loomscan/layers/l3_invariants.py
loomscan/layers/l4_fuzz.py
loomscan/layers/l5_policy.py
loomscan/layers/l6_symbolic.py
loomscan/layers/l7_simulation.py
loomscan/layers/l8_autofix.py
loomscan/llm/__init__.py
loomscan/llm/client.py
loomscan/llm/prm.py
loomscan/lsp/__init__.py
loomscan/lsp/server.py
loomscan/report/__init__.py
loomscan/report/dashboard.py
loomscan/report/html.py
loomscan/report/sarif.py
loomscan/report/tui.py
loomscan/rules/__init__.py
loomscan/rules/packs/bash-deep.yml
loomscan/rules/packs/bash-security.yml
loomscan/rules/packs/cobol-security.yml
loomscan/rules/packs/cpp-security.yml
loomscan/rules/packs/csharp-security.yml
loomscan/rules/packs/dart-security.yml
loomscan/rules/packs/detekt-inspired.yml
loomscan/rules/packs/elixir-security.yml
loomscan/rules/packs/framework-taint.yml
loomscan/rules/packs/go-security.yml
loomscan/rules/packs/groovy-security.yml
loomscan/rules/packs/haskell-security.yml
loomscan/rules/packs/java-deep.yml
loomscan/rules/packs/java-frameworks.yml
loomscan/rules/packs/java-security.yml
loomscan/rules/packs/javascript-deep.yml
loomscan/rules/packs/javascript-frameworks.yml
loomscan/rules/packs/javascript-security.yml
loomscan/rules/packs/julia-security.yml
loomscan/rules/packs/kotlin-security.yml
loomscan/rules/packs/lintr-inspired.yml
loomscan/rules/packs/lua-security.yml
loomscan/rules/packs/luacheck-inspired.yml
loomscan/rules/packs/objectivec-security.yml
loomscan/rules/packs/owasp-top-10.yml
loomscan/rules/packs/perl-security.yml
loomscan/rules/packs/php-security.yml
loomscan/rules/packs/python-deep.yml
loomscan/rules/packs/python-frameworks.yml
loomscan/rules/packs/python-security.yml
loomscan/rules/packs/r-security.yml
loomscan/rules/packs/react-security.yml
loomscan/rules/packs/ruby-security.yml
loomscan/rules/packs/rust-security.yml
loomscan/rules/packs/scala-security.yml
loomscan/rules/packs/semgrep-community-deep.yml
loomscan/rules/packs/spotbugs-inspired.yml
loomscan/rules/packs/sql-security.yml
loomscan/rules/packs/sql-stored-procedures.yml
loomscan/rules/packs/swift-security.yml
loomscan/tui/__init__.py
loomscan/tui/image_render.py
loomscan/tui/mascot.py
loomscan/tui/progress.py
loomscan/tui/assets/loomy-spider-opt.gif
loomscan/tui/assets/frames/frame_00.png
loomscan/tui/assets/frames/frame_01.png
loomscan/tui/assets/frames/frame_02.png
loomscan/tui/assets/frames/frame_03.png
loomscan/tui/assets/frames/frame_04.png
loomscan/tui/assets/frames/frame_05.png
loomscan/tui/assets/frames/frame_06.png
loomscan/tui/assets/frames/frame_07.png
loomscan/tui/assets/frames/frame_08.png
loomscan/tui/assets/frames/frame_09.png
loomscan/tui/assets/frames/frame_10.png
loomscan/tui/assets/frames/frame_11.png
loomscan/tui/assets/frames/frame_12.png
loomscan/tui/assets/frames/frame_13.png
loomscan/tui/assets/frames/frame_14.png
loomscan/tui/assets/frames/frame_15.png
loomscan/tui/assets/frames/frame_16.png
loomscan/tui/assets/frames/frame_17.png
loomscan/tui/assets/frames/frame_18.png
loomscan/tui/assets/frames/frame_19.png
loomscan/tui/assets/frames/frame_20.png
loomscan/tui/assets/frames/frame_21.png
loomscan/tui/assets/frames/frame_22.png
loomscan/tui/assets/frames/frame_23.png
tests/test_advanced_layers.py
tests/test_cache.py
tests/test_detection_frontier.py
tests/test_diff_slicer.py
tests/test_enterprise_features.py
tests/test_frontier_techniques.py
tests/test_fuzz_fallback.py
tests/test_installer.py
tests/test_it2_fis.py
tests/test_multi_language_bl.py
tests/test_new_detection.py
tests/test_orchestrator.py
tests/test_oss_inspired.py
tests/test_ported_configs.py
tests/test_precision_engine.py
tests/test_review_fixes.py
tests/test_supply_chain.py
tests/test_v410_regression_probes.py
tests/test_v411_regression_probes.py
tests/test_v412_regression_probes.py
tests/test_v413_regression_probes.py
tests/test_v414_regression_probes.py
tests/test_v433_smoke.py
tests/test_v434_smoke.py
tests/test_v435_smoke.py
tests/test_v436_smoke.py
tests/test_v437_smoke.py
tests/test_v438_smoke.py
tests/test_v439_smoke.py
tests/test_v43_regression_probes.py
tests/test_v442_smoke.py
tests/test_v443_smoke.py
tests/test_v44_regression_probes.py
tests/test_v45_regression_probes.py
tests/test_v46_regression_probes.py
tests/test_v47_regression_probes.py
tests/test_v48_regression_probes.py
tests/test_v4_restored.py
tests/test_v52_smoke.py
tests/test_v53_smoke.py
tests/test_v54_smoke.py
tests/test_v55_smoke.py
tests/test_v56_smoke.py
tests/test_v57_smoke.py
tests/test_v58_smoke.py
tests/test_v59_smoke.py
tests/test_v5_smoke.py