Repository Analysis

dotnet/macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#

4.6 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of dotnet/macios, a C# project with 2,881 GitHub stars. SynthScan v2.0 examined 1,262,555 lines of code across 6531 source files, recording 6676 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 4.6 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.6
Adjusted Score
4.6
Raw Score
100%
Time Factor
2026-07-14
Last Push
2.9K
Stars
C#
Language
1.3M
Lines of Code
6.5K
Files
6.7K
Pattern Hits
2026-07-14
Scan Date
0.01
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 2HIGH 50MEDIUM 34LOW 6590

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 6676 distinct pattern matches across 19 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 Block6520 hits · 5324 pts
SeverityFileLineSnippetContext
LOWeng/common/SetupNugetSources.sh1#!/usr/bin/env bashCOMMENT
LOWeng/common/vmr-sync.sh1#!/bin/bashCOMMENT
LOWeng/common/vmr-sync.sh21###COMMENT
LOWeng/common/native/init-distro-rid.sh1#!/bin/shCOMMENT
LOWeng/common/native/init-distro-rid.sh61COMMENT
LOW…common/templates-official/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/templates/vmr-build-pr.yml1# This pipeline is used for running the VMR verification of the PR changes in repo-level PRs.COMMENT
LOWeng/common/templates/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/core-templates/job/source-build.yml1parameters:COMMENT
LOWeng/common/core-templates/job/source-build.yml21 # published by source-build.COMMENT
LOWmsbuild/Xamarin.MacDev.Tasks/PlatformFramework.cs1//COMMENT
LOWmsbuild/Xamarin.MacDev.Tasks/Decompress.cs81 log.LogWarning (MSBStrings.W7108 /* The file '{0}' does not exist. */, contentPath);COMMENT
LOWmsbuild/Xamarin.MacDev.Tasks/Decompress.cs261 /// Fails if:COMMENT
LOWmsbuild/Xamarin.MacDev.Tasks/BundleResource.cs101 var resolveRelativeToProject = task is IHasResolveResourceItemsRelativeToProject rr && rr.ResolveResourceItemsRelativCOMMENT
LOWmsbuild/Xamarin.MacDev.Tasks/LoggingExtensions.cs81 /// <param name="errorCode">In the 7xxx range for MSBuild error.</param>COMMENT
LOW…ild/Xamarin.MacDev.Tasks/Tasks/ComputeCodesignItems.cs21 // For each app bundle to be signed, a few more items to be code signed:COMMENT
LOW…/Xamarin.MacDev.Tasks/Tasks/ResolveNativeReferences.cs21COMMENT
LOW…/Xamarin.MacDev.Tasks/Tasks/ResolveNativeReferences.cs461 /// Resolve an xcframework into a native library for a given platform.COMMENT
LOW…d/Xamarin.MacDev.Tasks/Tasks/PostTrimmingProcessing.cs241 Log.LogMessage (MessageImportance.Low, "There were no surviving symbols that require inlined dlfcn native code.");COMMENT
LOWmsbuild/Xamarin.MacDev.Tasks/Tasks/MergeAppBundles.cs21 //COMMENT
LOWmsbuild/Xamarin.MacDev.Tasks/Properties/AssemblyInfo.cs1//COMMENT
LOW…rin.iOS.Tasks.Windows/Properties/Resources.Designer.cs1//------------------------------------------------------------------------------COMMENT
LOW…marin.Messaging.Build/Properties/Resources.Designer.cs1//------------------------------------------------------------------------------COMMENT
LOW…s/devops/automation/scripts/provisionator-bootstrap.sh121# More info https://github.com/ziglang/zig/issues/7569COMMENT
LOWtools/devops/automation/scripts/bash/productsign.sh1#!/bin/bash -exCOMMENT
LOWtools/devops/automation/templates/variables/common.yml41- name: PRBuildPoolUrlCOMMENT
LOWtools/devops/automation/templates/variables/common.yml61# demands.COMMENT
LOWtools/sharpie/clang/include/__clang_spirv_builtins.h21#pragma push_macro("__uint64_t")COMMENT
LOWtools/sharpie/clang/include/__clang_spirv_builtins.h201#pragma pop_macro("__size_t")COMMENT
LOW…/sharpie/clang/include/__clang_cuda_complex_builtins.h21#define __DEVICE__ __attribute__((noinline, nothrow, cold, weak))COMMENT
LOW…/sharpie/clang/include/__clang_cuda_complex_builtins.h41#define _ABSf std::absCOMMENT
LOW…/sharpie/clang/include/__clang_cuda_complex_builtins.h61#define _LOGBd __ocml_logb_f64COMMENT
LOW…/sharpie/clang/include/__clang_cuda_complex_builtins.h261COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h21/// Computes a multiply-add of 128-bit vectors of [4 x float].COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h41/// Computes a multiply-add of 128-bit vectors of [2 x double].COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h61/// Computes a scalar multiply-add of the single-precision values in theCOMMENT
LOWtools/sharpie/clang/include/fmaintrin.h81/// 32 bits.COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h101///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h121///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h141///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h161///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h181/// 32 bits, and a copy of \a __A[127:32] in the upper 96 bits.COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h201/// A 128-bit vector of [2 x double] containing the multiplicand in the lowCOMMENT
LOWtools/sharpie/clang/include/fmaintrin.h221///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h241///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h261/// result[31:0] = -(__A[31:0] * __B[31:0]) + __C[31:0]COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h281_mm_fnmadd_ss(__m128 __A, __m128 __B, __m128 __C)COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h301/// \param __BCOMMENT
LOWtools/sharpie/clang/include/fmaintrin.h321///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h341///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h361/// \endcodeCOMMENT
LOWtools/sharpie/clang/include/fmaintrin.h381 return (__m128)__builtin_ia32_vfmaddss3((__v4sf)__A, -(__v4sf)__B, -(__v4sf)__C);COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h401/// 64 bits.COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h421/// \endcodeCOMMENT
LOWtools/sharpie/clang/include/fmaintrin.h441/// [2 x double].COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h461{COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h481/// \param __BCOMMENT
LOWtools/sharpie/clang/include/fmaintrin.h501///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h521///COMMENT
LOWtools/sharpie/clang/include/fmaintrin.h541///COMMENT
6460 more matches not shown…
Cross-File Repetition37 hits · 185 pts
SeverityFileLineSnippetContext
HIGHsrc/quicklook.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/gamekit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/foundation.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/homekit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/passkit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/externalaccessory.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/corebluetooth.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/pdfkit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/storekit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/coreanimation.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/eventkitui.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/glkit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/mapkit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/spritekit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/scenekit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/xkit.cs0<summary>event raised by the object.</summary> <remarks>if developers do not assign a value to this event, this will resSTRING
HIGHsrc/quicklook.cs0<summary>delegate invoked by the object to get a value.</summary> <value>to be added.</value> <remarks>developers assignSTRING
HIGHsrc/gamekit.cs0<summary>delegate invoked by the object to get a value.</summary> <value>to be added.</value> <remarks>developers assignSTRING
HIGHsrc/foundation.cs0<summary>delegate invoked by the object to get a value.</summary> <value>to be added.</value> <remarks>developers assignSTRING
HIGHsrc/pdfkit.cs0<summary>delegate invoked by the object to get a value.</summary> <value>to be added.</value> <remarks>developers assignSTRING
HIGHsrc/mapkit.cs0<summary>delegate invoked by the object to get a value.</summary> <value>to be added.</value> <remarks>developers assignSTRING
HIGHsrc/eventkitui.cs0<summary>delegate invoked by the object to get a value.</summary> <value>to be added.</value> <remarks>developers assignSTRING
HIGHsrc/gamekit.cs0<summary>to be added.</summary> <returns> <para class="improve-task-t-return-type-description">a task that represents thSTRING
HIGHsrc/foundation.cs0<summary>to be added.</summary> <returns> <para class="improve-task-t-return-type-description">a task that represents thSTRING
HIGHsrc/networkextension.cs0<summary>to be added.</summary> <returns> <para class="improve-task-t-return-type-description">a task that represents thSTRING
HIGHsrc/foundation.cs0<summary>to be added.</summary> <remarks>to be added.</remarks>STRING
HIGHsrc/imagekit.cs0<summary>to be added.</summary> <remarks>to be added.</remarks>STRING
HIGHsrc/pdfkit.cs0<summary>to be added.</summary> <remarks>to be added.</remarks>STRING
HIGHsrc/webkit.cs0<summary>to be added.</summary> <remarks>to be added.</remarks>STRING
HIGHsrc/mapkit.cs0<summary>to be added.</summary> <remarks>to be added.</remarks>STRING
HIGHsrc/xkit.cs0<summary>to be added.</summary> <remarks>to be added.</remarks>STRING
HIGHsrc/notificationcenter.cs0<summary>to be added.</summary> <remarks>to be added.</remarks>STRING
HIGHsrc/foundation.cs0<summary>to be added.</summary> <value>to be added.</value> <remarks>to be added.</remarks>STRING
HIGHsrc/imagekit.cs0<summary>to be added.</summary> <value>to be added.</value> <remarks>to be added.</remarks>STRING
HIGHsrc/pdfkit.cs0<summary>to be added.</summary> <value>to be added.</value> <remarks>to be added.</remarks>STRING
HIGHsrc/webkit.cs0<summary>to be added.</summary> <value>to be added.</value> <remarks>to be added.</remarks>STRING
HIGHsrc/notificationcenter.cs0<summary>to be added.</summary> <value>to be added.</value> <remarks>to be added.</remarks>STRING
Synthetic Comment Markers13 hits · 92 pts
SeverityFileLineSnippetContext
HIGH…rin.iOS.Tasks.Windows/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…marin.Messaging.Build/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGHtools/devops/README.md6> This document was AI generated by Copilot.CODE
HIGHtools/sharpie/Sharpie.Bind/Resources.designer.cs3// This code was generated by a tool.COMMENT
HIGHtools/mtouch/Errors.designer.cs3// This code was generated by a tool.COMMENT
HIGHdocs/website/mtouch-errors.md1323### MT1111: Application launched successfully, but it's not possible to wait for the app to exit as requested because itCOMMENT
HIGHscripts/generate-errors/README.md21// This code was generated by a tool: generate-errors.csharpCOMMENT
HIGHscripts/generate-errors/generate-errors.cs14// This code was generated by a tool: generate-errors.csharpCOMMENT
HIGH…thub/skills/macios-reviewer/references/review-rules.md233| **Wrong formatting** | AI generates standard C# formatting (no space before parens). This repo uses Mono style with auCODE
HIGHsrc/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/rgen/Microsoft.Macios.Generator/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…crosoft.Macios.Bindings.Analyzer/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…osoft.Macios.Bindings.CodeFixers/Resources.Designer.cs3// This code was generated by a tool.COMMENT
Modern AI Meta-Vocabulary14 hits · 38 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/ci-postmortem.md8# Run agentic jobs in the existing `gh-aw-environment` environment.COMMENT
MEDIUM.github/workflows/code-radiator.md10# Run agentic jobs in the existing `gh-aw-environment` environment.COMMENT
MEDIUM.github/workflows/macios-reviewer.md10# Run agentic jobs in the existing `gh-aw-environment` environment.COMMENT
MEDIUM.github/workflows/agentics-maintenance.yml24# This file defines the generated agentic maintenance workflow for this repository.COMMENT
MEDIUM.github/workflows/shared/pat_pool.README.md82# Run agentic jobs in the existing `gh-aw-environment` environment.COMMENT
MEDIUM.github/workflows/shared/pat_pool.README.md214[configure-repo]: https://github.github.com/gh-aw/guides/agentic-authoring/#configuring-your-repositoryCODE
MEDIUM.github/agents/agentic-workflows.md38- Configuration: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentic-workflows.md`CODE
MEDIUM.github/agents/agentic-workflows.md62**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/create-agentic-workflow.md`CODE
MEDIUM.github/agents/agentic-workflows.md72**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/update-agentic-workflow.md`CODE
MEDIUM.github/agents/agentic-workflows.md82**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/debug-agentic-workflow.md`CODE
MEDIUM.github/agents/agentic-workflows.md92**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/upgrade-agentic-workflows.md`CODE
MEDIUM.github/agents/agentic-workflows.md112**Prompt file**: `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/create-shared-agentic-workflow.md`CODE
MEDIUM.github/agents/agentic-workflows.md186# Initialize repository for agentic workflowsCOMMENT
MEDIUM.github/agents/agentic-workflows.md218- Always reference the instructions file at `https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentCODE
Hallucination Indicators2 hits · 30 pts
SeverityFileLineSnippetContext
CRITICALtools/sharpie/clang/include/__clang_cuda_builtin_vars.h26// %0 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x() #3COMMENT
CRITICALtests/common/Configuration.cs703 // Microsoft.NET.Build.Extensions.ConflictResolution.targets(30,5):COMMENT
AI Slop Vocabulary8 hits · 22 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py126 # keyboxd, which makes it robust on hosts running GnuPG 2.4+ (e.g. AzureCOMMENT
LOW…ommon/core-templates/steps/enable-internal-sources.yml24 # If running on dnceng (internal project), just use the default behavior for NuGetAuthenticate.COMMENT
MEDIUM…notouch-test/Contacts/ContactVCardSerializationTest.cs33 // note: this is not very robust - but I want to know if this changes during the next betasCOMMENT
MEDIUMtests/monotouch-test/Contacts/ContactTest.cs32 // note: this is not very robust - but I want to know if this changes during the next betasCOMMENT
MEDIUMtests/monotouch-test/Contacts/ContactFormatterTest.cs32 // note: this is not very robust - but I want to know if this changes during the next betasCOMMENT
MEDIUMtests/monotouch-test/Contacts/ContactFormatterTest.cs43 // note: this is not very robust - but I want to know if this changes during the next betasCOMMENT
MEDIUMsrc/Foundation/NSUrlSessionHandler.cs1335 // This is not a perfect solution, but the most robust and risk-free approach.COMMENT
MEDIUMsrc/Foundation/NSSecureCoding.cs6 /// <summary>Implementors handle encoding and decoding in a manner robust against object-substitution attacks.</summaryCOMMENT
Fake / Example Data21 hits · 22 pts
SeverityFileLineSnippetContext
LOWmsbuild/Xamarin.MacDev.Tasks/BundleResource.cs95 return "placeholder";CODE
LOWmsbuild/Xamarin.MacDev.Tasks/BundleResource.cs131 return "placeholder";CODE
LOWtools/devops/governance/CredScanSuppressions.json5 "placeholder": "12345678",CODE
LOWtests/common/MonoTouch.Dialog/Elements.cs1018 /// <param name="placeholder">COMMENT
LOWtests/common/MonoTouch.Dialog/Elements.cs1036 /// <param name="placeholder">COMMENT
LOWtests/monotouch-test/uncompressed.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temporCODE
LOWtests/monotouch-test/uncompressed.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temporCODE
LOW…ts/monotouch-test/System.Net.Http/HttpbinTestServer.cs256 const string realm = "test@example.org";CODE
LOW…/SensitiveContentAnalysis/SCVideoStreamAnalyzerTest.cs23 using var obj = SCVideoStreamAnalyzer.Create ("placeholder", SCVideoStreamAnalyzerStreamDirection.Outgoing, out var erCODE
LOW…sts/monotouch-test/CarPlay/CPNavigationWaypointTest.cs35 var waypoint = CPNavigationWaypoint.Create (centerPoint, null, "Test", "123 Main St", entryPoints, null);CODE
LOW…sts/monotouch-test/CarPlay/CPNavigationWaypointTest.cs39 Assert.That (waypoint.Address, Is.EqualTo ("123 Main St"), "Address");CODE
LOWtests/monotouch-test/Contacts/MutableContactTest.cs84 new CNLabeledValue<NSString> ("label", (NSString) "foo@bar.com")CODE
LOWtests/monotouch-test/AddressBook/PersonTest.cs148 phones.Add ("555-1234", ABPersonPhoneLabel.Mobile);CODE
LOWtests/monotouch-test/AddressBook/PersonTest.cs163 phones.Add ("555-1234", ABPersonPhoneLabel.Mobile);CODE
LOWtests/monotouch-test/AddressBook/PersonTest.cs164 phones.Add ("555-5678", ABPersonPhoneLabel.Main);CODE
LOWdocs/api/UIKit/UITextView.xml49 var txt = "\nText Kit.\n Lorem ipsum dolor ... auctor.";CODE
LOWdocs/api/AddressBook/ABPersonInstantMessageKey.xml18 new NSString ("user@example.org"),CODE
LOWsrc/social.cs271 [Export ("placeholder")]STRING
LOWsrc/oslog.cs185 [Export ("placeholder")]CODE
LOWsrc/bgen/Enums.cs219 library_name = "placeholder";CODE
LOWsrc/bgen/Generator.cs4365 return "placeholder";CODE
Redundant / Tautological Comments12 hits · 18 pts
SeverityFileLineSnippetContext
LOWeng/common/tools.sh309 # Check if the script is older than 30 days using timestamp fileCOMMENT
LOWeng/common/SetupNugetSources.sh60 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh66 # Check if this source name is disabledCOMMENT
LOWeng/common/SetupNugetSources.sh86 # Check if source already existsCOMMENT
LOWeng/common/SetupNugetSources.sh116 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh198 # Check if there is no existing credential for this FeedNameCOMMENT
LOWeng/common/core-templates/steps/source-build.yml31 # Check if AzDO substitutes in a build config from a variable, and use it if so.COMMENT
LOWeng/common/core-templates/steps/install-microbuild.yml60 # Check if ESRP is disabled while SignType is realCOMMENT
LOWtools/devops/automation/scripts/authorize-id-rsa-pub.sh19# Check if the corresponding files exist, and if not, create them with the correct permissions.COMMENT
LOWtools/devops/automation/scripts/authorize-id-rsa-pub.sh29# Check if the key has already been authorizedCOMMENT
LOWmk/xamarin-reset.sh29 # Check if we have the remote we needCOMMENT
LOWmk/xamarin-reset.sh35 # Check if we have the hash we needCOMMENT
Self-Referential Comments6 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/build-rootfs.sh636 # Create the symlink in the same directoryCOMMENT
MEDIUMtools/compare-commits.sh513# Create the GH commentCOMMENT
MEDIUMtools/devops/automation/templates/tests/run-tests.yml193# Create a GitHub gist with the updated expected files and post a PR comment so thatCOMMENT
MEDIUMtools/common/create-makefile-fragment.sh132# Create the csproj.inc with the Makefile variableCOMMENT
MEDIUMbuilds/create-csproj-for-all-packagereferences.sh71# Create the complete/valid csprojCOMMENT
MEDIUM.github/workflows/agentics-maintenance.yml24# This file defines the generated agentic maintenance workflow for this repository.COMMENT
Structural Annotation Overuse9 hits · 16 pts
SeverityFileLineSnippetContext
LOWtools/sharpie/clang/include/xray/xray_log_interface.h205/// NOTE: This function does NOT attempt to finalize the currently installedCOMMENT
LOWtools/sharpie/clang/include/xray/xray_log_interface.h255/// NOTE: This function does NOT attempt to finalize the currently installedCOMMENT
LOW.agents/skills/macios-binding-creator/SKILL.md33### Step 1: Understand What to BindCOMMENT
LOW.agents/skills/macios-binding-creator/SKILL.md52### Step 2: Generate Reference BindingsCOMMENT
LOW.agents/skills/macios-binding-creator/SKILL.md62### Step 3: Research the Native APICOMMENT
LOW.agents/skills/macios-binding-creator/SKILL.md69### Step 4: Implement BindingsCOMMENT
LOW.agents/skills/macios-binding-creator/SKILL.md151### Step 5: BuildCOMMENT
LOW.agents/skills/macios-binding-creator/SKILL.md201### Step 6: Validate with TestsCOMMENT
LOW.agents/skills/macios-binding-creator/SKILL.md286### Step 7: Handle Test FailuresCOMMENT
Decorative Section Separators4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/validate-pat-pool.yml33 # -----------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml37 # -----------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml139 # -----------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml141 # -----------------------------------------------------------COMMENT
Verbosity Indicators7 hits · 10 pts
SeverityFileLineSnippetContext
LOWtools/linker/OptimizeGeneratedCode.cs175 // Conditional instruction, we need to check if we can calculate a constant value for the conditionCOMMENT
LOWruntime/trampolines.m455// fields. The purpose of this function is to get a string where eachCOMMENT
LOWtests/monotouch-test/CoreText/FontTest.cs72 // We need to check if we are using english as our main language since this is the known caseCOMMENT
LOW…ios.Generator/Emitters/BindingSyntaxFactory.Methods.cs40 // we are dealing with a callback that has an NSError parameter, we need to check if it is null and set the exceptionCOMMENT
LOW…ios.Bindings.Analyzer/Validators/PropertyStrategies.cs28 // there are several locations in which we need to check if the field is valid for the platformCOMMENT
LOW….Macios.Bindings.Analyzer/Validators/ClassValidator.cs283 // this is not an async method, but we need to check if it has a callback delegate parameter,COMMENT
LOW….Macios.Bindings.Analyzer/Validators/ClassValidator.cs298 // we have gone through all the methods, now we need to check if there are any duplicate async method namesCOMMENT
Excessive Try-Catch Wrapping5 hits · 7 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py42 print(f"Error downloading {url}: {type(e).__name__} - {e}. Retrying...")CODE
MEDIUMeng/common/cross/install-debs.py206 print(f"Error: Package '{current}' was not found in the available packages.")CODE
LOW.github/workflows/macios-reviewer.lock.yml873 except Exception as e:CODE
LOW.github/workflows/ci-postmortem.lock.yml873 except Exception as e:CODE
LOW.github/workflows/code-radiator.lock.yml1024 except Exception as e:CODE
Deep Nesting6 hits · 6 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py20CODE
LOWeng/common/cross/install-debs.py196CODE
LOWeng/common/cross/install-debs.py221CODE
LOWeng/common/cross/install-debs.py259CODE
LOWeng/common/cross/install-debs.py293CODE
LOWeng/common/cross/install-debs.py348CODE
Hyper-Verbose Identifiers5 hits · 5 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py49async def download_deb_files_parallel(mirror, packages, tmp_dir):CODE
LOWeng/common/cross/install-debs.py65async def download_package_index_parallel(mirror, arch, suites, check_sig, keyring):CODE
LOWeng/common/cross/install-debs.py337def _rootfs_extraction_filter(member, dest_path):CODE
LOW.agents/skills/macios-ci-postmortem/SKILL.md227def extract_failures_from_nunit_xml(xml_content):CODE
LOWsrc/HomeKit/HMCompat.cs116 public partial class HMMatterRequestHandler : NSObject, INSExtensionRequestHandling {CODE
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippetContext
LOWeng/common/native/install-dependencies.sh7# Usage:COMMENT
LOW…common/templates-official/variables/pool-providers.yml12# How to use:COMMENT
LOWeng/common/templates/variables/pool-providers.yml12# How to use:COMMENT
Slop Phrases2 hits · 4 pts
SeverityFileLineSnippetContext
LOW…ols/devops/automation/templates/tests/publish-html.yml8# This job is executed on WINDOWS! make sure you DO NOT USECOMMENT
MEDIUMsrc/coreanimation.cs227 /// With C# you can use the Create overload that takes a NSAction as it can be used with lambdas.COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…v.Tasks.Tests/TaskTests/PropertyListEditorTaskTests.cs57 // TODO: implement thisCOMMENT
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py18CODE