Repository Analysis

sameerasw/essentials

Essential tools and mods for Android nerds

6.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of sameerasw/essentials, a Kotlin project with 2,789 GitHub stars. SynthScan v2.0 examined 268,515 lines of code across 932 source files, recording 174 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 6.6 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).

6.6
Adjusted Score
6.6
Raw Score
100%
Time Factor
2026-08-28
Last Push
2.8K
Stars
Kotlin
Language
268.5K
Lines of Code
932
Files
174
Pattern Hits
2026-08-29
Scan Date
0.17
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 160HIGH 1MEDIUM 1LOW 12

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 174 distinct pattern matches across 7 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.

Hallucination Indicators160 hits · 1740 pts
SeverityFileLineSnippetContext
CRITICAL…src/main/java/com/sameerasw/essentials/MainActivity.kt500 com.sameerasw.essentials.domain.model.UpdateInfo(CODE
CRITICAL…m/sameerasw/essentials/ui/composables/SetupFeatures.kt805 com.sameerasw.essentials.ui.core.sheets.InstructionsBottomSheet(CODE
CRITICAL…m/sameerasw/essentials/ui/composables/SetupFeatures.kt811 com.sameerasw.essentials.ui.core.sheets.FeatureHelpBottomSheet(CODE
CRITICAL…om/sameerasw/essentials/ui/core/cards/AppToggleItem.kt136 com.sameerasw.essentials.translation.ui.TranslationMenuItems(CODE
CRITICAL…m/sameerasw/essentials/ui/core/cards/IconToggleItem.kt103 com.sameerasw.essentials.translation.ui.TranslationMenuItems(CODE
CRITICAL…sameerasw/essentials/ui/core/cards/ConfigPickerItem.kt144 com.sameerasw.essentials.translation.ui.TranslationMenuItems(CODE
CRITICAL…/sameerasw/essentials/ui/core/cards/BatteryInfoCard.kt177 com.sameerasw.essentials.ui.components.menus.SegmentedDropdownMenu(CODE
CRITICAL…/sameerasw/essentials/ui/core/cards/BatteryInfoCard.kt181 com.sameerasw.essentials.translation.ui.TranslationMenuItems(CODE
CRITICAL…/sameerasw/essentials/ui/core/cards/BatteryInfoCard.kt199 com.sameerasw.essentials.translation.ui.TranslationBottomSheet(CODE
CRITICAL…/com/sameerasw/essentials/ui/core/cards/FeatureCard.kt351 com.sameerasw.essentials.translation.ui.TranslationMenuItems(CODE
CRITICAL…/com/sameerasw/essentials/ui/core/cards/FeatureCard.kt416 com.sameerasw.essentials.translation.ui.TranslationBottomSheet(CODE
CRITICAL…entials/ui/features/power/PowerAndBatterySettingsUI.kt384 com.sameerasw.essentials.ui.core.cards.ConfigPickerItem(CODE
CRITICAL…entials/ui/features/power/PowerAndBatterySettingsUI.kt403 com.sameerasw.essentials.ui.components.menus.SegmentedDropdownMenuItem(CODE
CRITICAL…entials/ui/features/power/PowerAndBatterySettingsUI.kt436 com.sameerasw.essentials.ui.core.cards.ConfigPickerItem(CODE
CRITICAL…entials/ui/features/power/PowerAndBatterySettingsUI.kt452 com.sameerasw.essentials.ui.components.menus.SegmentedDropdownMenuItem(CODE
CRITICAL…sentials/ui/features/hardware/ButtonRemapSettingsUI.kt224 com.sameerasw.essentials.utils.ShellUtils.runCommand(CODE
CRITICAL…sentials/ui/features/hardware/ButtonRemapSettingsUI.kt610 com.sameerasw.essentials.ui.core.sheets.DeviceEffectsSettingsSheet(CODE
CRITICAL…sentials/ui/features/hardware/ButtonRemapSettingsUI.kt646 com.sameerasw.essentials.ui.core.sheets.SometimesEssentialsSettingsSheet(CODE
CRITICAL…sentials/ui/features/hardware/ButtonRemapSettingsUI.kt664 com.sameerasw.essentials.ui.core.sheets.FreezeTagSettingsSheet(CODE
CRITICAL…sentials/ui/features/hardware/ButtonRemapSettingsUI.kt737 com.sameerasw.essentials.utils.PermissionUIHelper.getPermissionItems(CODE
CRITICAL…sentials/ui/features/hardware/ButtonRemapSettingsUI.kt743 com.sameerasw.essentials.ui.core.sheets.PermissionsBottomSheet(CODE
CRITICAL…ameerasw/essentials/ui/features/freeze/FreezeGridUI.kt504 com.sameerasw.essentials.ui.core.sheets.AssignTagsSheet(CODE
CRITICAL…rasw/essentials/ui/features/freeze/FreezeSettingsUI.kt779 com.sameerasw.essentials.ui.core.sheets.FreezeTagEditorSheet(CODE
CRITICAL…ials/ui/features/freeze/sheets/FreezeTagEditorSheet.kt174 com.sameerasw.essentials.ui.components.FreezeTagColorPicker(CODE
CRITICAL…ssentials/ui/features/security/RemoteLockSettingsUI.kt55 com.sameerasw.essentials.ui.core.sheets.PermissionsBottomSheet(CODE
CRITICAL…ssentials/ui/features/security/RemoteLockSettingsUI.kt60 com.sameerasw.essentials.ui.core.sheets.PermissionItem(CODE
CRITICAL…ssentials/ui/features/security/RemoteLockSettingsUI.kt69 com.sameerasw.essentials.ui.core.sheets.PermissionItem(CODE
CRITICAL…ssentials/ui/features/security/RemoteLockSettingsUI.kt96 com.sameerasw.essentials.ui.core.pickers.SegmentedPicker(CODE
CRITICAL…features/location/sheets/LocationReachedBottomSheet.kt165 com.sameerasw.essentials.utils.HapticUtil.performSliderHaptic(CODE
CRITICAL…ials/ui/features/tiles/QuickSettingsTilesSettingsUI.kt443 object : com.sameerasw.essentials.domain.model.Feature(CODE
CRITICAL…ials/ui/features/tiles/QuickSettingsTilesSettingsUI.kt463 com.sameerasw.essentials.ui.core.sheets.FeatureHelpBottomSheet(CODE
CRITICAL…ials/ui/features/tiles/QuickSettingsTilesSettingsUI.kt896 com.sameerasw.essentials.ui.components.menus.SegmentedDropdownMenu(CODE
CRITICAL…ials/ui/features/tiles/QuickSettingsTilesSettingsUI.kt901 com.sameerasw.essentials.ui.components.menus.SegmentedDropdownMenuItem(CODE
CRITICAL…ials/ui/features/tiles/QuickSettingsTilesSettingsUI.kt933 com.sameerasw.essentials.ui.components.menus.SegmentedDropdownMenuItem(CODE
CRITICAL…sw/essentials/ui/features/system/KeyboardSettingsUI.kt348 com.sameerasw.essentials.ui.features.apps.sheets.UserDictionaryBottomSheet(CODE
CRITICAL…ls/ui/features/system/OtherCustomizationsSettingsUI.kt121 com.sameerasw.essentials.utils.PermissionUtils.openAccessibilitySettings(CODE
CRITICAL…entials/ui/features/system/TextAnimationsSettingsUI.kt80 com.sameerasw.essentials.ui.core.cards.IconToggleItem(CODE
CRITICAL…entials/ui/features/system/TextAnimationsSettingsUI.kt87 com.sameerasw.essentials.ui.core.cards.IconToggleItem(CODE
CRITICAL…erasw/essentials/ui/features/audio/ShutUpSettingsUI.kt119 androidx.compose.ui.graphics.painter.BitmapPainter(CODE
CRITICAL…eerasw/essentials/ui/features/watch/WatchSettingsUI.kt84 com.sameerasw.essentials.services.DeviceInfoSyncManager.forceSync(CODE
CRITICAL…tials/ui/features/watch/WatchNotificationSettingsUI.kt333 com.sameerasw.essentials.ui.core.sheets.PermissionItem(CODE
CRITICAL…tials/ui/features/display/AlwaysOnDisplaySettingsUI.kt115 com.sameerasw.essentials.utils.PermissionUtils.isAccessibilityServiceEnabled(CODE
CRITICAL…tials/ui/features/display/AlwaysOnDisplaySettingsUI.kt119 com.sameerasw.essentials.utils.PermissionUtils.openAccessibilitySettings(CODE
CRITICAL…meerasw/essentials/ui/features/automation/DIYScreen.kt211 com.sameerasw.essentials.ui.components.genai.GenAIFloatingPill(CODE
CRITICAL…ls/ui/features/automation/sheets/NewAutomationSheet.kt136 com.sameerasw.essentials.ui.core.cards.IconToggleItem(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt230 androidx.compose.ui.text.font.FontFamily(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt231 androidx.compose.ui.text.font.Font(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt234 androidx.compose.ui.text.font.FontVariation.Settings(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt237 androidx.compose.ui.text.font.FontVariation.weight(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt240 androidx.compose.ui.text.font.FontVariation.Setting(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt252 com.sameerasw.essentials.ui.components.battery.TopAppsBreakdownHeader(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt256 com.sameerasw.essentials.ui.components.battery.BatteryUsageBreakdownHeader(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt265 com.sameerasw.essentials.ui.core.pickers.SegmentedPicker(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt278 com.sameerasw.essentials.translation.TranslationManager.resolveKey(CODE
CRITICAL…i/features/battery/sheets/BatteryDetailsBottomSheet.kt283 com.sameerasw.essentials.translation.ui.TranslationBottomSheet(CODE
CRITICAL…features/battery/components/BatteryCommonComponents.kt102 com.sameerasw.essentials.ui.components.menus.SegmentedDropdownMenu(CODE
CRITICAL…features/battery/components/BatteryCommonComponents.kt106 com.sameerasw.essentials.translation.ui.TranslationMenuItems(CODE
CRITICAL…features/battery/components/BatteryCommonComponents.kt118 com.sameerasw.essentials.translation.ui.TranslationBottomSheet(CODE
CRITICAL…features/battery/components/BatteryCommonComponents.kt219 com.sameerasw.essentials.ui.components.menus.SegmentedDropdownMenu(CODE
CRITICAL…features/battery/components/BatteryCommonComponents.kt223 com.sameerasw.essentials.translation.ui.TranslationMenuItems(CODE
100 more matches not shown…
Excessive Try-Catch Wrapping5 hits · 6 pts
SeverityFileLineSnippetContext
LOWscripts/validate_strings.py69 except Exception as e:CODE
LOWscripts/validate_strings.py134 except Exception as e:CODE
LOWscripts/validate_strings.py282 except Exception as e:CODE
LOW.github/workflows/apply-translations.yml84 except Exception as e:CODE
MEDIUM.github/workflows/apply-translations.yml85 print(f"Error parsing /tmp/edits.json: {e}")CODE
Synthetic Comment Markers1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…eerasw/essentials/domain/genai/AutomationSuggestion.kt17@Generable("Structured output representing an automation suggestion generated by Gemini Nano")CODE
Deep Nesting4 hits · 4 pts
SeverityFileLineSnippetContext
LOWscripts/validate_strings.py125CODE
LOWscripts/validate_strings.py242CODE
LOWscripts/validate_strings.py285CODE
LOW.github/scripts/clean_release_notes.py14CODE
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippetContext
LOWgrant_perms.sh11 # Check if package is installedCOMMENT
LOWscripts/validate_strings.py193 # Check if positional indices matchCOMMENT
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippetContext
LOWscripts/validate_strings.py242def check_or_update_locales_config(res_dir, auto_fix=False):CODE
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOW.github/scripts/parse_comment_json.py2CODE