Repository Analysis

ReChronoRain/HyperCeiler

HyperOS enhancement module - Make HyperOS Great Again!

21.2 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of ReChronoRain/HyperCeiler, a Java project with 5,136 GitHub stars. SynthScan v2.0 examined 201,031 lines of code across 1820 source files, recording 348 pattern matches distributed across 3 syntactic categories. The overall adjusted score of 21.2 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).

21.2
Adjusted Score
21.2
Raw Score
100%
Time Factor
2026-08-02
Last Push
5.1K
Stars
Java
Language
201.0K
Lines of Code
1.8K
Files
348
Pattern Hits
2026-08-02
Scan Date
0.18
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 335HIGH 0MEDIUM 0LOW 13

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 348 distinct pattern matches across 3 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 Indicators335 hits · 4245 pts
SeverityFileLineSnippetContext
CRITICAL…rc/main/java/com/sevtinge/hyperceiler/Application.java53 super.attachBaseContext(com.sevtinge.hyperceiler.utils.LanguageHelper.wrapContext(base));CODE
CRITICAL…java/com/sevtinge/hyperceiler/ui/HomePageActivity.java72 super.attachBaseContext(com.sevtinge.hyperceiler.utils.LanguageHelper.wrapContext(newBase));CODE
CRITICAL…n/java/com/sevtinge/hyperceiler/ui/SplashActivity.java37 super.attachBaseContext(com.sevtinge.hyperceiler.utils.LanguageHelper.wrapContext(newBase));CODE
CRITICALlibrary/provision/src/main/assets/marked.min.js47`+s.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=r.text):t.push(s);continue}if(e){let r="Infinite loop on bytCODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt74 val bgControllerClass = com.sevtinge.hyperceiler.libhook.base.BaseHook.findClassIfExists(bgControllerClassName, CODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt75 val balStateClass = com.sevtinge.hyperceiler.libhook.base.BaseHook.findClassIfExists(balStateClassName, classLoaCODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt142 val stubClass = com.sevtinge.hyperceiler.libhook.base.BaseHook.findClassIfExists(stubClassName, classLoader)CODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt171 val balVerdictClass = com.sevtinge.hyperceiler.libhook.base.BaseHook.findClassIfExists(balVerdictClassName, clasCODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt190 com.sevtinge.hyperceiler.libhook.base.BaseHook.getStaticObjectField(balVerdictClass, fieldName)CODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt231 com.sevtinge.hyperceiler.libhook.base.BaseHook.getObjectField(state, "mCallingPackage") as? StringCODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt238 com.sevtinge.hyperceiler.libhook.base.BaseHook.getObjectField(state, "mRealCallingPackage") as? StringCODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt252 com.sevtinge.hyperceiler.libhook.base.BaseHook.findClassIfExists("com.android.server.am.AppErrors", classLoaCODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt258 val mContext = com.sevtinge.hyperceiler.libhook.base.BaseHook.getObjectField(param.thisObject, "mConCODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt272 val info = com.sevtinge.hyperceiler.libhook.base.BaseHook.getObjectField(proc, "info") as? ApplicatiCODE
CRITICAL…sevtinge/hyperceiler/libhook/safecrash/CrashMonitor.kt291 com.sevtinge.hyperceiler.libhook.base.BaseHook.findClass("com.android.server.PackageWatchdogImpl", classLoadCODE
CRITICAL…nge/hyperceiler/libhook/utils/hookapi/PluginFactory.kt34 val mComponentName: Any? = com.sevtinge.hyperceiler.libhook.base.BaseHook.getObjectField(obj , "mComponentName")CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/StateFlowHelper.kt28 com.sevtinge.hyperceiler.libhook.base.BaseHook.findClass("kotlinx.coroutines.flow.StateFlow")CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/StateFlowHelper.kt32 com.sevtinge.hyperceiler.libhook.base.BaseHook.findClass("kotlinx.coroutines.flow.StateFlowKt")CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/StateFlowHelper.kt36 com.sevtinge.hyperceiler.libhook.base.BaseHook.findClass("kotlinx.coroutines.flow.ReadonlyStateFlow")CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/StateFlowHelper.kt40 com.sevtinge.hyperceiler.libhook.base.BaseHook.findClass("kotlinx.coroutines.flow.MutableStateFlow")CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java43 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(miuiClass, context);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java52 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(miuiClass, context, value);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java58 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(miuiClass, context);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java64 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(miuiClass, context, value);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java68 Class<?> clz = com.sevtinge.hyperceiler.libhook.base.BaseHook.findClassIfExists(path, classLoader);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java85 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(miuiClass, context);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java94 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(miuiClass, context, value);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java100 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(miuiClass, context);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java106 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(miuiClass, context, value);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java110 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setTitle", id);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java115 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setTitle", charSequencCODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java120 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setHapticFeedbackEnablCODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java125 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setMessage", id);CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java130 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setMessage", charSequeCODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java135 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setNegativeButton", idCODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java140 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setNegativeButton", chCODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java145 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setNeutralButton", id,CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java150 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setNeutralButton", onCCODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java155 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setPositiveButton", idCODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java160 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "setPositiveButton", onCODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java165 newInstance = com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "create");CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java166 com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(newInstance, "show");CODE
CRITICAL…hyperceiler/libhook/utils/hookapi/tool/MiuiDialog.java170 Class<?> clz = com.sevtinge.hyperceiler.libhook.base.BaseHook.findClassIfExists(pathBuilder, classLoader);CODE
CRITICAL…ler/libhook/utils/hookapi/tool/MiuixPreferenceUtils.kt30 return com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(com.sevtinge.hyperceiler.libhook.base.BaseHookCODE
CRITICAL…ler/libhook/utils/hookapi/tool/MiuixPreferenceUtils.kt34 val preferenceClass = com.sevtinge.hyperceiler.libhook.base.BaseHook.findClassIfExists(TEXT_PREFERENCE_CLASS)CODE
CRITICAL…ler/libhook/utils/hookapi/tool/MiuixPreferenceUtils.kt35 ?: com.sevtinge.hyperceiler.libhook.base.BaseHook.findClass(ANDROIDX_PREFERENCE_CLASS)CODE
CRITICAL…ler/libhook/utils/hookapi/tool/MiuixPreferenceUtils.kt36 return com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(preferenceClass, context)CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/tool/AppsTool.java106 Class<?> clazz = com.sevtinge.hyperceiler.libhook.base.BaseHook.findClass("android.app.ActivityThread", null);CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/tool/AppsTool.java107 return (Application) com.sevtinge.hyperceiler.libhook.base.BaseHook.callStaticMethod(clazz, "currentApplication"CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/tool/AppsTool.java111 Class<?> clazz = com.sevtinge.hyperceiler.libhook.base.BaseHook.findClass("android.app.ActivityThread", null);CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/tool/AppsTool.java112 Object thread = com.sevtinge.hyperceiler.libhook.base.BaseHook.callStaticMethod(clazz, "currentActivityThread");CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/tool/AppsTool.java115 Context context = (Context) com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(thread, "getSystemContext"CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/tool/AppsTool.java117 context = (Context) com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(thread, "getSystemUiContext");CODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/tool/AppsTool.java277 Object userHandle = com.sevtinge.hyperceiler.libhook.base.BaseHook.newInstance(UserHandle.class, useCODE
CRITICAL…e/hyperceiler/libhook/utils/hookapi/tool/AppsTool.java278 com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(context, "startActivityAsUser", intent, usCODE
CRITICAL…erceiler/libhook/utils/hookapi/tool/ResourcesTool.java364 XposedInterface.HookHandle unhook = com.sevtinge.hyperceiler.libhook.base.BaseHook.hookMethod(method, ReCODE
CRITICAL…erceiler/libhook/utils/hookapi/tool/ResourcesTool.java413 XposedInterface.HookHandle unhook = com.sevtinge.hyperceiler.libhook.base.BaseHook.hookMethod(method, TyCODE
CRITICAL…erceiler/libhook/utils/hookapi/tool/ResourcesTool.java512 int[] mData = (int[]) com.sevtinge.hyperceiler.libhook.base.BaseHook.getObjectField(thisObject, "mData");CODE
CRITICAL…erceiler/libhook/utils/hookapi/tool/ResourcesTool.java523 Resources mResources = (Resources) com.sevtinge.hyperceiler.libhook.base.BaseHook.getObjectField(thisObject,CODE
CRITICAL…erceiler/libhook/utils/hookapi/tool/ResourcesTool.java830 return com.sevtinge.hyperceiler.libhook.base.BaseHook.callMethod(resources, method, modResId, args[1]);CODE
275 more matches not shown…
Over-Commented Block10 hits · 10 pts
SeverityFileLineSnippetContext
LOW…api/systemui/controlcenter/progress/SquigglySeekBar.kt201 elseCOMMENT
LOW…ystemui/controlcenter/drawable/AmbientLightDrawable.kt421 // vec2 st = vUv;COMMENT
LOW…r/libhook/rules/mediaeditor/UnlockCustomPhotoFrames.kt61COMMENT
LOW…eiler/libhook/rules/home/title/EnableIconMonetColor.kt61// "com.miui.home",COMMENT
LOW…rceiler/libhook/rules/home/dock/SlideUpOnlyShowDock.kt61COMMENT
LOW…rceiler/libhook/rules/home/dock/SlideUpOnlyShowDock.kt101 // motionEvent.rawX,COMMENT
LOW…rceiler/libhook/rules/home/dock/SlideUpOnlyShowDock.kt121 // actionMasked,COMMENT
LOW…/libhook/rules/downloadsui/AlwaysShowDownloadLink.java101 });COMMENT
LOW…rules/securitycenter/sidebar/video/VideoDolbyOpen.java61COMMENT
LOW…ler/libhook/rules/systemui/plugin/NewPluginHelperKt.kt241 // miui.systemui.miplay.MiPlayPluginImplCOMMENT
Hyper-Verbose Identifiers3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…/hyperceiler/about/controller/BgEffectDataManager.java6public class BgEffectDataManager {CODE
LOW…om/sevtinge/hyperceiler/model/data/AppDataManager.java19public class AppDataManager {CODE
LOW.github/workflows/ci_build.yml215 def build_multiline_code_block(text):CODE