Repository Analysis

rocksdanister/lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.

5.1 Low AI signal View on GitHub
5.1
Adjusted Score
5.1
Raw Score
100%
Time Factor
2026-04-30
Last Push
18,890
Stars
C#
Language
47,745
Lines of Code
441
Files
215
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 3HIGH 10MEDIUM 0LOW 202

Pattern Findings

215 matches across 4 categories. Click a row to expand file-level details.

Over-Commented Block200 hits · 136 pts
SeverityFileLineSnippet
LOW…vely/Lively.Player.CefSharp/Properties/AssemblyInfo.cs21
LOW…ively.Player.CefSharp/Properties/Resources.Designer.cs1//------------------------------------------------------------------------------
LOW…yer.WebView2/Extensions/WebView2/DevToolsExtensions.cs61 // using MemoryStream ms = new MemoryStream(imageBytes, 0, imageBytes.Length);
LOW…vely/Lively.Player.WebView2/Properties/AssemblyInfo.cs21
LOW…ively.Player.WebView2/Properties/Resources.Designer.cs1//------------------------------------------------------------------------------
LOWsrc/Lively/Lively.Models/SettingsModel.cs41 /// <summary>
LOW…/Lively/Lively.Models/Enums/StreamQualitySuggestion.cs1namespace Lively.Models.Enums;
LOW…/Lively/Lively.Models/Enums/StreamQualitySuggestion.cs21 /// Medium stream quality (480p).
LOWsrc/Lively/Lively.Models/Enums/DisplayAudioMode.cs1namespace Lively.Models.Enums;
LOWsrc/Lively/Lively.Models/Enums/WallpaperType.cs1namespace Lively.Models.Enums;
LOWsrc/Lively/Lively.Models/Enums/WallpaperType.cs21 /// Webpage link wallpaper (used in the "Type" tab only, not for the "Library").
LOWsrc/Lively/Lively.Models/Enums/WallpaperType.cs41 /// Animated GIF wallpaper.
LOW…Lively/Lively.Models/Enums/TargetColorspaceHintMode.cs1namespace Lively.Models.Enums;
LOWsrc/Lively/Lively.Models/Enums/TaskbarTheme.cs1namespace Lively.Models.Enums;
LOWsrc/Lively/Lively.Models/Enums/TaskbarTheme.cs21 /// <summary>
LOW…ively/Lively.Models/Services/HardwareUsageEventArgs.cs1using System;
LOW…ively/Lively.Models/Services/HardwareUsageEventArgs.cs21 /// </summary>
LOWsrc/Lively/Lively.Player.Wmf/Properties/AssemblyInfo.cs21// COM, set the ComVisible attribute to true on that type.
LOWsrc/Lively/Lively.Player.Wmf/Properties/AssemblyInfo.cs41)]
LOW…ely/Lively.Player.Wmf/Properties/Resources.Designer.cs1//------------------------------------------------------------------------------
LOW…/Lively.Utility.Screensaver/Properties/AssemblyInfo.cs21
LOWsrc/Lively/Lively.Gallery.Client/GalleryClient.cs361 else
LOWsrc/Lively/Lively.Gallery.Client/GalleryClient.cs381 // else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
LOWsrc/Lively/Lively.Player.Vlc/Form1.cs401
LOWsrc/Lively/Lively.Player.Vlc/Properties/AssemblyInfo.cs21
LOW…ely/Lively.Player.Vlc/Properties/Resources.Designer.cs1//------------------------------------------------------------------------------
LOWsrc/Lively/Lively/Core/WinDesktopCore.cs161 out _);
LOWsrc/Lively/Lively/Core/IWallpaper.cs21 /// <summary>
LOWsrc/Lively/Lively/Core/IWallpaper.cs41 /// <summary>
LOWsrc/Lively/Lively/Core/IWallpaper.cs61 void Close();
LOWsrc/Lively/Lively/Core/IWallpaper.cs81 /// <returns>null if no file.</returns>
LOWsrc/Lively/Lively/Core/Wallpapers/ExtPrograms.cs41 private readonly int timeOut;
LOWsrc/Lively/Lively/Core/Watchdog/IWatchdogService.cs1namespace Lively.Core.Watchdog
LOWsrc/Lively/Lively/Extensions/WindowExtensions.cs121 ///// Set window alpha.
LOWsrc/Lively/Lively/Properties/Icons.Designer.cs1//------------------------------------------------------------------------------
LOWsrc/Lively/Lively/Properties/Resources.Designer.cs1//------------------------------------------------------------------------------
LOWsrc/Lively/Lively/Properties/Resources.Designer.cs1121 /// <summary>
LOWsrc/Lively/Lively/Properties/Resources.Designer.cs1141 }
LOWsrc/Lively/Lively/Factories/IWebView2UserDataFactory.cs21 /// </summary>
LOWsrc/Lively/Lively/Factories/IWebView2UserDataFactory.cs41 /// <item>
LOWsrc/Lively/Lively/Themes/ToolStripRendererDark.cs61 // e.Graphics.DrawPath(borderPen, borderPath);
LOWsrc/Lively/Lively/Themes/ToolStripRendererLight.cs61 // using GraphicsPath borderPath = GetRoundedRectangle(borderRectangle, 5);
LOW…ly.UI.Shared/ViewModels/AddWallpaperCreateViewModel.cs41 Icon = "ms-appx:///Assets/icons8-landscape-64.png"
LOW…ared/ViewModels/Settings/SettingsWallpaperViewModel.cs81 userSettings.Settings.DesktopAutoWallpaper = value;
LOW…ely/Lively.Utility.Watchdog/Properties/AssemblyInfo.cs21
LOWsrc/Lively/Lively.Common/Helpers/InputUtil.cs41 // The low-order word specifies the x-coordinate of the cursor, the high-order word specifies the y-coordina
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs221 /// <summary>dest = BLACK</summary>
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs241 /// <param name="nHeight">The height of the source and the destination rectangles (in pixels).</param>
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs261 public static extern IntPtr CreateCompatibleBitmap([In] IntPtr hdc, int nWidth, int nHeight);
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs281 /// <para>This function returns the previously selected object of the specified type. An application should al
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs421 , CharSet = CharSet.Unicode)]
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs441 CREATE = 0x0001,
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs461 /// </summary>
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs481 /// </summary>
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs501 /// The WM_QUERYOPEN message is sent to an icon when the user requests that the window be restored to its pr
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs521 /// The WM_SHOWWINDOW message is sent to a window when the window is about to be hidden or shown.
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs541 ACTIVATEAPP = 0x001C,
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs561 MOUSEACTIVATE = 0x0021,
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs581 ICONERASEBKGND = 0x0027,
LOW…/Lively/Lively.Common/Helpers/Pinvoke/NativeMethods.cs601 DELETEITEM = 0x002D,
140 more matches not shown…
Synthetic Comment Markers10 hits · 75 pts
SeverityFileLineSnippet
HIGH…Lively.Player.CefSharp/Properties/Settings.Designer.cs3// This code was generated by a tool.
HIGH…ively.Player.CefSharp/Properties/Resources.Designer.cs3// This code was generated by a tool.
HIGH…Lively.Player.WebView2/Properties/Settings.Designer.cs3// This code was generated by a tool.
HIGH…ively.Player.WebView2/Properties/Resources.Designer.cs3// This code was generated by a tool.
HIGH…vely/Lively.Player.Wmf/Properties/Settings.Designer.cs3// This code was generated by a tool.
HIGH…ely/Lively.Player.Wmf/Properties/Resources.Designer.cs3// This code was generated by a tool.
HIGH…vely/Lively.Player.Vlc/Properties/Settings.Designer.cs3// This code was generated by a tool.
HIGH…ely/Lively.Player.Vlc/Properties/Resources.Designer.cs3// This code was generated by a tool.
HIGHsrc/Lively/Lively/Properties/Icons.Designer.cs3// This code was generated by a tool.
HIGHsrc/Lively/Lively/Properties/Resources.Designer.cs3// This code was generated by a tool.
Hallucination Indicators3 hits · 30 pts
SeverityFileLineSnippet
CRITICALsrc/Lively/Lively/App.xaml.cs277 Grpc.Common.Proto.Settings.SettingsService.BindService(server.ServiceBinder, Services.GetRequiredService<Use
CRITICALsrc/Lively/Lively/Services/Systray.cs234 _ = System.Windows.Application.Current.Dispatcher.BeginInvoke(DispatcherPriority.Background, new ThreadStart
CRITICALsrc/Lively/Lively/Services/Systray.cs244 _ = System.Windows.Application.Current.Dispatcher.BeginInvoke(DispatcherPriority.Background, new ThreadStart
Hyper-Verbose Identifiers2 hits · 2 pts
SeverityFileLineSnippet
LOW…p/Extensions/CefSharp/YoutubeResourceRequestHandler.cs8 public class YoutubeResourceRequestHandler : ResourceRequestHandler
LOW….CefSharp/Extensions/CefSharp/YoutubeRequestHandler.cs6 internal class YoutubeRequestHandler : RequestHandler