ASP.NET Boilerplate - Web Application Framework
This report presents the forensic synthetic code analysis of aspnetboilerplate/aspnetboilerplate, a C# project with 11,999 GitHub stars. SynthScan v2.0 examined 176,891 lines of code across 2512 source files, recording 584 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.7 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 584 distinct pattern matches across 8 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 |
|---|---|---|---|---|
| LOW | azure-pipelines.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | test/Abp.TestBase.Tests/Properties/AssemblyInfo.cs | 21 | // The following GUID is for the ID of the typelib if this project is exposed to COM | COMMENT |
| LOW | test/Abp.Tests/Properties/AssemblyInfo.cs | 21 | // to COM components. If you need to access a type in this assembly from | COMMENT |
| LOW | …alization/TestResourceFiles/MyTestResource.Designer.cs | 1 | //------------------------------------------------------------------------------ | COMMENT |
| LOW | test/Abp.MemoryDb.Tests/Properties/AssemblyInfo.cs | 21 | // The following GUID is for the ID of the typelib if this project is exposed to COM | COMMENT |
| LOW | …net-core-demo/AbpAspNetCoreDemo/wwwroot/_references.js | 1 | /// <autosync enabled="true" /> | COMMENT |
| LOW | …-validation-unobtrusive/jquery.validate.unobtrusive.js | 281 | /// <param name="adapterName" type="String">The name of the adapter to be added. This matches the name used | COMMENT |
| LOW | test/Abp.AutoMapper.Tests/Properties/AssemblyInfo.cs | 21 | // The following GUID is for the ID of the typelib if this project is exposed to COM | COMMENT |
| LOW | .github/lock.yml | 21 | COMMENT | |
| LOW | src/Abp.NHibernate/Properties/AssemblyInfo.cs | 21 | COMMENT | |
| LOW | …ntime/Caching/Redis/IAbpPerRequestRedisCacheManager.cs | 1 | namespace Abp.Runtime.Caching.Redis; | COMMENT |
| LOW | src/Abp.EntityFramework/EntityFramework/AbpDbContext.cs | 41 | public IAbpSession AbpSession { get; set; } | COMMENT |
| LOW | src/Abp.EntityFramework/EntityFramework/AbpDbContext.cs | 61 | public IGuidGenerator GuidGenerator { get; set; } | COMMENT |
| LOW | …work/EntityFramework/Extensions/QueryableExtensions.cs | 21 | /// <summary> | COMMENT |
| LOW | src/Abp.EntityFramework/Properties/AssemblyInfo.cs | 21 | // Setting ComVisible to false makes the types in this assembly not visible | COMMENT |
| LOW | src/Abp.AutoMapper/AutoMapper/AutoMapExtensions.cs | 21 | /// <typeparam name="TDestination">Type of the destination object</typeparam> | COMMENT |
| LOW | src/Abp.AutoMapper/Properties/AssemblyInfo.cs | 21 | // COM, set the ComVisible attribute to true on that type. | COMMENT |
| LOW | src/Abp/RandomHelper.cs | 21 | /// <returns> | COMMENT |
| LOW | src/Abp/SequentialGuidGenerator.cs | 61 | // byte[] randomBytes = Guid.NewGuid().ToByteArray(); | COMMENT |
| LOW | src/Abp/SequentialGuidGenerator.cs | 141 | /// Describes the type of a sequential GUID value. | COMMENT |
| LOW | src/Abp/AbpBootstrapper.cs | 21 | /// Prepares dependency injection and registers core components needed for startup. | COMMENT |
| LOW | src/Abp/AbpServiceBase.cs | 41 | /// <summary> | COMMENT |
| LOW | src/Abp/AbpServiceBase.cs | 121 | /// <summary> | COMMENT |
| LOW | src/Abp/UI/UserFriendlyException.cs | 81 | } | COMMENT |
| LOW | src/Abp/Configuration/ISettingDefinitionManager.cs | 1 | using System.Collections.Generic; | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 21 | /// Gets current value of a setting. | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 41 | COMMENT | |
| LOW | src/Abp/Configuration/ISettingManager.cs | 61 | /// Gets current value of a setting for a tenant level. | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 81 | /// If fallbackToDefault is false, it just gets value from tenant and returns null if tenant has not defined a v | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 101 | /// Gets current value of a setting for a user level. | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 121 | /// Gets current value of a setting for a user level. | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 141 | /// <returns>Current value of the setting for the user</returns> | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 161 | COMMENT | |
| LOW | src/Abp/Configuration/ISettingManager.cs | 181 | /// <returns>List of setting values</returns> | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 201 | /// <summary> | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 221 | /// Gets a list of all setting values specified for a tenant. | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 241 | /// Gets a list of all setting values specified for a user. | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 261 | /// <param name="value">Value of the setting</param> | COMMENT |
| LOW | src/Abp/Configuration/ISettingManager.cs | 281 | /// Changes setting for a user. | COMMENT |
| LOW | src/Abp/Configuration/SettingInfo.cs | 1 | using System; | COMMENT |
| LOW | src/Abp/Configuration/IDictionaryBasedConfig.cs | 1 | using System; | COMMENT |
| LOW | src/Abp/Configuration/IDictionaryBasedConfig.cs | 21 | /// </summary> | COMMENT |
| LOW | src/Abp/Configuration/IDictionaryBasedConfig.cs | 41 | COMMENT | |
| LOW | src/Abp/Configuration/SettingManagerExtensions.cs | 61 | } | COMMENT |
| LOW | src/Abp/Configuration/SettingManagerExtensions.cs | 81 | /// <param name="settingManager">Setting manager</param> | COMMENT |
| LOW | src/Abp/Configuration/SettingManagerExtensions.cs | 121 | /// <summary> | COMMENT |
| LOW | src/Abp/Configuration/SettingDefinition.cs | 1 | using System; | COMMENT |
| LOW | src/Abp/Configuration/SettingDefinition.cs | 21 | public ILocalizableString DisplayName { get; set; } | COMMENT |
| LOW | src/Abp/Configuration/SettingDefinition.cs | 41 | /// Gets/sets group for this setting. | COMMENT |
| LOW | src/Abp/Configuration/SettingDefinition.cs | 61 | /// Is this setting stored as encrypted in the data source. | COMMENT |
| LOW | src/Abp/Configuration/DictionaryBasedConfig.cs | 61 | COMMENT | |
| LOW | src/Abp/Configuration/ISettingStore.cs | 1 | using System.Collections.Generic; | COMMENT |
| LOW | src/Abp/Configuration/ISettingStore.cs | 21 | /// Gets a setting or null. | COMMENT |
| LOW | src/Abp/Configuration/ISettingStore.cs | 41 | /// <summary> | COMMENT |
| LOW | src/Abp/Configuration/ISettingStore.cs | 61 | /// </summary> | COMMENT |
| LOW | src/Abp/Configuration/Startup/MultiTenancyConfig.cs | 1 | using Abp.Collections; | COMMENT |
| LOW | …bp/Configuration/Startup/ILocalizationConfiguration.cs | 21 | /// <summary> | COMMENT |
| LOW | …bp/Configuration/Startup/ILocalizationConfiguration.cs | 41 | /// </summary> | COMMENT |
| LOW | …/Abp/Configuration/Startup/IAbpStartupConfiguration.cs | 21 | public interface IAbpStartupConfiguration : IDictionaryBasedConfig | COMMENT |
| LOW | …/Abp/Configuration/Startup/IAbpStartupConfiguration.cs | 41 | IEventBusConfiguration EventBus { get; } | COMMENT |
| 492 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | test/aspnet-core-demo/AbpAspNetCoreDemo/Startup.cs | 145 | options.IocManager.IocContainer.Kernel.ComponentModelBuilder.RemoveContributor(propInjector); | CODE |
| CRITICAL | test/aspnet-core-demo/AbpAspNetCoreDemo/Startup.cs | 146 | options.IocManager.IocContainer.Kernel.ComponentModelBuilder.AddContributor(new AbpPropertiesDependenciesMod | CODE |
| CRITICAL | …ZeroCore.Tests/Zero/Users/UserManager_Options_Tests.cs | 14 | userManager.Options.Tokens.ProviderMap.Count.ShouldBeGreaterThan(0); | CODE |
| CRITICAL | …ZeroCore.Tests/Zero/Users/UserManager_Options_Tests.cs | 17 | userManager.Options.Tokens.ProviderMap.Count.ShouldBeGreaterThan(0); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/Abp.Tests/Auditing/AuditingHelper_Tests.cs | 16 | FullName = "John Doe", | CODE |
| LOW⚡ | …zation/HumanizerOfUndefinedLocalizationSource_Tests.cs | 29 | .GetString("Lorem ipsum dolor sit amet", new CultureInfo("en-US")) | CODE |
| LOW⚡ | …zation/HumanizerOfUndefinedLocalizationSource_Tests.cs | 29 | .GetString("Lorem ipsum dolor sit amet", new CultureInfo("en-US")) | CODE |
| LOW⚡ | …zation/HumanizerOfUndefinedLocalizationSource_Tests.cs | 30 | .ShouldBe("Lorem ipsum dolor sit amet"); | CODE |
| LOW⚡ | …zation/HumanizerOfUndefinedLocalizationSource_Tests.cs | 30 | .ShouldBe("Lorem ipsum dolor sit amet"); | CODE |
| LOW⚡ | …zation/HumanizerOfUndefinedLocalizationSource_Tests.cs | 35 | .ShouldBe("Lorem ipsum dolor sit amet"); | CODE |
| LOW⚡ | …zation/HumanizerOfUndefinedLocalizationSource_Tests.cs | 35 | .ShouldBe("Lorem ipsum dolor sit amet"); | CODE |
| LOW⚡ | …zation/HumanizerOfUndefinedLocalizationSource_Tests.cs | 39 | .GetString("LoremIpsum dolor sit amet", new CultureInfo("en-US")) | CODE |
| LOW⚡ | …zation/HumanizerOfUndefinedLocalizationSource_Tests.cs | 40 | .ShouldBe("Lorem ipsum dolor sit amet"); | CODE |
| LOW⚡ | …zation/HumanizerOfUndefinedLocalizationSource_Tests.cs | 40 | .ShouldBe("Lorem ipsum dolor sit amet"); | CODE |
| LOW | …e.Tests/Zero/EntityHistory/SimpleEntityHistory_Test.cs | 845 | FullName = "John Doe", | CODE |
| LOW | doc/WebSite/Dependency-Injection.md | 135 | personService.CreatePerson("John Doe", 32); | CODE |
| LOW | doc/WebSite/Dependency-Injection.md | 194 | personService.CreatePerson("John Doe", 32); | CODE |
| LOW | doc/WebSite/Dependency-Injection.md | 232 | personService.CreatePerson("John Doe", 32); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | azure-pipelines.yml | 4 | # This code was generated. | COMMENT |
| HIGH | …alization/TestResourceFiles/MyTestResource.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …Testing-with-Entity-Framework,-xUnit-Effort/index.html | 116 | <p>In the SimpleTaskSystemTestBase's PreInitialize method, we're registering <strong>DbConnection</strong> to de | CODE |
| MEDIUM | …Testing-with-Entity-Framework,-xUnit-Effort/index.html | 227 | <p>We will not do it like that since we're using dependency injection. All dependencies will be filled automatically | CODE |
| MEDIUM | …t-MVC-Web-API-EntityFramework-and-AngularJs/index.html | 364 | <p><strong>TaskAppService</strong> uses repositories for database operations. It gets references in it's constructor | CODE |
| MEDIUM | …t-MVC-Web-API-EntityFramework-and-AngularJs/index.html | 529 | <p>I defined name of the controller as '<strong>sts.views.task.list</strong>'. This my convention (for scalable | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/Abp.Web.Resources/Abp/Framework/scripts/abp.d.ts | 261 | function getUserNotificationStateAsString(userNotificationState: userNotificationState): string; | CODE |
| LOW⚡ | src/Abp.Web.Resources/Abp/Framework/scripts/abp.d.ts | 263 | function getUiNotifyFuncBySeverity(severity: severity): (message: string, title?: string, options?: any) => void | CODE |
| LOW⚡ | src/Abp.Web.Resources/Abp/Framework/scripts/abp.d.ts | 265 | function getFormattedMessageFromUserNotification(userNotification: IUserNotification): string; | CODE |
| LOW⚡ | src/Abp.Web.Resources/Abp/Framework/scripts/abp.d.ts | 267 | function showUiNotifyForUserNotification(userNotification: IUserNotification, options?: any): void; | CODE |
| LOW | src/Abp.Web.Resources/Abp/Framework/scripts/abp.d.ts | 365 | function truncateStringWithPostfix(str: string, maxLength: number, postfix?: string): string; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | azure-pipelines.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | azure-pipelines.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …-with-ASP.NET-MVC-EntityFramework-AngularJs/index.html | 655 | <p>We inject <strong>EventAppService</strong> as '<strong>abp.services.app.event</strong>' into Angular controll | CODE |