Repository Analysis

mvt-project/mvt

MVT (Mobile Verification Toolkit) helps with conducting forensics of mobile devices in order to find signs of a potential compromise.

17.5 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of mvt-project/mvt, a Python project with 12,693 GitHub stars. SynthScan v2.0 examined 28,608 lines of code across 256 source files, recording 319 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 17.5 places this repository in the Moderate 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).

17.5
Adjusted Score
17.5
Raw Score
100%
Time Factor
2026-07-01
Last Push
12.7K
Stars
Python
Language
28.6K
Lines of Code
256
Files
319
Pattern Hits
2026-07-14
Scan Date
0.04
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 0HIGH 11MEDIUM 66LOW 242

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 319 distinct pattern matches across 14 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.

Decorative Section Separators52 hits · 183 pts
SeverityFileLineSnippetContext
MEDIUMsrc/mvt/ios/cli.py84# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py86# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py108# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py110# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py116# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py118# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py150# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py152# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py223# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py225# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py265# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py267# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py333# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py335# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py399# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py401# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py444# ==============================================================================COMMENT
MEDIUMsrc/mvt/ios/cli.py446# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py80# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py82# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py104# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py106# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py112# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py114# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py146# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py148# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py158# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py160# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py220# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py222# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py290# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py292# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py371# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py373# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py450# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py452# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py497# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/cli.py499# ==============================================================================COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py330 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py332 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py342 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py344 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py389 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py391 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py71 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py73 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py84 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py86 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py157 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py159 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py247 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/mvt/android/modules/intrusion_logs/base.py249 # ------------------------------------------------------------------COMMENT
Hyper-Verbose Identifiers114 hits · 112 pts
SeverityFileLineSnippetContext
LOWtests/test_check_android_androidqf.py27 def test_check_encrypted_backup_prompt_valid(self, mocker):CODE
LOWtests/test_check_android_androidqf.py41 def test_check_encrypted_backup_cli(self, mocker):CODE
LOWtests/test_check_android_androidqf.py56 def test_check_encrypted_backup_env(self, mocker):CODE
LOWtests/test_check_android_androidqf.py74 def test_check_malformed_backup_skips_backup_modules(self, tmp_path, caplog):CODE
LOWtests/test_check_android_adb_removed.py12 def test_check_adb_exits_nonzero(self):CODE
LOWtests/test_ios_versions.py10 def test_is_ios_version_outdated(self):CODE
LOWtests/utils.py28def get_android_backup_folder():CODE
LOWtests/test_check_android_backup.py20 def test_check_encrypted_backup_prompt_valid(self, mocker):CODE
LOWtests/test_check_android_backup.py32 def test_check_encrypted_backup_cli(self, mocker):CODE
LOWtests/test_check_android_backup.py47 def test_check_encrypted_backup_cli_invalid(self, mocker, caplog):CODE
LOWtests/test_check_android_backup.py60 def test_check_encrypted_backup_env(self, mocker):CODE
LOWtests/test_completion.py13 def test_completion_prints_instructions_by_default(self):CODE
LOWtests/test_completion.py22 def test_completion_prints_bash_script(self):CODE
LOWtests/test_completion.py32 def test_completion_prints_fish_script(self):CODE
LOWtests/test_completion.py41 def test_completion_install_updates_bashrc_once(self, tmp_path, monkeypatch):CODE
LOWtests/test_completion.py62 def test_completion_install_fish_does_not_update_shell_rc(CODE
LOWtests/test_custom_modules.py43def test_load_module_appears_only_for_supported_cli_command(tmp_path):STRING
LOWtests/test_custom_modules.py65def test_module_option_runs_supported_custom_module(tmp_path):STRING
LOWtests/test_custom_modules.py91def test_custom_modules_load_from_environment_without_cli_flag(tmp_path, monkeypatch):STRING
LOWtests/test_custom_modules.py128def test_androidqf_propagates_custom_modules_to_nested_commands(tmp_path, monkeypatch):STRING
LOWtests/common/test_command.py73 def test_store_alerts_handles_bytes(self, tmp_path):CODE
LOWtests/common/test_command.py86 def test_modules_run_in_stable_topological_order(self):CODE
LOWtests/common/test_command.py101 def test_selected_module_runs_transitive_dependencies(self):CODE
LOWtests/common/test_command.py113 def test_circular_dependency_warns_and_stops(self, caplog):CODE
LOWtests/common/test_command.py132 def test_unavailable_dependency_warns_and_stops(self, caplog):CODE
LOWtests/common/test_command.py149 def test_custom_modules_are_filtered_before_ordering(self):CODE
LOWtests/common/test_command.py161 def test_selected_custom_module_runs(self):CODE
LOWtests/common/test_command.py171 def test_selected_unsupported_custom_module_does_not_run(self):CODE
LOWtests/common/test_command.py181 def test_custom_module_dependencies_use_topological_order(self):CODE
LOWtests/common/test_utils.py32 def test_convert_mactime_to_iso(self):CODE
LOWtests/common/test_utils.py35 def test_convert_unix_to_utc_datetime(self):CODE
LOWtests/common/test_utils.py41 def test_convert_datetime_to_iso(self):CODE
LOWtests/common/test_utils.py45 def test_convert_timezone_aware_to_iso(self):CODE
LOWtests/common/test_alerts.py9def test_as_json_promotes_nested_matched_indicator():CODE
LOWtests/common/test_alerts.py31def test_as_json_removes_nested_matched_indicator_when_parent_exists():CODE
LOWtests/common/test_indicators.py169 def test_check_android_property(self, indicator_file):CODE
LOWtests/common/test_module_loader.py41def test_load_custom_modules_from_python_file(tmp_path):STRING
LOWtests/common/test_module_loader.py50def test_load_custom_modules_from_folder_in_sorted_order(tmp_path):STRING
LOWtests/common/test_module_loader.py64def test_discovery_ignores_imported_base_and_unrelated_classes(tmp_path):STRING
LOWtests/common/test_module_loader.py93def test_load_custom_modules_deduplicates_same_class(tmp_path):STRING
LOWtests/common/test_module_loader.py101def test_load_custom_modules_raises_for_missing_path(tmp_path):STRING
LOWtests/common/test_module_loader.py106def test_load_custom_modules_raises_for_import_error(tmp_path):STRING
LOWtests/common/test_module_loader.py114def test_load_custom_modules_loads_env_folder_first(tmp_path, monkeypatch):STRING
LOWtests/common/test_module_loader.py128def test_module_supports_command_defaults_to_all_commands(tmp_path):STRING
LOWtests/common/test_module_loader.py136def test_module_supports_command_honors_supported_commands(tmp_path):STRING
LOWtests/android/test_artifact_dumpsys_accessibility.py42 def test_accessibility_service_alert(self):CODE
LOWtests/android/test_artifact.py11 def test_extract_dumpsys_section(self):CODE
LOWtests/android/test_artifact_dumpsys_battery_daily.py40 def test_uninstall_and_downgrade_create_medium_alerts(self):CODE
LOWtests/android/test_artifact_dumpsys_battery_daily.py73 def test_newest_first_update_is_not_reported_as_downgrade(self):CODE
LOWtests/android/test_artifact_dumpsys_battery_daily.py88 def test_newest_first_downgrade_creates_medium_alert(self):CODE
LOWtests/android/test_artifact_dumpsys_battery_daily.py112 def test_reinstall_after_uninstall_is_not_reported_as_downgrade(self):CODE
LOWtests/android/test_intrusion_logs.py26def test_load_all_events_preserves_unknown_top_level_event(tmp_path):CODE
LOWtests/android/test_intrusion_logs.py52def test_check_intrusion_logs_warns_about_unknown_top_level_event_type(CODE
LOWtests/android/test_intrusion_logs.py75def test_check_intrusion_logs_parses_core_and_unknown_security_events(CODE
LOWtests/android/test_intrusion_logs.py148def test_check_intrusion_logs_treats_event_id_as_security_event_metadata(CODE
LOWtests/android/test_intrusion_logs.py200def test_check_intrusion_logs_cli_lists_modules(tmp_path):CODE
LOWtests/android/test_intrusion_logs.py218def test_cert_authority_installed_raises_medium_alert_without_indicators():CODE
LOWtests/android/test_intrusion_logs.py239def test_failed_cert_authority_install_does_not_alert(success, caplog):CODE
LOWtests/android/test_intrusion_logs.py258def test_cert_validation_failure_raises_medium_alert_without_indicators():CODE
LOWtests/android/test_intrusion_logs.py273def test_security_heuristics_fire_when_no_indicators_loaded():CODE
54 more matches not shown…
Cross-File Repetition11 hits · 55 pts
SeverityFileLineSnippetContext
HIGHsrc/mvt/ios/modules/fs/webkit_safariviewservice.py0this module looks extracts records from webkit indexeddb folders, and checks them against any provided list of suspiciouSTRING
HIGHsrc/mvt/ios/modules/fs/webkit_localstorage.py0this module looks extracts records from webkit indexeddb folders, and checks them against any provided list of suspiciouSTRING
HIGHsrc/mvt/ios/modules/fs/webkit_indexeddb.py0this module looks extracts records from webkit indexeddb folders, and checks them against any provided list of suspiciouSTRING
HIGHsrc/mvt/android/modules/bugreport/fs_timestamps.py0this module extracts records from battery daily updates.STRING
HIGH…mvt/android/modules/bugreport/dumpsys_battery_daily.py0this module extracts records from battery daily updates.STRING
HIGHsrc/mvt/android/modules/bugreport/dumpsys_dbinfo.py0this module extracts records from battery daily updates.STRING
HIGH…t/android/modules/bugreport/dumpsys_battery_history.py0this module extracts records from battery daily updates.STRING
HIGHsrc/mvt/android/modules/bugreport/tombstones.py0this module extracts records from battery daily updates.STRING
HIGHsrc/mvt/android/modules/bugreport/dumpsys_packages.py0this module extracts details on receivers for risky activities.STRING
HIGHsrc/mvt/android/modules/bugreport/dumpsys_activities.py0this module extracts details on receivers for risky activities.STRING
HIGHsrc/mvt/android/modules/bugreport/dumpsys_receivers.py0this module extracts details on receivers for risky activities.STRING
Deep Nesting44 hits · 43 pts
SeverityFileLineSnippetContext
LOWsrc/mvt/ios/modules/net_base.py183CODE
LOWsrc/mvt/ios/modules/base.py107CODE
LOWsrc/mvt/ios/modules/base.py186CODE
LOW…c/mvt/ios/modules/mixed/webkit_session_resource_log.py69CODE
LOW…c/mvt/ios/modules/mixed/webkit_session_resource_log.py177CODE
LOWsrc/mvt/ios/modules/mixed/interactionc.py282CODE
LOWsrc/mvt/ios/modules/mixed/calendar.py87CODE
LOWsrc/mvt/ios/modules/mixed/safari_browserstate.py60CODE
LOWsrc/mvt/ios/modules/mixed/safari_browserstate.py87CODE
LOW…t/ios/modules/mixed/webkit_resource_load_statistics.py75CODE
LOW…t/ios/modules/mixed/webkit_resource_load_statistics.py147CODE
LOWsrc/mvt/ios/modules/mixed/tcc.py103CODE
LOWsrc/mvt/ios/modules/fs/analytics.py85CODE
LOWsrc/mvt/ios/modules/fs/shutdownlog.py76CODE
LOWsrc/mvt/common/alerts.py40CODE
LOWsrc/mvt/common/alerts.py175CODE
LOWsrc/mvt/common/log.py39CODE
LOWsrc/mvt/common/indicators.py58CODE
LOWsrc/mvt/common/indicators.py114CODE
LOWsrc/mvt/common/indicators.py217CODE
LOWsrc/mvt/common/utils.py206CODE
LOWsrc/mvt/android/cmd_check_androidqf.py263CODE
LOWsrc/mvt/android/cmd_check_backup.py120CODE
LOWsrc/mvt/android/artifacts/tombstone_crashes.py148CODE
LOWsrc/mvt/android/artifacts/tombstone_crashes.py208CODE
LOWsrc/mvt/android/artifacts/dumpsys_packages.py63CODE
LOWsrc/mvt/android/artifacts/mounts.py40CODE
LOWsrc/mvt/android/artifacts/dumpsys_battery_history.py26CODE
LOWsrc/mvt/android/artifacts/settings.py63CODE
LOWsrc/mvt/android/artifacts/dumpsys_appops.py43CODE
LOWsrc/mvt/android/artifacts/dumpsys_appops.py86CODE
LOWsrc/mvt/android/artifacts/dumpsys_receivers.py20CODE
LOWsrc/mvt/android/parsers/backup.py198CODE
LOWsrc/mvt/android/modules/androidqf/aqf_files.py85CODE
LOWsrc/mvt/android/modules/androidqf/aqf_files.py121CODE
LOWsrc/mvt/android/modules/androidqf/aqf_packages.py48CODE
LOWsrc/mvt/android/modules/intrusion_logs/connect_event.py33CODE
LOW…c/mvt/android/modules/intrusion_logs/security_event.py304CODE
LOW…c/mvt/android/modules/intrusion_logs/security_event.py465CODE
LOWsrc/mvt/android/modules/intrusion_logs/dns_event.py33CODE
LOWsrc/mvt/android/modules/intrusion_logs/base.py123CODE
LOWsrc/mvt/android/modules/intrusion_logs/base.py141CODE
LOWsrc/mvt/android/modules/intrusion_logs/base.py161CODE
LOWsrc/mvt/android/modules/intrusion_logs/base.py251CODE
Excessive Try-Catch Wrapping39 hits · 40 pts
SeverityFileLineSnippetContext
LOWtests/android_androidqf/test_mounts.py50 except Exception:CODE
LOWsrc/mvt/ios/decrypt.py126 except Exception as exc:CODE
LOWsrc/mvt/ios/decrypt.py176 except Exception as exc:CODE
LOWsrc/mvt/ios/decrypt.py232 except Exception as exc:CODE
LOWsrc/mvt/ios/decrypt.py263 except Exception as exc:CODE
LOWsrc/mvt/ios/modules/base.py155 except Exception as exc:CODE
LOW…c/mvt/ios/modules/mixed/webkit_session_resource_log.py146 except Exception:CODE
LOW…c/mvt/ios/modules/mixed/webkit_session_resource_log.py153 except Exception:CODE
LOWsrc/mvt/ios/modules/mixed/safari_history.py73 except Exception:CODE
LOWsrc/mvt/ios/modules/mixed/safari_history.py83 except Exception:CODE
LOW…t/ios/modules/mixed/webkit_resource_load_statistics.py161 except Exception as exc:CODE
LOWsrc/mvt/ios/modules/backup/manifest.py116 except Exception:CODE
LOWsrc/mvt/ios/modules/backup/manifest.py186 except Exception:CODE
LOWsrc/mvt/ios/modules/backup/configuration_profiles.py142 except Exception:CODE
LOWsrc/mvt/ios/modules/fs/filesystem.py88 except Exception:CODE
LOWsrc/mvt/ios/modules/fs/filesystem.py100 except Exception:CODE
LOWsrc/mvt/ios/modules/fs/shutdownlog.py111 except Exception:CODE
LOWsrc/mvt/common/alerts.py65 except Exception:CODE
LOWsrc/mvt/common/command.py93 except Exception as exc:CODE
LOWsrc/mvt/common/log.py64 except Exception:CODE
LOWsrc/mvt/common/indicators.py445 except Exception:CODE
LOWsrc/mvt/common/logo.py30 except Exception as e:CODE
LOWsrc/mvt/common/logo.py72 except Exception as e:CODE
LOWsrc/mvt/common/utils.py100 except Exception:CODE
LOWsrc/mvt/common/module.py137 except Exception as exc:CODE
LOWsrc/mvt/common/module.py225 except Exception as exc:CODE
LOWsrc/mvt/common/module.py239 except Exception as exc:CODE
LOWsrc/mvt/common/module.py256 except Exception as exc:CODE
LOWsrc/mvt/common/module_loader.py59 except Exception as exc:CODE
LOWsrc/mvt/android/cmd_check_androidqf.py164 except Exception as exc:CODE
LOWsrc/mvt/android/cmd_check_intrusion_logs.py94 except Exception as exc:CODE
LOWsrc/mvt/android/artifacts/tombstone_crashes.py166 except Exception as e:CODE
LOWsrc/mvt/android/artifacts/tombstone_crashes.py233 except Exception as e:CODE
LOWsrc/mvt/android/modules/androidqf/mounts.py57 except Exception as exc:CODE
LOWsrc/mvt/android/modules/androidqf/mounts.py73 except Exception as exc:CODE
LOWsrc/mvt/android/modules/intrusion_logs/base.py380 except Exception as e:CODE
LOWsrc/mvt/android/modules/intrusion_logs/base.py220 except Exception as e:CODE
LOWsrc/mvt/android/modules/intrusion_logs/base.py280 except Exception as e:CODE
LOWsrc/mvt/android/modules/intrusion_logs/base.py316 except Exception as e:CODE
Over-Commented Block18 hits · 18 pts
SeverityFileLineSnippetContext
LOWtests/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWtests/artifacts/android_data/dumpsys_battery.txt21 Discharge screen off time: 9d 21h 51m 40s 100ms (from 2 steps)COMMENT
LOWtests/artifacts/androidqf/dumpsys.txt341 #0: +2h21m35s4ms to 75 (screen-off, power-save-off)COMMENT
LOWtests/ios_fs/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWtests/common/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWtests/android/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWtests/ios_backup/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWtests/android_androidqf/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/ios/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/ios/modules/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/common/version.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/common/module_types.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/common/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/android/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/android/artifacts/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/android/parsers/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
LOWsrc/mvt/android/modules/__init__.py1# Mobile Verification Toolkit (MVT)COMMENT
Redundant / Tautological Comments10 hits · 15 pts
SeverityFileLineSnippetContext
LOWsrc/mvt/ios/versions.py45 # Check if it is a buildCOMMENT
LOWsrc/mvt/ios/modules/mixed/interactionc.py259 # Check if the record has the current timestamp.COMMENT
LOWsrc/mvt/ios/modules/mixed/interactionc.py263 # Check if the timestamp was already processed.COMMENT
LOWsrc/mvt/common/alerts.py61 # Check if it has a get_slug method (MVT modules have this)COMMENT
LOWsrc/mvt/android/artifacts/mounts.py93 # Check if it's a system partitionCOMMENT
LOWsrc/mvt/android/artifacts/mounts.py98 # Check if it's mounted read-writeCOMMENT
LOWsrc/mvt/android/artifacts/mounts.py179 # Check if any mount points match indicatorsCOMMENT
LOWsrc/mvt/android/artifacts/settings.py67 # Check if one of the dangerous settings is using an unsafeCOMMENT
LOWsrc/mvt/android/modules/androidqf/root_binaries.py105 # Check if this matches a known root binary by exact name matchCOMMENT
LOW…c/mvt/android/modules/intrusion_logs/security_event.py373 # Check if command contains any suspicious app IDsCOMMENT
Self-Referential Comments12 hits · 14 pts
SeverityFileLineSnippetContext
MEDIUMsrc/mvt/ios/decrypt.py23 """This class provides functions to decrypt an encrypted iTunes backupSTRING
MEDIUMsrc/mvt/ios/modules/net_base.py23 """This class provides a base for DataUsage and NetUsage extractionSTRING
MEDIUMsrc/mvt/ios/modules/base.py24 """This class provides a base for all iOS filesystem/backup extractionSTRING
MEDIUMsrc/mvt/ios/modules/fs/webkit_base.py14 """This class is a base for other WebKit-related modules."""STRING
MEDIUMsrc/mvt/common/indicators.py41 """This class is used to parse indicators from a STIX2 file and provideSTRING
MEDIUMsrc/mvt/common/indicators.py414 # Create an Aho-Corasick automaton from the list of urlsCOMMENT
MEDIUMsrc/mvt/common/module.py42 """This class provides a base for all extraction modules."""STRING
MEDIUMsrc/mvt/android/cmd_check_bugreport.py63 """This method is used to initialize the bug report analysis from anSTRING
MEDIUMsrc/mvt/android/cmd_check_bugreport.py75 """This method is used to initialize the bug report analysis from aSTRING
MEDIUMsrc/mvt/android/modules/bugreport/base.py17 """This class provides a base for all Android Bug Report modules."""STRING
MEDIUMsrc/mvt/android/modules/androidqf/base.py17 """This class provides a base for all Android Data analysis modules."""STRING
MEDIUMsrc/mvt/android/modules/backup/base.py16 """This class provides a base for all backup extractios modules"""STRING
AI Structural Patterns9 hits · 9 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py34CODE
LOWsrc/mvt/ios/cmd_check_fs.py20CODE
LOWsrc/mvt/ios/cmd_check_backup.py20CODE
LOWsrc/mvt/common/command.py34CODE
LOWsrc/mvt/common/cmd_check_iocs.py18CODE
LOWsrc/mvt/android/cmd_check_bugreport.py23CODE
LOWsrc/mvt/android/cmd_check_androidqf.py41CODE
LOWsrc/mvt/android/cmd_check_intrusion_logs.py26CODE
LOWsrc/mvt/android/cmd_check_backup.py36CODE
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.safety-policy.yml4# Otherwise, you can use the flag `safety check --policy-file <path-to-this-file>` to specify a custom location and nameCOMMENT
Modern Structural Boilerplate3 hits · 3 pts
SeverityFileLineSnippetContext
LOWsrc/mvt/common/updates.py71 def set_latest_check(self) -> None:CODE
LOWsrc/mvt/common/updates.py91 def set_latest_update(self) -> None:CODE
LOWsrc/mvt/common/indicators.py23logger = logging.getLogger(__name__)CODE
AI Slop Vocabulary2 hits · 2 pts
SeverityFileLineSnippetContext
MEDIUMsrc/mvt/ios/modules/fs/analytics_ios_versions.py22 """This module leverages the Analytics module in order to extractSTRING
LOWsrc/mvt/common/indicators.py443 # If it's not shortened, we just use the original URL object.COMMENT
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtests/artifacts/generate_stix.py18 emails = ["foobar@example.org"]CODE
LOWtests/ios_backup/test_calendar.py28 ind.ioc_collections[0]["emails"].append("user@example.org")CODE
Unused Imports2 hits · 2 pts
SeverityFileLineSnippetContext
LOWsrc/mvt/ios/__init__.py6CODE
LOWsrc/mvt/android/__init__.py6CODE