Web path scanner
This report presents the forensic synthetic code analysis of maurosoria/dirsearch, a Python project with 14,492 GitHub stars. SynthScan v2.0 examined 38,860 lines of code across 205 source files, recording 365 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 11.1 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 365 distinct pattern matches across 10 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_optional_db_dependencies.py | 67 | def test_core_imports_without_database_drivers(self): | CODE |
| LOW | tests/test_optional_db_dependencies.py | 73 | def test_file_reports_import_without_database_drivers(self): | CODE |
| LOW | tests/test_optional_db_dependencies.py | 89 | def test_mysql_report_fails_only_when_driver_is_used(self): | CODE |
| LOW | tests/test_optional_db_dependencies.py | 99 | def test_postgresql_report_fails_only_when_driver_is_used(self): | CODE |
| LOW⚡ | tests/test_release_scripts.py | 46 | def test_configure_threaded_stack(self): | STRING |
| LOW⚡ | tests/test_release_scripts.py | 53 | def test_configure_async_stack(self): | STRING |
| LOW⚡ | tests/test_release_scripts.py | 60 | def test_configure_native_rust_stack(self): | STRING |
| LOW⚡ | tests/test_native_install_packaging.py | 6 | def test_entrypoints_include_native_builder(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 16 | def test_package_data_includes_native_sources(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 22 | def test_setup_uses_standard_package_dir_mapping(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 31 | def test_ntlm_auth_is_not_a_direct_dependency(self): | CODE |
| LOW | tests/test_native_install_packaging.py | 48 | def test_install_docs_use_native_builder_flow(self): | CODE |
| LOW⚡ | tests/test_report_exception_handling.py | 13 | def test_csv_report_rejects_wrong_header(self): | CODE |
| LOW⚡ | tests/test_report_exception_handling.py | 21 | def test_file_report_validation_chains_parse_error(self): | CODE |
| LOW⚡ | tests/test_report_exception_handling.py | 31 | def test_sqlite_report_rejects_non_sqlite_file(self): | CODE |
| LOW⚡ | tests/test_report_exception_handling.py | 41 | def test_raw_request_malformed_input_preserves_invalid_request_type(self): | CODE |
| LOW | tests/core/test_importable_api.py | 87 | def test_public_imports_are_available(self): | CODE |
| LOW | tests/core/test_importable_api.py | 106 | def test_builtin_template_and_wordlist_limit(self): | CODE |
| LOW | tests/core/test_importable_api.py | 136 | def test_python_api_runs_template_wordlist_and_callbacks(self): | CODE |
| LOW | tests/core/test_importable_api.py | 162 | def test_result_predicate_filters_custom_matches(self): | CODE |
| LOW | tests/core/test_importable_api.py | 179 | def test_session_factory_customizes_requests(self): | CODE |
| LOW | tests/core/test_importable_api.py | 199 | def test_from_raw_request_runs_with_body_and_query(self): | CODE |
| LOW | tests/core/test_importable_api.py | 225 | def test_from_raw_request_file_uses_absolute_form_target(self): | CODE |
| LOW | tests/core/test_importable_api.py | 246 | def test_from_raw_request_requires_one_source(self): | CODE |
| LOW | tests/core/test_importable_api.py | 259 | def test_raise_on_error_invokes_callback_then_raises(self): | CODE |
| LOW | tests/core/test_importable_api.py | 281 | def test_two_configs_do_not_leak_state(self): | CODE |
| LOW | tests/core/test_options.py | 10 | def test_response_size_options_accept_raw_bytes_and_units(self): | CODE |
| LOW | tests/core/test_options.py | 31 | def test_response_size_options_accept_bytes_suffix(self): | CODE |
| LOW | tests/core/test_options.py | 52 | def test_header_filter_options_are_parsed(self): | CODE |
| LOW | tests/core/test_options.py | 76 | def test_invalid_header_regex_exits(self): | CODE |
| LOW⚡ | tests/core/test_native_builder.py | 13 | def create_native_source_tree(root: Path) -> Path: | CODE |
| LOW⚡ | tests/core/test_native_builder.py | 23 | def test_native_sources_available_requires_all_files(self): | CODE |
| LOW⚡ | tests/core/test_native_builder.py | 33 | def test_prerequisite_errors_report_missing_commands_and_headers(self): | CODE |
| LOW | tests/core/test_native_builder.py | 49 | def test_prerequisite_errors_report_python_version(self): | CODE |
| LOW | tests/core/test_native_builder.py | 63 | def test_install_hint_for_debian_like_systems(self): | CODE |
| LOW | tests/core/test_native_builder.py | 69 | def test_install_hint_for_fedora_like_systems(self): | CODE |
| LOW | tests/core/test_scanner.py | 56 | def test_generate_redirect_regex(self): | CODE |
| LOW | tests/core/test_scanner.py | 94 | def test_probable_wildcard_skips_expensive_similarity_for_large_bodies(self): | CODE |
| LOW | tests/core/test_scanner.py | 121 | def test_probable_wildcard_keeps_similarity_for_medium_bodies(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 33 | def test_native_accepts_default_supported_options(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 36 | def test_native_rejects_async_mode(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 42 | def test_native_rejects_non_get_methods(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 48 | def test_native_rejects_proxies(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 54 | def test_native_rejects_delay(self): | CODE |
| LOW⚡ | tests/core/test_wordlist_backend.py | 25 | def test_auto_selects_python_backend(self): | CODE |
| LOW⚡ | tests/core/test_wordlist_backend.py | 28 | def test_python_selects_python_backend(self): | CODE |
| LOW⚡ | tests/core/test_wordlist_backend.py | 31 | def test_native_reports_unavailable(self): | CODE |
| LOW⚡ | tests/core/test_wordlist_backend.py | 39 | def test_native_matches_python_when_available(self): | CODE |
| LOW | tests/core/test_wordlist_backend.py | 71 | def test_native_matches_python_for_generation_options_when_available(self): | CODE |
| LOW⚡ | tests/core/test_dictionary_templates.py | 55 | def test_repeated_placeholder_uses_same_value(self): | CODE |
| LOW⚡ | tests/core/test_dictionary_templates.py | 62 | def test_category_placeholder(self): | CODE |
| LOW⚡ | tests/core/test_dictionary_templates.py | 67 | def test_ext_placeholder_compatibility(self): | CODE |
| LOW | tests/core/test_async_fuzzer.py | 72 | async def test_does_not_filter_response_matching_index_page(self): | CODE |
| LOW | tests/core/test_native_fuzzer.py | 93 | def test_native_fuzzer_processes_native_responses(self): | CODE |
| LOW | tests/core/test_native_fuzzer.py | 116 | def test_native_fuzzer_routes_backend_errors(self): | CODE |
| LOW | tests/core/test_native_fuzzer.py | 131 | def test_native_fuzzer_routes_filtered_results_to_not_found_callbacks(self): | CODE |
| LOW | tests/core/test_fuzzer_filter_stacks.py | 124 | def test_advanced_filters_apply_in_sync_stack(self): | CODE |
| LOW | tests/core/test_fuzzer_filter_stacks.py | 150 | async def test_advanced_filters_apply_in_async_stack(self): | CODE |
| LOW | tests/core/test_fuzzer_filter_stacks.py | 175 | def test_pushed_down_advanced_filters_apply_in_native_stack(self): | CODE |
| LOW⚡ | tests/core/test_advanced_filters.py | 80 | def test_match_status_is_opt_in(self): | CODE |
| 92 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | testing.py | 23 | CODE | |
| LOW | testing.py | 24 | CODE | |
| LOW | testing.py | 25 | CODE | |
| LOW | testing.py | 26 | CODE | |
| LOW | testing.py | 26 | CODE | |
| LOW | testing.py | 26 | CODE | |
| LOW | testing.py | 26 | CODE | |
| LOW | testing.py | 26 | CODE | |
| LOW | testing.py | 26 | CODE | |
| LOW | testing.py | 26 | CODE | |
| LOW | testing.py | 26 | CODE | |
| LOW | testing.py | 26 | CODE | |
| LOW | testing.py | 37 | CODE | |
| LOW | testing.py | 38 | CODE | |
| LOW | testing.py | 39 | CODE | |
| LOW | testing.py | 40 | CODE | |
| LOW | testing.py | 41 | CODE | |
| LOW | testing.py | 42 | CODE | |
| LOW | testing.py | 43 | CODE | |
| LOW | testing.py | 43 | CODE | |
| LOW | testing.py | 43 | CODE | |
| LOW | testing.py | 48 | CODE | |
| LOW | testing.py | 49 | CODE | |
| LOW | testing.py | 50 | CODE | |
| LOW | testing.py | 51 | CODE | |
| LOW | testing.py | 52 | CODE | |
| LOW | testing.py | 53 | CODE | |
| LOW | testing.py | 54 | CODE | |
| LOW | testing.py | 55 | CODE | |
| LOW | testing.py | 56 | CODE | |
| LOW | testing.py | 57 | CODE | |
| LOW | testing.py | 58 | CODE | |
| LOW | testing.py | 59 | CODE | |
| LOW | testing.py | 60 | CODE | |
| LOW | testing.py | 61 | CODE | |
| LOW | testing.py | 62 | CODE | |
| LOW | testing.py | 63 | CODE | |
| LOW | testing.py | 64 | CODE | |
| LOW | tests/test_optional_db_dependencies.py | 19 | CODE | |
| LOW | tests/core/test_importable_api.py | 1 | CODE | |
| LOW | tests/core/test_wordlist_backend.py | 1 | CODE | |
| LOW | tests/core/test_dictionary_templates.py | 1 | CODE | |
| LOW | tests/controller/test_session_store.py | 19 | CODE | |
| LOW | scripts/split_wordlists.py | 4 | CODE | |
| LOW | scripts/configure_stack.py | 2 | CODE | |
| LOW | scripts/build_portable.py | 2 | CODE | |
| LOW | scripts/build_native.py | 2 | CODE | |
| 27 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | dirsearch.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | pyproject.toml | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | config.ini | 21 | #include-status = 200-299,401 | COMMENT |
| LOW | config.ini | 41 | #filter-status = 500-599 | COMMENT |
| LOW | config.ini | 61 | #prefixes = .,admin | COMMENT |
| LOW | config.ini | 101 | verbose = False | COMMENT |
| LOW | setup.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | testing.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | tests/test_optional_db_dependencies.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/test_release_scripts.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/core/test_scanner.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/connection/test_dns.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/connection/test_requester.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/parse/test_config.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/parse/test_url.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/parse/test_headers.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/utils/test_mimetype.py | 1 | # This program is free software; you can redistribute it and/or modify | COMMENT |
| LOW | tests/utils/test_common.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/utils/test_schemedet.py | 1 | # This program is free software; you can redistribute it and/or modify | COMMENT |
| LOW | tests/utils/test_diff.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/utils/test_crawl.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/utils/test_random.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/controller/test_session_store.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | docs/configuration.md | 21 | target-max-time = 0 | COMMENT |
| LOW | docs/configuration.md | 41 | # Advanced opt-in filters and matchers, inspired by ffuf/wfuzz. These are not | COMMENT |
| LOW | docs/configuration.md | 81 | #headers = [ | COMMENT |
| LOW | docs/configuration.md | 121 | # - {date}: Scan date, format: DD-MM-YYYY (e.g. 07-10-2022) | COMMENT |
| LOW | .github/workflows/codeql-analysis.yml | 1 | # For most projects, this workflow file will not need changing; you simply need | COMMENT |
| LOW | lib/core/options.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/scanner.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/logger.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/api.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/fuzzer.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/settings.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/exceptions.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/structures.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/dictionary.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/filters.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/data.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/decorators.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/connection/dns.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/connection/response.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/connection/requester.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/config.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/cmdline.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/rawrequest.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/url.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/headers.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/crawl.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/mimetype.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/safe_xml.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/random.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/file.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/common.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/diff.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/schemedet.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/controller/controller.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/controller/session.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/view/terminal.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/view/colors.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| 14 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | dirsearch.py | 32 | from lib.core.exceptions import WordlistLimitError | CODE |
| CRITICAL | tests/core/test_wordlist_backend.py | 8 | from lib.core.exceptions import WordlistBackendUnavailableError | CODE |
| CRITICAL | tests/core/test_dictionary_templates.py | 9 | from lib.core.exceptions import WordlistLimitError | CODE |
| CRITICAL | lib/core/api.py | 30 | from lib.core.exceptions import WordlistLimitError | CODE |
| CRITICAL | lib/core/wordlist_backend.py | 7 | from lib.core.exceptions import WordlistBackendUnavailableError, WordlistLimitError | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | setup.py | 53 | CODE | |
| LOW | tests/check_packaged_install.py | 10 | CODE | |
| LOW | scripts/split_wordlists.py | 140 | CODE | |
| LOW | lib/core/options.py | 61 | CODE | |
| LOW | lib/core/api.py | 287 | CODE | |
| LOW | lib/core/wordlist_backend.py | 34 | CODE | |
| LOW | lib/core/wordlist_backend.py | 163 | CODE | |
| LOW | lib/core/fuzzer.py | 495 | CODE | |
| LOW | lib/connection/requester.py | 240 | CODE | |
| LOW | lib/connection/requester.py | 414 | CODE | |
| LOW | lib/connection/requester.py | 611 | CODE | |
| LOW | lib/utils/crawl.py | 62 | CODE | |
| LOW | lib/controller/controller.py | 179 | CODE | |
| LOW | lib/controller/controller.py | 325 | CODE | |
| LOW | lib/controller/controller.py | 637 | CODE | |
| LOW | lib/controller/session.py | 59 | CODE | |
| LOW | lib/view/terminal.py | 107 | CODE | |
| LOW | db/categories/generate_wpscan_wordlists.py | 12 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lib/core/options.py | 70 | except Exception: | CODE |
| MEDIUM | lib/core/options.py | 155 | print("Error while parsing Nmap report: " + str(e)) | CODE |
| MEDIUM | lib/core/options.py | 224 | print("Error in headers file: " + str(e)) | CODE |
| LOW | lib/core/fuzzer.py | 456 | except Exception as e: | CODE |
| LOW | lib/connection/requester.py | 482 | except Exception as e: | CODE |
| LOW | lib/connection/requester.py | 666 | except Exception as e: | CODE |
| LOW | lib/controller/controller.py | 633 | except Exception: | CODE |
| LOW | lib/controller/controller.py | 657 | except Exception: | CODE |
| LOW | db/categories/generate_wpscan_wordlists.py | 33 | except Exception as e: | CODE |
| LOW⚡ | db/categories/php/generate_wpscan_wordlists.py | 19 | except Exception as e: | CODE |
| MEDIUM⚡ | db/categories/php/generate_wpscan_wordlists.py | 20 | print(f"Error downloading: {e}") | CODE |
| MEDIUM | db/categories/php/generate_wpscan_wordlists.py | 4 | def download_file(url, output_path): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | dirsearch.py | 35 | __all__ = [ | CODE |
| LOW | __init__.py | 16 | __all__ = [ | CODE |
| LOW | lib/core/logger.py | 25 | logger = logging.getLogger(__name__) | CODE |
| LOW | lib/core/api.py | 40 | __all__ = [ | CODE |
| LOW | lib/core/fuzzer.py | 90 | def set_base_path(self, path: str) -> None: | CODE |
| LOW⚡ | lib/connection/requester.py | 338 | def set_url(self, url: str) -> None: | CODE |
| LOW⚡ | lib/connection/requester.py | 341 | def set_query(self, query: str) -> None: | CODE |
| LOW⚡ | lib/connection/requester.py | 347 | def set_header(self, key: str, value: str) -> None: | CODE |
| LOW | lib/connection/requester.py | 396 | def set_auth(self, type: str, credential: str) -> None: | CODE |
| LOW | lib/connection/requester.py | 578 | def set_auth(self, type: str, credential: str) -> None: | CODE |
| LOW | lib/controller/controller.py | 500 | def set_target(self, url: str) -> None: | CODE |
| LOW | lib/controller/controller.py | 594 | def update_progress_bar(self, response: BaseResponse) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | db/categories/php/generate_wpscan_wordlists.py | 16 | # Actually, for this task, I will mock the data if download fails or just create placeholders | COMMENT |
| LOW | db/categories/php/generate_wpscan_wordlists.py | 34 | # or just use a predefined list if we can't scrape. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lib/core/fuzzer.py | 311 | # Check if the response is unique, not wildcard | COMMENT |
| LOW | lib/report/sqlite_report.py | 46 | # Check if the file is a proper sqlite database | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lib/core/api.py | 214 | CODE |