Playground (and dump) of stuff I make or modify for the Flipper Zero
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).
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …tythevoid-BadUSB/badusb-js/save_computerinfo_serial.js | 38 | print("USB not connected"); | CODE |
| HIGH | …dUSB/emptythevoid-BadUSB/badusb-js/save_wifi_serial.js | 43 | print("USB not connected"); | CODE |
| HIGH | …b-js/read_and_write_serial/save_computerinfo_serial.js | 38 | print("USB not connected"); | CODE |
| HIGH | …B/badusb-js/read_and_write_serial/read_from_flipper.js | 43 | print("USB not connected"); | CODE |
| HIGH | …SB/badusb-js/read_and_write_serial/save_wifi_serial.js | 43 | print("USB not connected"); | CODE |
| HIGH | …ons/Custom (UL, RM)/RogueMaster/Scripts/interactive.js | 97 | print("If you're stuck here, something went wrong, re-run the script") | CODE |
| HIGH | …ons/Custom (UL, RM)/RogueMaster/Scripts/interactive.js | 99 | print("\n\nFinished correctly :)") | CODE |
| HIGH⚡ | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js | 20 | print("I2C device not found"); | CODE |
| HIGH⚡ | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js | 21 | print("Please connect a 24C32N EEPROM I2C device to the Flipper Zero."); | CODE |
| HIGH⚡ | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js | 22 | print("SDA=pin 15, SCL=pin 16, VCC=pin 9, GND=pin 8."); | CODE |
| HIGH⚡ | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js | 24 | print("I2C device found at address: " + addr.toString(16)); | CODE |
| HIGH⚡ | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js | 32 | print("Waiting for device to be ready..."); | CODE |
| HIGH⚡ | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js | 39 | print("Read bytes: " + data.length.toString()); | CODE |
| HIGH⚡ | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js | 41 | print("data[" + i.toString() + "] = " + data[i].toString(16)); | CODE |
| HIGH⚡ | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js | 47 | print("Read bytes: " + data.length.toString()); | CODE |
| HIGH⚡ | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/i2c.js | 49 | print("data[" + i.toString() + "] = " + data[i].toString(16)); | CODE |
| HIGH⚡ | …m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js | 4 | print(lengthOfText); | CODE |
| HIGH⚡ | …m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js | 9 | print(substringResult); | CODE |
| HIGH⚡ | …m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js | 13 | print(result2); | CODE |
| HIGH⚡ | …m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js | 16 | print(upperCaseText); | CODE |
| HIGH⚡ | …m (UL, RM)/RogueMaster/Scripts/Examples/stringutils.js | 19 | print(lowerCaseText); | CODE |
| HIGH | …ustom (UL, RM)/RogueMaster/Scripts/Examples/console.js | 1 | print("print", 1); | CODE |
| HIGH | …Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js | 16 | print("rssi: ", rssi, "dBm", "@", freq, "MHz", "ext: ", ext); | CODE |
| HIGH⚡ | …Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js | 27 | print(subghz.getState()); // "IDLE" | CODE |
| HIGH⚡ | …Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js | 29 | print(subghz.getState()); // "RX" | CODE |
| HIGH⚡ | …Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js | 35 | print("Sending 0.sub") | CODE |
| HIGH⚡ | …Custom (UL, RM)/RogueMaster/Scripts/Examples/subghz.js | 40 | print("Send success"); | CODE |
| HIGH | …(UL, RM)/RogueMaster/Scripts/Examples/infrared-send.js | 4 | print("Sending Samsung32 signal (lowers volume)..."); | CODE |
| HIGH | …(UL, RM)/RogueMaster/Scripts/Examples/infrared-send.js | 7 | print("Sending raw signal... (Fujitsu AC)"); | CODE |
| HIGH | …(UL, RM)/RogueMaster/Scripts/Examples/infrared-send.js | 33 | print( | CODE |
| HIGH | …(UL, RM)/RogueMaster/Scripts/Examples/infrared-send.js | 47 | print("Success"); | CODE |
| HIGH⚡ | …UL, RM)/RogueMaster/Scripts/Examples/array_buf_test.js | 2 | print("len =", arr_1.buffer.byteLength); | CODE |
| HIGH⚡ | …UL, RM)/RogueMaster/Scripts/Examples/array_buf_test.js | 5 | print("slice len =", arr_2.buffer.byteLength); | CODE |
| HIGH⚡ | …UL, RM)/RogueMaster/Scripts/Examples/array_buf_test.js | 7 | print(arr_2[i]); | CODE |
| HIGH | …m (UL, RM)/RogueMaster/Scripts/Examples/badusb_demo.js | 32 | print("USB is connected"); | CODE |
| HIGH | …m (UL, RM)/RogueMaster/Scripts/Examples/badusb_demo.js | 58 | print("USB not connected"); | CODE |
| HIGH | …tom (UL, RM)/RogueMaster/Scripts/Examples/uart_echo.js | 9 | print("0x" + data_view[0].toString(16)); | CODE |
| HIGH | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/load.js | 3 | print(result); | CODE |
| HIGH | …(UL, RM)/RogueMaster/Scripts/Examples/uart_echo_8e1.js | 13 | print("0x" + data_view[0].toString(16)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 3 | print("math.abs(-5):", math.abs(-5)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 4 | print("math.acos(0.5):", math.acos(0.5)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 5 | print("math.acosh(2):", math.acosh(2)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 6 | print("math.asin(0.5):", math.asin(0.5)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 7 | print("math.asinh(2):", math.asinh(2)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 8 | print("math.atan(1):", math.atan(1)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 9 | print("math.atan2(1, 1):", math.atan2(1, 1)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 10 | print("math.atanh(0.5):", math.atanh(0.5)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 11 | print("math.cbrt(27):", math.cbrt(27)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 12 | print("math.ceil(5.3):", math.ceil(5.3)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 13 | print("math.clz32(1):", math.clz32(1)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 14 | print("math.cos(math.PI):", math.cos(math.PI)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 15 | print("math.exp(1):", math.exp(1)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 16 | print("math.floor(5.7):", math.floor(5.7)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 17 | print("math.max(3, 5):", math.max(3, 5)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 18 | print("math.min(3, 5):", math.min(3, 5)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 19 | print("math.pow(2, 3):", math.pow(2, 3)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 20 | print("math.random():", math.random()); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 21 | print("math.sign(-5):", math.sign(-5)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 22 | print("math.sin(math.PI/2):", math.sin(math.PI / 2)); | CODE |
| HIGH⚡ | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/math.js | 23 | print("math.sqrt(25):", math.sqrt(25)); | CODE |
| 116 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | BadUSB/BadUSB-MarkCyber/Emails/GenerateEmailScripts.py | 1 | ######################################################################################################################## | COMMENT |
| LOW | Music_Player/flipnoise/flipnoise.py | 1 | #!/usr/bin/python | COMMENT |
| LOW | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/gpio.js | 41 | // "PB2" aka 6 | COMMENT |
| LOW | …s/Custom (UL, RM)/RogueMaster/Scripts/Examples/gpio.js | 61 | // { direction: "in", inMode: "event", edge: "rising" } | COMMENT |
| LOW | …ustom (UL, RM)/RogueMaster/Scripts/Examples/storage.js | 21 | print(text); | COMMENT |
| LOW | …ustom (UL, RM)/RogueMaster/Scripts/Examples/storage.js | 41 | // checkSdkFeatures(["storage-virtual"]); | COMMENT |
| LOW | …s/Custom (UL, RM)/Unleashed/Scripts/js_examples/adc.js | 41 | // possible pull | COMMENT |
| LOW | …/Custom (UL, RM)/Unleashed/Scripts/js_examples/gpio.js | 21 | let value = gpio.read("PC1"); | COMMENT |
| LOW | …/Custom (UL, RM)/Unleashed/Scripts/js_examples/gpio.js | 41 | // "PC1" aka 15 | COMMENT |
| LOW | …/Custom (UL, RM)/Unleashed/Scripts/js_examples/gpio.js | 61 | // "up" | COMMENT |
| LOW | …stom (UL, RM)/Unleashed/Scripts/js_examples/storage.js | 41 | // storage.copy(old_path, new_path); | COMMENT |
| LOW | …GuidoZ/gpio_logic_analyzer/Source/scene_instructions.c | 1 | // ####################################################### | COMMENT |
| LOW | …UberGuidoZ/gpio_logic_analyzer/Source/scene_analyzer.c | 1 | // ######################################################### | COMMENT |
| LOW | …UberGuidoZ/gpio_logic_analyzer/Source/scene_analyzer.c | 321 | // filled box = HIGH, outline box = LOW. | COMMENT |
| LOW | …s/UberGuidoZ/gpio_logic_analyzer/Source/scene_splash.c | 1 | // ##################################################### | COMMENT |
| LOW | …s/UberGuidoZ/gpio_logic_analyzer/Source/scene_splash.c | 21 | // | COMMENT |
| LOW | …rGuidoZ/gpio_logic_analyzer/Source/gpio_analyzer_app.c | 1 | // ######################################################### | COMMENT |
| LOW | …ns/UberGuidoZ/gpio_logic_analyzer/Source/scene_about.c | 1 | // ##################################################### | COMMENT |
| LOW | …ons/UberGuidoZ/gpio_logic_analyzer/Source/scene_menu.c | 1 | // ##################################################### | COMMENT |
| LOW | …/UberGuidoZ/gpio_logic_analyzer/Source/gpio_analyzer.h | 1 | #pragma once | COMMENT |
| LOW | …/UberGuidoZ/gpio_logic_analyzer/Source/gpio_analyzer.h | 21 | COMMENT | |
| LOW | …/UberGuidoZ/gpio_logic_analyzer/Source/gpio_analyzer.h | 41 | #define GA_HISTORY_SIZE GA_WAVE_W | COMMENT |
| LOW | …/UberGuidoZ/smart_meter_monitor/Source/scene_monitor.c | 1 | // ############################################################ | COMMENT |
| LOW | …GuidoZ/smart_meter_monitor/Source/scene_instructions.c | 1 | // ###################################################### | COMMENT |
| LOW | …ns/UberGuidoZ/smart_meter_monitor/Source/smart_meter.h | 1 | #pragma once | COMMENT |
| LOW | …ns/UberGuidoZ/smart_meter_monitor/Source/smart_meter.h | 21 | // ------------------------------------------------------------ | COMMENT |
| LOW | …ns/UberGuidoZ/smart_meter_monitor/Source/smart_meter.h | 41 | #define SM_RSSI_RANGE 80 // SM_RSSI_MAX_DBM - SM_RSSI_MIN_DBM | COMMENT |
| LOW | …ns/UberGuidoZ/smart_meter_monitor/Source/smart_meter.h | 61 | // Sample rates | COMMENT |
| LOW | …berGuidoZ/smart_meter_monitor/Source/smart_meter_app.c | 1 | // ###################################################### | COMMENT |
| LOW | …s/UberGuidoZ/smart_meter_monitor/Source/scene_splash.c | 1 | // #################################################### | COMMENT |
| LOW | …s/Official/source-OLDER/xMasterX/nrf24scan/nrf24scan.c | 1 | // | COMMENT |
| LOW | …s/Official/source-OLDER/xMasterX/nrf24scan/nrf24scan.c | 21 | #define SCAN_APP_PATH_FOLDER "/ext/nrf24scan" | COMMENT |
| LOW | …cial/source-OLDER/xMasterX/nrf24scan/lib/nrf24/nrf24.h | 1 | #pragma once | COMMENT |
| LOW | …cial/source-OLDER/xMasterX/nrf24scan/lib/nrf24/nrf24.h | 21 | #define REUSE_TX_PL 0xE3 | COMMENT |
| LOW | …cial/source-OLDER/xMasterX/nrf24scan/lib/nrf24/nrf24.h | 41 | #define REG_FIFO_STATUS 0x17 | COMMENT |
| LOW | …cial/source-OLDER/xMasterX/nrf24scan/lib/nrf24/nrf24.h | 381 | #endif | COMMENT |
| LOW | …rce-OLDER/xMasterX/wifi_deauther/wifi_deauther_app_i.h | 1 | #pragma once | COMMENT |
| LOW | …rce-OLDER/xMasterX/wifi_deauther/wifi_deauther_app_i.h | 41 | bool show_stopscan_tip; | COMMENT |
| LOW | …ER/xMasterX/wifi_deauther/scenes/wifi_deauther_scene.h | 1 | #pragma once | COMMENT |
| LOW | …ER/xMasterX/wifi_deauther/scenes/wifi_deauther_scene.h | 21 | #define ADD_SCENE(prefix, name, id) \ | COMMENT |
| LOW | …ER/xMasterX/wifi_deauther/scenes/wifi_deauther_scene.c | 1 | #include "wifi_deauther_scene.h" | COMMENT |
| LOW | …Official/source-OLDER/xMasterX/calculator/calculator.c | 1 | #include <furi.h> | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 261 | // Looks like it's used as bit flags | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2501 | case 174: | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2521 | // 40: V* 596 639 | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2541 | // | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2701 | mem44 = 1; | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2801 | //pos47694: | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2821 | // In creating a transition between two phonemes, the phoneme | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2841 | // 26 Stop consonants J, GX, B, D, G | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2861 | // outBlendFrames = inBlendLength[phoneme2] | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2881 | // AH 8 2 4 4 | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2901 | // 0 8 12 6 50 1 109 58 * <-- OutBlendFrames = 1 | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2921 | // AH | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 2981 | if((X & 128) == 0) | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 3081 | //pos47970: | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 3121 | A = pitches[0]; | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 3441 | //char input[]={"/HAALAOAO MAYN NAAMAEAE IHSTT SAEBAASTTIHAAN \x9b\x9b\0"}; | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 3661 | } | COMMENT |
| LOW | …tions/Official/source-OLDER/xMasterX/sam/stm32_sam.cpp | 3721 | // copy stress from prior phoneme to this one | COMMENT |
| 704 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | Music_Player/flipnoise/flipnoise.py | 28 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | Music_Player/flipnoise/flipnoise.py | 38 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | Music_Player/flipnoise/flipnoise.py | 45 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | Music_Player/flipnoise/flipnoise.py | 134 | # ------------------------------------------------------------------------------ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | BadUSB/ReadMe.md | 1 | # BadUSB scripts I've created, converted, or collected. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ource-OLDER/xMasterX/airmouse/tracking/util/rotation.h | 26 | // uses normalized quaternions internally to make the math robust. | COMMENT |
| MEDIUM | …l/source-OLDER/grnch/airmouse/tracking/util/rotation.h | 26 | // uses normalized quaternions internally to make the math robust. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | BadUSB/BadUSB-MarkCyber/Emails/GenerateEmailScripts.py | 9 | ################# 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.c | 350 | // above that ECC_LOW (0) works... don't forget to add one to that | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …source-OLDER/xMasterX/flipperzero-yatzee-main/yatzee.c | 110 | // # The following methods add the score for # | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | BadUSB/BadUSB-MarkCyber/Emails/GenerateEmailScripts.py | 47 | def generate_badusb_script_with_placeholders_single_file(data_df): | STRING |
| LOW | …tom (UL, RM)/RogueMaster/Scripts/Examples/blebeacon.js | 34 | function sendRandomModelAdvertisement() { | CODE |
| LOW | …om (UL, RM)/Unleashed/Scripts/js_examples/blebeacon.js | 31 | function sendRandomModelAdvertisement() { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/gui.js | 59 | text: "This is a very long string that demonstrates the TextBox view. Use the D-Pad to scroll backwards and forw | CODE |
| LOW | …ns/Custom (UL, RM)/RogueMaster/Scripts/Examples/gui.js | 59 | text: "This is a very long string that demonstrates the TextBox view. Use the D-Pad to scroll backwards and forw | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …tions/Official/source-OLDER/xMasterX/tama_p1/tama_p1.c | 416 | // TODO: implement fast forwarding | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/Bruteforcing/Many OOK SUBs/flipperzero-bruteforce.py | 89 | CODE |