Repository Analysis

cinit/QAuxiliary

QNotified phoenix - To make OICQ great again

4.1 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of cinit/QAuxiliary, a Java project with 5,661 GitHub stars. SynthScan v2.0 examined 156,943 lines of code across 1159 source files, recording 122 pattern matches distributed across 2 syntactic categories. The overall adjusted score of 4.1 places this repository in the Likely human-written 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).

4.1
Adjusted Score
4.1
Raw Score
100%
Time Factor
2026-07-05
Last Push
5.7K
Stars
Java
Language
156.9K
Lines of Code
1.2K
Files
122
Pattern Hits
2026-07-14
Scan Date
0.03
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 38HIGH 0MEDIUM 0LOW 84

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 122 distinct pattern matches across 2 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 Indicators38 hits · 565 pts
SeverityFileLineSnippetContext
CRITICAL…main/java/io/github/duzhaokun123/hook/GalBgBlurHook.kt89 addView(com.google.android.material.textfield.TextInputEditText(ctx).apply {CODE
CRITICAL…main/java/io/github/duzhaokun123/hook/GalBgBlurHook.kt101 addView(com.google.android.material.textfield.TextInputEditText(ctx).apply {CODE
CRITICAL…/src/main/java/io/github/qauxv/core/HookInstaller.java64 sAnnotatedHooks = io.github.qauxv.gen.AnnotatedFunctionHookEntryList.getAnnotatedFunctionHookEntryLiCODE
CRITICALapp/src/main/java/io/github/qauxv/util/HostInfo.kt165 io.github.qauxv.util.Log.w("Overriding version code from ${hostInfo.versionCode32} to $newVersionCode")CODE
CRITICALapp/src/main/java/io/github/qauxv/util/Initiator.java266 if (!android.os.Handler.Callback.class.isAssignableFrom(klass)) {CODE
CRITICAL…ava/io/github/qauxv/util/hookstatus/ModuleAppImpl.java61 com.github.kyuubiran.ezxhelper.utils.Log.INSTANCE.getCurrentLogger().setLogTag("QAuxv");CODE
CRITICAL…c/main/java/io/github/qauxv/activity/BaseActivity.java542 * java.lang.LinkageError: Method boolean io.github.qauxv.activity.BaseActivity.isResumed() overrides final method iCOMMENT
CRITICAL…java/io/github/qauxv/bridge/ntapi/NtGrayTipHelper.java60 return new com.tencent.qqnt.kernel.nativeinterface.JsonGrayElement(busiId, jsonStr, recentAbstract, false, nCODE
CRITICAL…java/io/github/qauxv/bridge/ntapi/NtGrayTipHelper.java65 return new com.tencent.qqnt.kernelpublic.nativeinterface.JsonGrayElement(busiId, jsonStr, recentAbstract, faCODE
CRITICAL…io/github/qauxv/bridge/kernelcompat/ContactCompat.java51 return new com.tencent.qqnt.kernel.nativeinterface.Contact(chatType, peerUid, guildId);CODE
CRITICAL…io/github/qauxv/bridge/kernelcompat/ContactCompat.java56 return new com.tencent.qqnt.kernelpublic.nativeinterface.Contact(chatType, peerUid, guildId);CODE
CRITICAL…n/java/io/github/qauxv/poststartup/StartupRoutine.java64 com.github.kyuubiran.ezxhelper.utils.Log.INSTANCE.getCurrentLogger().setLogTag("QAuxv");CODE
CRITICAL…n/java/io/github/qauxv/poststartup/StartupRoutine.java101 io.github.qauxv.util.Log.e("Failed to get version code from Lcooperation/qzone/QUA;->QUA:Ljava/lang/CODE
CRITICALapp/src/main/java/me/singleneuron/hook/SystemEmoji.kt48 // com.tencent.mobileqq.text.EmotcationConstants.getSingleEmoji(II)ICOMMENT
CRITICALapp/src/main/java/me/singleneuron/hook/SystemEmoji.kt49 // com.tencent.mobileqq.text.EmotcationConstants.getDoubleEmoji(I)ICOMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt63 * at cooperation.vip.qqbanner.manager.VasADImmersionBannerManager.J(P:1)COMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt64 * at com.tencent.mobileqq.activity.recent.bannerprocessor.VasADBannerProcessor.updateBanner(P:3)COMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt65 * at com.tencent.mobileqq.banner.BannerManager.J(P:9)COMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt66 * at com.tencent.mobileqq.banner.BannerManager.a(P:19)COMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt67 * at com.tencent.mobileqq.banner.BannerManager.C(P:5)COMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt68 * at com.tencent.mobileqq.banner.BannerManager.A(P:17)COMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt69 * at com.tencent.mobileqq.banner.BannerManager.O(P:9)COMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt70 * at com.tencent.mobileqq.activity.recent.bannerprocessor.VasADBannerProcessor.i(P:3)COMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt71 * at com.tencent.mobileqq.activity.recent.bannerprocessor.VasADBannerProcessor.handleMessage(P:5)COMMENT
CRITICALapp/src/main/java/me/hd/hook/DisableGrowHalfLayer.kt72 * at com.tencent.mobileqq.utils.ay.handleMessage(P:2)COMMENT
CRITICAL…/src/main/java/cc/hicore/hook/UnlockLeftSlipLimit.java76 .name(io.github.qauxv.util.HostInfo.requireRangePlayQQVersion(PlayQQVersion.PlayQQ_8_2_11, PlayQQVersionCODE
CRITICAL…c/main/java/cc/hicore/hook/ShowAccurateGaggedTime.java78 if (io.github.qauxv.util.HostInfo.requireRangePlayQQVersion(PlayQQVersion.PlayQQ_8_2_11, PlayQQVersion.PlayQQ_8_CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java45 return io.github.qauxv.util.HostInfo.getHostInfo().getApplication();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java50 return io.github.qauxv.util.HostInfo.getHostInfo().getPackageName();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java55 return io.github.qauxv.util.HostInfo.getHostInfo().getHostName();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java60 return io.github.qauxv.util.HostInfo.getHostInfo().getVersionName();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java64 return io.github.qauxv.util.HostInfo.getHostInfo().getVersionCode32();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java72 return io.github.qauxv.util.HostInfo.getHostInfo().getVersionCode();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java76 return io.github.qauxv.util.HostInfo.isInModuleProcess();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java84 return io.github.qauxv.util.HostInfo.isAndroidxFileProviderAvailable();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java88 return io.github.qauxv.util.HostInfo.isTim();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java100 return !io.github.qauxv.util.HostInfo.isPlayQQ();CODE
CRITICALapp/src/main/java/cc/ioctl/util/HostInfo.java105 return !io.github.qauxv.util.HostInfo.isTim();CODE
Over-Commented Block84 hits · 84 pts
SeverityFileLineSnippetContext
LOW…src/main/java/io/github/fusumayuki/hook/HideQQValue.kt61// val qqValueClass = Initiator.loadClass("com.tencent.mobileqq.vas.qqvaluecard.view.QQValuePagView;")COMMENT
LOWapp/src/main/java/io/github/qauxv/util/SyncUtils.java61 //*MSF -- PROC_MSFCOMMENT
LOWapp/src/main/java/io/github/qauxv/util/SyncUtils.java81 //* qqfavCOMMENT
LOWapp/src/main/java/io/github/qauxv/util/Initiator.java581COMMENT
LOWapp/src/main/java/io/github/qauxv/util/ArscKit.java81 // The 'data' holds a complex number encoding a dimension value,COMMENT
LOW…xv/util/hookimpl/LibXposedNewApiByteCodeGenerator.java181 List.of(typeBeforeHookCallback, "I"), typeInvocationParamWrapper)));COMMENT
LOW…n/java/io/github/qauxv/util/soloader/NativeLoader.java61 // There are two logical native libraries in QAuxiliary:COMMENT
LOW…src/main/java/io/github/qauxv/util/dexkit/DexFlow.java401 //struct DexCode {COMMENT
LOW…c/main/java/cc/microblock/hook/DumpTelegramStickers.kt341COMMENT
LOWapp/src/main/java/cc/ioctl/util/BinaryXmlParser.java241 // The 'data' holds an attribute resource identifier.COMMENT
LOWapp/src/main/java/cc/ioctl/util/BinaryXmlParser.java281 // TYPE_DIMENSION: Value is Device Independent Pixels.COMMENT
LOW…ain/java/cc/ioctl/hook/msg/Ipv6LinkSpanMitigation.java61 @OverrideCOMMENT
LOW…ain/java/cc/ioctl/hook/msg/Ipv6LinkSpanMitigation.java101 hostWithPort = body.substring(0, body.indexOf("/"));COMMENT
LOW…ain/java/cc/ioctl/hook/msg/Ipv6LinkSpanMitigation.java121// targetField = f;COMMENT
LOWapp/src/main/java/cc/ioctl/hook/msg/CopyCardMsg.kt101 breakCOMMENT
LOWapp/src/main/cpp/misc/md5.cpp1//COMMENT
LOWapp/src/main/cpp/misc/md5.cpp21#define S34 23COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h101 enum JNICallType jni_call_type);COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h141// True if native library paths are valid and is for an ABI that is supported by native bridge.COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h161// Create new namespace in which native libraries will be loaded.COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h201COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h221 // Starting with v3, NativeBridge has two scenarios: with/without namespace.COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h241 // Parameters:COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h261COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h281 // runtime.COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h301 // Returns:COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h321 // cannot identify the caller of dlopen/dlsym which happens for the code not loadedCOMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h341 // default_library_path [IN] the second set of library search path of the namespace.COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h361 // from [IN] the namespace where libraries are accessed.COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h381 // Returns:COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h401 // android_get_exported_namespace(const char*) function.COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h421 // jni_call_type [IN] the type of JNI callCOMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h441 uint32_t len,COMMENT
LOWapp/src/main/cpp/nativebridge/native_bridge.h461 // Returns:COMMENT
LOWapp/src/main/cpp/utils/shared_memory.cpp1//COMMENT
LOWapp/src/main/cpp/utils/shared_memory.cpp21#define ASHMEM_WAS_PURGED 1COMMENT
LOWapp/src/main/cpp/utils/ConfigManager.h1//COMMENT
LOWapp/src/main/cpp/utils/JniUtils.h1// QAuxiliary - An Xposed module for QQ/TIMCOMMENT
LOWapp/src/main/cpp/utils/byte_array_output_stream.h1//COMMENT
LOWapp/src/main/cpp/utils/arch_utils.h1//COMMENT
LOWapp/src/main/cpp/utils/ElfView.cpp1//COMMENT
LOWapp/src/main/cpp/utils/FileMemMap.cpp1//COMMENT
LOWapp/src/main/cpp/utils/ElfView.h1//COMMENT
LOWapp/src/main/cpp/utils/ProcessView.cpp1//COMMENT
LOWapp/src/main/cpp/utils/MemoryBuffer.h1// QAuxiliary - An Xposed module for QQ/TIMCOMMENT
LOWapp/src/main/cpp/utils/AobScanUtils.h1//COMMENT
LOWapp/src/main/cpp/utils/TextUtils.h1// QAuxiliary - An Xposed module for QQ/TIMCOMMENT
LOWapp/src/main/cpp/utils/MemoryUtils.h1// QAuxiliary - An Xposed module for QQ/TIMCOMMENT
LOWapp/src/main/cpp/qauxv_core/Natives.h1/* DO NOT EDIT THIS FILE - it is machine generated */COMMENT
LOWapp/src/main/cpp/qauxv_core/Natives.h21#define io_github_qauxv_util_Natives_RTLD_GLOBAL 256LCOMMENT
LOWapp/src/main/cpp/qauxv_core/NativeCoreBridge.h1// QAuxiliary - An Xposed module for QQ/TIMCOMMENT
LOWapp/src/main/cpp/qauxv_core/NativeCoreBridge.h21//COMMENT
LOWapp/src/main/cpp/qauxv_core/Natives.cpp1#include <cerrno>COMMENT
LOWlibs/mmkv/CMakeLists.txt21 )COMMENT
LOW…silk/silk-v3-decoder/silk/interface/SKP_Silk_typedef.h41#ifdef __GNUC__COMMENT
LOW…silk/silk-v3-decoder/silk/interface/SKP_Silk_typedef.h61COMMENT
LOW…silk/silk-v3-decoder/silk/interface/SKP_Silk_typedef.h81#define SKP_int32_MIN ((SKP_int32)0x80000000) /* -2^31 = -2147483648*/COMMENT
LOW…silk/silk-v3-decoder/silk/interface/SKP_Silk_typedef.h101# define SKP_assert(COND) _ASSERTE(COND)COMMENT
LOW…3-decoder/silk/src/SKP_Silk_common_pitch_est_defines.h41#define PITCH_EST_MAX_FRAME_LENGTH (PITCH_EST_FRAME_LENGTH_MS * PITCH_EST_MAX_FS_KHZ)COMMENT
LOWlibs/silk/silk-v3-decoder/silk/src/SKP_Silk_macros.h41COMMENT
24 more matches not shown…