Libation: Liberate your Library
This report presents the forensic synthetic code analysis of rmcrackan/Libation, a C# project with 6,034 GitHub stars. SynthScan v2.0 examined 105,476 lines of code across 666 source files, recording 70 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 3.9 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).
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.
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.
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.
The scanner identified 70 distinct pattern matches across 6 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | Source/LibationSearchEngine/SearchEngine.cs | 70 | { FieldType.Number, lb => lb.Book.UserDefinedItem.Rating.OverallRating.ToLuceneString(), "UserRating", "MyRating" }, | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3083 | RequiredProtection = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.OutputProtection() | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3089 | RequestedProtection = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.OutputProtection( | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3095 | KeyControl = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.KeyControl(); | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3101 | OperatorSessionKeyPermissions = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.Operato | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3153 | RequiredProtection = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.OutputProtecti | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3160 | RequestedProtection = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.OutputProtect | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3167 | KeyControl = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.KeyControl(); | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3174 | OperatorSessionKeyPermissions = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.Ope | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3232 | RequiredProtection = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.OutputProtecti | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3239 | RequestedProtection = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.OutputProtect | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3246 | KeyControl = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.KeyControl(); | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3253 | OperatorSessionKeyPermissions = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.Ope | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5637 | WidevinePsshData = new global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.Wi | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5643 | WebmKeyId = new global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.WebmKeyId | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5649 | ExistingLicense = new global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.Exi | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5655 | InitData = new global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.InitData() | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5681 | global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.WidevinePsshData subBuild | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5690 | global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.WebmKeyId subBuilder = ne | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5699 | global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.ExistingLicense subBuilde | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5708 | global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.InitData subBuilder = new | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5736 | global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.WidevinePsshData subBuild | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5745 | global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.WebmKeyId subBuilder = ne | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5754 | global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.ExistingLicense subBuilde | CODE |
| CRITICAL⚡ | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 5763 | global::AudibleUtilities.Widevine.LicenseRequest.Types.ContentIdentification.Types.InitData subBuilder = new | CODE |
| CRITICAL | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 4323 | RequiredProtection = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.OutputProtecti | CODE |
| CRITICAL | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 4356 | RequiredProtection = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.OutputProt | CODE |
| CRITICAL | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 4390 | RequiredProtection = new global::AudibleUtilities.Widevine.License.Types.KeyContainer.Types.OutputProt | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Source/LoadByOS/LinuxConfigApp/runasroot.sh | 1 | #!/bin/sh | COMMENT |
| LOW | Source/LoadByOS/LinuxConfigApp/runasroot.sh | 21 | # General Public License for more details. | COMMENT |
| LOW | Source/LibationSearchEngine/SearchEngine.cs | 361 | return returnList; | COMMENT |
| LOW | Source/LibationFileManager/LibationFiles.cs | 161 | /// <item> | COMMENT |
| LOW | Source/LibationFileManager/EssentialFileValidator.cs | 21 | /// Default retry total duration (ms) when checking that a file is available after creation. | COMMENT |
| LOW | Source/FileManager/LongPath.cs | 101 | { | COMMENT |
| LOW | …ger/NamingTemplate/ConditionalTagCollection[TClass].cs | 41 | AddPropertyTag(new ConditionalTag(templateTag, Options, expr)); | COMMENT |
| LOW | …anager/NamingTemplate/PropertyTagCollection[TClass].cs | 41 | /// and a formatting string and returns the value the formatted string. If <c>null</c>, use the default | COMMENT |
| LOW | …anager/NamingTemplate/PropertyTagCollection[TClass].cs | 61 | /// </summary> | COMMENT |
| LOW | …anager/NamingTemplate/PropertyTagCollection[TClass].cs | 81 | /// <param name="preFormatter">A Func used for first filtering and formatting. The result might be a <see cref="string" | COMMENT |
| LOW | Source/FileManager/NamingTemplate/CompareCondition.cs | 221 | } | COMMENT |
| LOW | Source/LibationWinForms/Form1.cs | 21 | FormClosing += Form1_FormClosing; | COMMENT |
| LOW | …ce/LibationWinForms/ProcessQueue/VirtualFlowControl.cs | 81 | /// </summary> | COMMENT |
| LOW | …ce/LibationWinForms/ProcessQueue/VirtualFlowControl.cs | 101 | /// The total height, including margins, of the repeated <see cref="ProcessBookControl"/> | COMMENT |
| LOW | …urce/LibationWinForms/Properties/Resources.Designer.cs | 1 | //------------------------------------------------------------------------------ | COMMENT |
| LOW | Source/LibationWinForms/Dialogs/AccountsDialog.cs | 141 | //case COL_MoveUp: | COMMENT |
| LOW | Source/AudibleUtilities/Widevine/Cdm.cs | 21 | Content = 2, | COMMENT |
| LOW | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 301 | [pbr::OriginalName("PLATFORM_UNVERIFIED")] PlatformUnverified = 0, | COMMENT |
| LOW | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3281 | /// <summary> | COMMENT |
| LOW | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3301 | /// <summary> | COMMENT |
| LOW | Source/AudibleUtilities/Widevine/LicenseProtocol.cs | 3321 | /// The key material and crypto operations must be performed within a | COMMENT |
| LOW | Source/LibationCli/Program.cs | 41 | //input = " liberate B017V4IM1G"; | COMMENT |
| LOW | Source/DataLayer/LibationContext.cs | 1 | using DataLayer.Configurations; | COMMENT |
| LOW | Source/DataLayer/LibationContextFactory.cs | 41 | COMMENT | |
| LOW | Source/DataLayer/Configurations/LibraryBookConfig.cs | 1 | using Microsoft.EntityFrameworkCore; | COMMENT |
| LOW | Source/DataLayer/EfClasses/UserDefinedItem.cs | 21 | } | COMMENT |
| LOW | Source/DataLayer/EfClasses/UserDefinedItem.cs | 101 | COMMENT | |
| LOW | Source/DataLayer/EfClasses/UserDefinedItem.cs | 161 | } | COMMENT |
| LOW | Source/LibationUiBase/MessageBoxBase.cs | 81 | /// <summary> | COMMENT |
| LOW | Source/LibationUiBase/LibationSetup.cs | 21 | } | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Source/AppScaffolding/LibationScaffolding.cs | 228 | // To use that way, SerilogTextWriter needs to be more robust and tested. Esp the Write() methods. | COMMENT |
| MEDIUM | Source/AudibleUtilities/Widevine/Device.cs | 72 | /// Absolutely nobody anywhere should use this RSASSA-PSS implementation in anything where they care about security at | COMMENT |
| MEDIUM | Source/LibationCli/Options/_OptionsBase.cs | 260 | //preserve for settings which utilize white space (e.g. Replacements) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …urce/LibationWinForms/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ibleUtilities.Tests/IdentityTokenStorageWiringTests.cs | 290 | ["AccountId"] = "user@example.com", | CODE |
| LOW | Source/_Tests/AudibleUtilities.Tests/AccountTests.cs | 691 | settings.Add(new Account("user@example.com") | CODE |
| LOW | Source/_Tests/AudibleUtilities.Tests/AccountTests.cs | 714 | settings.Add(new Account("user@example.com") | CODE |
| LOW | Source/_Tests/AudibleUtilities.Tests/AccountTests.cs | 728 | account.AccountId.Should().Be("user@example.com"); | CODE |
| LOW | Source/_Tests/AudibleUtilities.Tests/AccountTests.cs | 748 | p.AccountsSettings.Add(new Account("user@example.com") | CODE |
| LOW | …urce/_Tests/FileManager.Tests/CommonFormattersTests.cs | 22 | var testObj = new TestClass { Author = "John Doe", Title = "Test Book" }; | CODE |
| LOW | …urce/_Tests/FileManager.Tests/CommonFormattersTests.cs | 101 | var testObj = new TestClass { Author = "John Doe", Title = "Test Book" }; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Source/LoadByOS/LinuxConfigApp/runasroot.sh | 10 | # This file is part of VirtualBox base platform packages, as | COMMENT |