Repository Analysis

UberGuidoZ/Flipper

Playground (and dump) of stuff I make or modify for the Flipper Zero

7.2 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of UberGuidoZ/Flipper, a C project with 17,311 GitHub stars. SynthScan v2.0 examined 277,070 lines of code across 13566 source files, recording 957 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 7.2 places this repository in the Low AI signal 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).

7.2
Adjusted Score
7.2
Raw Score
100%
Time Factor
2026-07-28
Last Push
17.3K
Stars
C
Language
277.1K
Lines of Code
13.6K
Files
957
Pattern Hits
2026-08-02
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

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.

No multi-scan history yet — run the scanner again to build trend data.

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 177MEDIUM 7LOW 773

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 957 distinct pattern matches across 11 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.

Cross-Language Confusion (JS/TS)176 hits · 1200 pts
SeverityFileLineSnippetContext
HIGH…tythevoid-BadUSB/badusb-js/save_computerinfo_serial.js38 print("USB not connected");CODE
HIGH…dUSB/emptythevoid-BadUSB/badusb-js/save_wifi_serial.js43 print("USB not connected");CODE
HIGH…b-js/read_and_write_serial/save_computerinfo_serial.js38 print("USB not connected");CODE
HIGH…B/badusb-js/read_and_write_serial/read_from_flipper.js43 print("USB not connected");CODE
HIGH…SB/badusb-js/read_and_write_serial/save_wifi_serial.js43 print("USB not connected");CODE
HIGH…ons/Custom (UL, RM)/RogueMaster/Scripts/interactive.js97print("If you're stuck here, something went wrong, re-run the script")CODE
HIGH…ons/Custom (UL, RM)/RogueMaster/Scripts/interactive.js99print("\n\nFinished correctly :)")CODE
HIGH…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js20 print("I2C device not found");CODE
HIGH…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js21 print("Please connect a 24C32N EEPROM I2C device to the Flipper Zero.");CODE
HIGH…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js22 print("SDA=pin 15, SCL=pin 16, VCC=pin 9, GND=pin 8.");CODE
HIGH…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js24 print("I2C device found at address: " + addr.toString(16));CODE
HIGH…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js32 print("Waiting for device to be ready...");CODE
HIGH…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js39 print("Read bytes: " + data.length.toString());CODE
HIGH…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js41 print("data[" + i.toString() + "] = " + data[i].toString(16));CODE
HIGH…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js47 print("Read bytes: " + data.length.toString());CODE
HIGH…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js49 print("data[" + i.toString() + "] = " + data[i].toString(16));CODE
HIGH…m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js4print(lengthOfText);CODE
HIGH…m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js9print(substringResult);CODE
HIGH…m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js13print(result2);CODE
HIGH…m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js16print(upperCaseText);CODE
HIGH…m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js19print(lowerCaseText);CODE
HIGH…ustom (UL, RM)/RogueMaster/Scripts/Examples/console.js1print("print", 1);CODE
HIGH…Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js16 print("rssi: ", rssi, "dBm", "@", freq, "MHz", "ext: ", ext);CODE
HIGH…Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js27print(subghz.getState()); // "IDLE"CODE
HIGH…Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js29print(subghz.getState()); // "RX"CODE
HIGH…Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js35print("Sending 0.sub")CODE
HIGH…Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js40print("Send success");CODE
HIGH…(UL, RM)/RogueMaster/Scripts/Examples/infrared-send.js4print("Sending Samsung32 signal (lowers volume)...");CODE
HIGH…(UL, RM)/RogueMaster/Scripts/Examples/infrared-send.js7print("Sending raw signal... (Fujitsu AC)");CODE
HIGH…(UL, RM)/RogueMaster/Scripts/Examples/infrared-send.js33print(CODE
HIGH…(UL, RM)/RogueMaster/Scripts/Examples/infrared-send.js47print("Success");CODE
HIGH…UL, RM)/RogueMaster/Scripts/Examples/array_buf_test.js2print("len =", arr_1.buffer.byteLength);CODE
HIGH…UL, RM)/RogueMaster/Scripts/Examples/array_buf_test.js5print("slice len =", arr_2.buffer.byteLength);CODE
HIGH…UL, RM)/RogueMaster/Scripts/Examples/array_buf_test.js7 print(arr_2[i]);CODE
HIGH…m (UL, RM)/RogueMaster/Scripts/Examples/badusb_demo.js32 print("USB is connected");CODE
HIGH…m (UL, RM)/RogueMaster/Scripts/Examples/badusb_demo.js58 print("USB not connected");CODE
HIGH…tom (UL, RM)/RogueMaster/Scripts/Examples/uart_echo.js9 print("0x" + data_view[0].toString(16));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/load.js3print(result);CODE
HIGH…(UL, RM)/RogueMaster/Scripts/Examples/uart_echo_8e1.js13 print("0x" + data_view[0].toString(16));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js3print("math.abs(-5):", math.abs(-5));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js4print("math.acos(0.5):", math.acos(0.5));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js5print("math.acosh(2):", math.acosh(2));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js6print("math.asin(0.5):", math.asin(0.5));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js7print("math.asinh(2):", math.asinh(2));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js8print("math.atan(1):", math.atan(1));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js9print("math.atan2(1, 1):", math.atan2(1, 1));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js10print("math.atanh(0.5):", math.atanh(0.5));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js11print("math.cbrt(27):", math.cbrt(27));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js12print("math.ceil(5.3):", math.ceil(5.3));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js13print("math.clz32(1):", math.clz32(1));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js14print("math.cos(math.PI):", math.cos(math.PI));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js15print("math.exp(1):", math.exp(1));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js16print("math.floor(5.7):", math.floor(5.7));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js17print("math.max(3, 5):", math.max(3, 5));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js18print("math.min(3, 5):", math.min(3, 5));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js19print("math.pow(2, 3):", math.pow(2, 3));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js20print("math.random():", math.random());CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js21print("math.sign(-5):", math.sign(-5));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js22print("math.sin(math.PI/2):", math.sin(math.PI / 2));CODE
HIGH…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js23print("math.sqrt(25):", math.sqrt(25));CODE
116 more matches not shown…
Over-Commented Block764 hits · 753 pts
SeverityFileLineSnippetContext
LOWBadUSB/BadUSB-MarkCyber/Emails/GenerateEmailScripts.py1########################################################################################################################COMMENT
LOWMusic_Player/flipnoise/flipnoise.py1#!/usr/bin/pythonCOMMENT
LOW…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/gpio.js41// "PB2" aka 6COMMENT
LOW…s/Custom (UL, RM)/RogueMaster/Scripts/Examples/gpio.js61// { direction: "in", inMode: "event", edge: "rising" }COMMENT
LOW…ustom (UL, RM)/RogueMaster/Scripts/Examples/storage.js21print(text);COMMENT
LOW…ustom (UL, RM)/RogueMaster/Scripts/Examples/storage.js41// checkSdkFeatures(["storage-virtual"]);COMMENT
LOW…s/Custom (UL, RM)/Unleashed/Scripts/js_examples/adc.js41// possible pullCOMMENT
LOW…/Custom (UL, RM)/Unleashed/Scripts/js_examples/gpio.js21 let value = gpio.read("PC1");COMMENT
LOW…/Custom (UL, RM)/Unleashed/Scripts/js_examples/gpio.js41// "PC1" aka 15COMMENT
LOW…/Custom (UL, RM)/Unleashed/Scripts/js_examples/gpio.js61// "up"COMMENT
LOW…stom (UL, RM)/Unleashed/Scripts/js_examples/storage.js41// storage.copy(old_path, new_path);COMMENT
LOW…GuidoZ/gpio_logic_analyzer/Source/scene_instructions.c1// #######################################################COMMENT
LOW…UberGuidoZ/gpio_logic_analyzer/Source/scene_analyzer.c1// #########################################################COMMENT
LOW…UberGuidoZ/gpio_logic_analyzer/Source/scene_analyzer.c321 // filled box = HIGH, outline box = LOW.COMMENT
LOW…s/UberGuidoZ/gpio_logic_analyzer/Source/scene_splash.c1// #####################################################COMMENT
LOW…s/UberGuidoZ/gpio_logic_analyzer/Source/scene_splash.c21//COMMENT
LOW…rGuidoZ/gpio_logic_analyzer/Source/gpio_analyzer_app.c1// #########################################################COMMENT
LOW…ns/UberGuidoZ/gpio_logic_analyzer/Source/scene_about.c1// #####################################################COMMENT
LOW…ons/UberGuidoZ/gpio_logic_analyzer/Source/scene_menu.c1// #####################################################COMMENT
LOW…/UberGuidoZ/gpio_logic_analyzer/Source/gpio_analyzer.h1#pragma onceCOMMENT
LOW…/UberGuidoZ/gpio_logic_analyzer/Source/gpio_analyzer.h21COMMENT
LOW…/UberGuidoZ/gpio_logic_analyzer/Source/gpio_analyzer.h41#define GA_HISTORY_SIZE GA_WAVE_WCOMMENT
LOW…/UberGuidoZ/smart_meter_monitor/Source/scene_monitor.c1// ############################################################COMMENT
LOW…GuidoZ/smart_meter_monitor/Source/scene_instructions.c1// ######################################################COMMENT
LOW…ns/UberGuidoZ/smart_meter_monitor/Source/smart_meter.h1#pragma onceCOMMENT
LOW…ns/UberGuidoZ/smart_meter_monitor/Source/smart_meter.h21// ------------------------------------------------------------COMMENT
LOW…ns/UberGuidoZ/smart_meter_monitor/Source/smart_meter.h41#define SM_RSSI_RANGE 80 // SM_RSSI_MAX_DBM - SM_RSSI_MIN_DBMCOMMENT
LOW…ns/UberGuidoZ/smart_meter_monitor/Source/smart_meter.h61// Sample ratesCOMMENT
LOW…berGuidoZ/smart_meter_monitor/Source/smart_meter_app.c1// ######################################################COMMENT
LOW…s/UberGuidoZ/smart_meter_monitor/Source/scene_splash.c1// ####################################################COMMENT
LOW…s/Official/source-OLDER/xMasterX/nrf24scan/nrf24scan.c1//COMMENT
LOW…s/Official/source-OLDER/xMasterX/nrf24scan/nrf24scan.c21#define SCAN_APP_PATH_FOLDER "/ext/nrf24scan"COMMENT
LOW…cial/source-OLDER/xMasterX/nrf24scan/lib/nrf24/nrf24.h1#pragma onceCOMMENT
LOW…cial/source-OLDER/xMasterX/nrf24scan/lib/nrf24/nrf24.h21#define REUSE_TX_PL 0xE3COMMENT
LOW…cial/source-OLDER/xMasterX/nrf24scan/lib/nrf24/nrf24.h41#define REG_FIFO_STATUS 0x17COMMENT
LOW…cial/source-OLDER/xMasterX/nrf24scan/lib/nrf24/nrf24.h381#endifCOMMENT
LOW…rce-OLDER/xMasterX/wifi_deauther/wifi_deauther_app_i.h1#pragma onceCOMMENT
LOW…rce-OLDER/xMasterX/wifi_deauther/wifi_deauther_app_i.h41 bool show_stopscan_tip;COMMENT
LOW…ER/xMasterX/wifi_deauther/scenes/wifi_deauther_scene.h1#pragma onceCOMMENT
LOW…ER/xMasterX/wifi_deauther/scenes/wifi_deauther_scene.h21#define ADD_SCENE(prefix, name, id) \COMMENT
LOW…ER/xMasterX/wifi_deauther/scenes/wifi_deauther_scene.c1#include "wifi_deauther_scene.h"COMMENT
LOW…Official/source-OLDER/xMasterX/calculator/calculator.c1#include <furi.h>COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp261// Looks like it's used as bit flagsCOMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2501 case 174:COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2521// 40: V* 596 639COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2541//COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2701 mem44 = 1;COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2801 //pos47694:COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2821 // In creating a transition between two phonemes, the phonemeCOMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2841 // 26 Stop consonants J, GX, B, D, GCOMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2861 // outBlendFrames = inBlendLength[phoneme2]COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2881 // AH 8 2 4 4COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2901 // 0 8 12 6 50 1 109 58 * <-- OutBlendFrames = 1COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2921 // AHCOMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp2981 if((X & 128) == 0)COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp3081 //pos47970:COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp3121 A = pitches[0];COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp3441//char input[]={"/HAALAOAO MAYN NAAMAEAE IHSTT SAEBAASTTIHAAN \x9b\x9b\0"};COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp3661 }COMMENT
LOW…tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp3721 // copy stress from prior phoneme to this oneCOMMENT
704 more matches not shown…
Decorative Section Separators4 hits · 16 pts
SeverityFileLineSnippetContext
MEDIUMMusic_Player/flipnoise/flipnoise.py28# ------------------------------------------------------------------------------COMMENT
MEDIUMMusic_Player/flipnoise/flipnoise.py38# ------------------------------------------------------------------------------COMMENT
MEDIUMMusic_Player/flipnoise/flipnoise.py45# ------------------------------------------------------------------------------COMMENT
MEDIUMMusic_Player/flipnoise/flipnoise.py134# ------------------------------------------------------------------------------COMMENT
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHBadUSB/ReadMe.md1# BadUSB scripts I've created, converted, or collected.COMMENT
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…ource-OLDER/xMasterX/airmouse/tracking/util/rotation.h26// uses normalized quaternions internally to make the math robust.COMMENT
MEDIUM…l/source-OLDER/grnch/airmouse/tracking/util/rotation.h26// uses normalized quaternions internally to make the math robust.COMMENT
Slop Phrases2 hits · 3 pts
SeverityFileLineSnippetContext
LOWBadUSB/BadUSB-MarkCyber/Emails/GenerateEmailScripts.py9################# Lastly, of course make sure to change the contents of the email to what you want #####COMMENT
LOW…/source-OLDER/xMasterX/flipperzero-qrcode/qrcode_app.c350 // above that ECC_LOW (0) works... don't forget to add one to thatCOMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…source-OLDER/xMasterX/flipperzero-yatzee-main/yatzee.c110// # The following methods add the score for #COMMENT
Hyper-Verbose Identifiers3 hits · 2 pts
SeverityFileLineSnippetContext
LOWBadUSB/BadUSB-MarkCyber/Emails/GenerateEmailScripts.py47def generate_badusb_script_with_placeholders_single_file(data_df):STRING
LOW…tom (UL, RM)/RogueMaster/Scripts/Examples/blebeacon.js34function sendRandomModelAdvertisement() {CODE
LOW…om (UL, RM)/Unleashed/Scripts/js_examples/blebeacon.js31function sendRandomModelAdvertisement() {CODE
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/gui.js59 text: "This is a very long string that demonstrates the TextBox view. Use the D-Pad to scroll backwards and forwCODE
LOW…ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/gui.js59 text: "This is a very long string that demonstrates the TextBox view. Use the D-Pad to scroll backwards and forwCODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…tions/Official/source-OLDER/xMasterX/tama_p1/tama_p1.c416 // TODO: implement fast forwardingCOMMENT
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…s/Bruteforcing/Many OOK SUBs/flipperzero-bruteforce.py89CODE