Repository Analysis

jrsoftware/issrc

Inno Setup is an open-source installation builder for Windows applications by Jordan Russell and Martijn Laan. Since its introduction in 1997, Inno Setup has been trusted by developers and organizations of all sizes to reliably deploy software to millions of PCs worldwide.

3.3 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of jrsoftware/issrc, a Pascal project with 5,489 GitHub stars. SynthScan v2.0 examined 44,861 lines of code across 109 source files, recording 148 pattern matches distributed across 3 syntactic categories. The overall adjusted score of 3.3 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).

3.3
Adjusted Score
3.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
5.5K
Stars
Pascal
Language
44.9K
Lines of Code
109
Files
148
Pattern Hits
2026-07-14
Scan Date
0.00
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 0MEDIUM 0LOW 148

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 148 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.

Over-Commented Block127 hits · 127 pts
SeverityFileLineSnippetContext
LOW…cts/Src/Compression.SevenZipDecoder/7zDecode/IS7zDec.c101#error USE_WINDOWS_FILE is required by Compression.SevenZipDecoder.pasCOMMENT
LOW…pression.LZMA1SmallDecompressor/LzmaDecode/LzmaTypes.h21#endif COMMENT
LOW…ion.LZMA1SmallDecompressor/LzmaDecode/LzmaDecodeSize.c261 #endifCOMMENT
LOW…ion.LZMA1SmallDecompressor/LzmaDecode/LzmaDecodeSize.c301#define kNumPosSlotBits 6COMMENT
LOW…ression.LZMA1SmallDecompressor/LzmaDecode/LzmaDecode.h41#define CProb UInt32COMMENT
LOWComponents/Lzma2/LzmaEnc.c41#define kLzmaMaxHistorySize ((UInt32)15 << 28)COMMENT
LOWComponents/Lzma2/LzmaEnc.c141#if defined(MY_CPU_ARM_OR_ARM64) /* || defined(MY_CPU_X86_OR_AMD64) */COMMENT
LOWComponents/Lzma2/LzmaEnc.c281// #define kNumOpts (1 << 12)COMMENT
LOWComponents/Lzma2/LzmaEnc.c301#elseCOMMENT
LOWComponents/Lzma2/LzFindOpt.c1/* LzFindOpt.c -- multithreaded Match finder for LZ algorithmsCOMMENT
LOWComponents/Lzma2/LzFindOpt.c21COMMENT
LOWComponents/Lzma2/LzFindMt.c1/* LzFindMt.c -- multithreaded Match finder for LZ algorithmsCOMMENT
LOWComponents/Lzma2/LzFindMt.c21#define PRF(x)COMMENT
LOWComponents/Lzma2/LzFindMt.c1421#undef LOCK_BUFFERCOMMENT
LOWComponents/Lzma2/7zTypes.h1/* 7zTypes.h -- Basic typesCOMMENT
LOWComponents/Lzma2/7zTypes.h21#define EXTERN_C_ENDCOMMENT
LOWComponents/Lzma2/7zTypes.h41COMMENT
LOWComponents/Lzma2/7zTypes.h81#define MY_FACILITY_WIN32 7COMMENT
LOWComponents/Lzma2/7zTypes.h101#define ERROR_DISK_FULL 112LCOMMENT
LOWComponents/Lzma2/7zTypes.h121#define ERROR_DISK_FULL ENOSPCCOMMENT
LOWComponents/Lzma2/7zTypes.h141*/COMMENT
LOWComponents/Lzma2/7zTypes.h261typedef int BoolInt;COMMENT
LOWComponents/Lzma2/7zTypes.h281#define Z7_FORCE_INLINE __forceinlineCOMMENT
LOWComponents/Lzma2/7zTypes.h301#if defined(_M_IX86) \COMMENT
LOWComponents/Lzma2/7zTypes.h521COMMENT
LOWComponents/Lzma2/7zTypes.h561#define Z7_ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))COMMENT
LOWComponents/Lzma2/7zTypes.h581#define k_PropVar_TimePrec_0 0COMMENT
LOWComponents/Lzma2/MtDec.c1/* MtDec.c -- Multi-thread DecoderCOMMENT
LOWComponents/Lzma2/MtDec.c801#endifCOMMENT
LOWComponents/Lzma2/Bcj2.c141 But we can remove dependency chain with v = b in the end of loop. */COMMENT
LOWComponents/Lzma2/Bcj2.c281 return SZ_OK;COMMENT
LOWComponents/Lzma2/Compiler.h1/* Compiler.h : Compiler specific defines and pragmasCOMMENT
LOWComponents/Lzma2/Compiler.h21#endifCOMMENT
LOWComponents/Lzma2/Compiler.h41 #endifCOMMENT
LOWComponents/Lzma2/Compiler.h61#endifCOMMENT
LOWComponents/Lzma2/Compiler.h81#pragma GCC diagnostic ignored "-Wshadow-header"COMMENT
LOWComponents/Lzma2/Compiler.h101#define Z7_CAST_FUNC_CCOMMENT
LOWComponents/Lzma2/Compiler.h121 #pragma warning(disable : 4214) // nonstandard extension used : bit field types other than intCOMMENT
LOWComponents/Lzma2/Compiler.h141#endifCOMMENT
LOWComponents/Lzma2/Compiler.h161#pragma warning(disable : 4668)COMMENT
LOWComponents/Lzma2/Compiler.h181 _Pragma("clang loop vectorize(disable)")COMMENT
LOWComponents/Lzma2/Compiler.h221 || defined(__GNUC__) && (__GNUC__ >= 1000) \COMMENT
LOWComponents/Lzma2/Compiler.h241#elseCOMMENT
LOWComponents/Lzma2/LzFind.c1/* LzFind.c -- Match finder for LZ algorithmsCOMMENT
LOWComponents/Lzma2/LzFind.c601 || defined(Z7_GCC_VERSION) && (Z7_GCC_VERSION >= 40900)COMMENT
LOWComponents/Lzma2/LzFind.c621 || defined(__GNUC__) && (__GNUC__ >= 6)COMMENT
LOWComponents/Lzma2/LzFind.c641#endifCOMMENT
LOWComponents/Lzma2/Precomp.h21 _UNICODE 1COMMENT
LOWComponents/Lzma2/Precomp.h41*/COMMENT
LOWComponents/Lzma2/Precomp.h61#ifndef Z7_DEVICE_FILECOMMENT
LOWComponents/Lzma2/Precomp.h81 #else // x86 and another(old) systemsCOMMENT
LOWComponents/Lzma2/Precomp.h101#endifCOMMENT
LOWComponents/Lzma2/CpuArch.h21*/COMMENT
LOWComponents/Lzma2/CpuArch.h41 #endifCOMMENT
LOWComponents/Lzma2/CpuArch.h61COMMENT
LOWComponents/Lzma2/CpuArch.h101 #elseCOMMENT
LOWComponents/Lzma2/CpuArch.h141 || defined(__64BIT__)COMMENT
LOWComponents/Lzma2/CpuArch.h161 #if defined(__LP64__) \COMMENT
LOWComponents/Lzma2/CpuArch.h181 #endifCOMMENT
LOWComponents/Lzma2/CpuArch.h201 #define MY_CPU_64BITCOMMENT
67 more matches not shown…
Hyper-Verbose Identifiers19 hits · 19 pts
SeverityFileLineSnippetContext
LOWISHelp/isxfunc.xml119 <prototype>function WizardIsComponentSelected(const Components: String): Boolean;</prototype>CODE
LOWISHelp/isxfunc.xml220 <prototype>function RegisterExtraCloseApplicationsResource(const AFilename: String): Boolean;</prototype>CODE
LOWISHelp/isxfunc.xml784 <prototype>function SendBroadcastNotifyMessage(const Msg: Cardinal; const WParam: WPARAM; const LParam: LPARAM):CODE
LOWISHelp/isxfunc.xml1173 <prototype>function RemoveBackslashUnlessRoot(const S: String): String;</prototype>CODE
LOWISHelp/isxfunc.xml1839 <prototype>function ApplyPathRedirRulesForCurrentProcess(const Path64Bit: Boolean; const Path: String): String;<CODE
LOWISHelp/isxfunc.xml2097 <prototype>function DownloadTemporaryFileWithISSigVerify(const Url, ISSigUrl, BaseName: String; const AllowedKeyCODE
LOWISHelp/isxfunc.xml2132 <prototype>function DownloadTemporaryFileSize(const Url: String): Int64;</prototype>CODE
LOWISHelp/isxfunc.xml2139 <prototype>function DownloadTemporaryFileDate(const Url: String): String;</prototype>CODE
LOWISHelp/isxfunc.xml2275 <prototype>function LoadStringsFromLockedFile(const FileName: String; var S: TArrayOfString): Boolean;</prototypCODE
LOWISHelp/isxfunc.xml2697 <prototype>function RegWriteExpandStringValue(const RootKey: HKEY; const SubKeyName, ValueName, Data: String): BCODE
LOWISHelp/isxfunc.xml2736 <prototype>function RegDeleteKeyIncludingSubkeys(const RootKey: HKEY; const SubkeyName: String): Boolean;</protoCODE
LOWISHelp/isxfunc.xml2995 <prototype>function CreateOutputMarqueeProgressPage(const ACaption, ADescription: String): TOutputMarqueeProgresCODE
LOWISHelp/isxfunc.xml3113 <prototype>function InitializeBitmapButtonFromIcon(const BitmapButton: TBitmapButton; const IconFilename: StringCODE
LOWISHelp/isxfunc.xml3119 <prototype>function InitializeBitmapImageFromIcon(const BitmapImage: TBitmapImage; const IconFilename: String; cCODE
LOWISHelp/isxfunc.xml3146 <prototype>function InitializeBitmapButtonFromStockIcon(const BitmapButton: TBitmapButton; const Siid: Integer; CODE
LOWISHelp/isxfunc.xml3152 <prototype>function InitializeBitmapImageFromStockIcon(const BitmapImage: TBitmapImage; const Siid: Integer; conCODE
LOWISHelp/isxfunc.xml3273 <prototype>function SuppressibleTaskDialogMsgBox(const Instruction, Text: String; const Typ: TMsgBoxType; const CODE
LOWISHelp/isxfunc.xml3512 <prototype>function ExecAndCaptureOutputWithNativeSysDir(const Filename, Params, WorkingDir: String; const ShowCCODE
LOWISHelp/isxfunc.xml3519 <prototype>function ExecAndLogOutputWithNativeSysDir(const Filename, Params, WorkingDir: String; const ShowCmd: CODE
Slop Phrases2 hits · 2 pts
SeverityFileLineSnippetContext
LOWISHelp/isetup.xml4475<p>Don't forget to use quotes if the filename contains spaces.</p>CODE
LOWISHelp/isetup.xml4481<p>Don't forget to use quotes if the filename contains spaces.</p>CODE