Music for the Shell. kew is an immersive and fast music player that allows you to listen to music with privacy.
This report presents the forensic synthetic code analysis of ravachol/kew, a C project with 2,876 GitHub stars. SynthScan v2.0 examined 89,537 lines of code across 190 source files, recording 223 pattern matches distributed across 6 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).
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.
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 223 distinct pattern matches across 6 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 |
|---|---|---|---|---|
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 43 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 45 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 51 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 53 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 61 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 63 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 90 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 92 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 98 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 100 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 106 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 108 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 140 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 142 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 151 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows-manual.yml | 153 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows-manual.yml | 20 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows-manual.yml | 22 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows-manual.yml | 77 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows-manual.yml | 79 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows-manual.yml | 121 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows-manual.yml | 123 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 41 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 43 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 49 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 51 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 59 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 61 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 88 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 90 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 96 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 98 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 104 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 106 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 119 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 121 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 129 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 131 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 140 | # ------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/release-windows.yml | 142 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows.yml | 17 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows.yml | 19 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows.yml | 75 | # ------------------------- | COMMENT |
| MEDIUM | .github/workflows/release-windows.yml | 77 | # ------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | include/compat/buildinfo.h | 1 | #ifndef KEW_BUILD_CONFIG_H | COMMENT |
| LOW | include/compat/buildinfo.h | 21 | COMMENT | |
| LOW | include/compat/ulog.h | 1 | #ifndef ULOG_H | COMMENT |
| LOW | include/compat/compat_errno.h | 1 | #ifndef COMPAT_ERRNO | COMMENT |
| LOW | include/compat/futils/futils.h | 1 | #ifndef FUTILS_H | COMMENT |
| LOW | include/nestegg/nestegg.c | 1 | /* | COMMENT |
| LOW | include/nestegg/nestegg.c | 21 | #define ID_DOCTYPE_VERSION 0x4287 | COMMENT |
| LOW | include/nestegg/nestegg.c | 41 | COMMENT | |
| LOW | include/nestegg/nestegg.c | 61 | COMMENT | |
| LOW | include/nestegg/nestegg.c | 81 | #define ID_STEREO_MODE 0x53b8 | COMMENT |
| LOW | include/nestegg/nestegg.c | 101 | #define ID_CUE_POINT 0xbb | COMMENT |
| LOW | include/nestegg/nestegg.c | 121 | #define ID_MATRIX_COEFFICIENTS 0x55b1 | COMMENT |
| LOW | include/nestegg/nestegg.c | 161 | #define SIMPLE_BLOCK_FLAGS_KEYFRAME (1 << 7) | COMMENT |
| LOW | include/nestegg/nestegg.h | 61 | */ | COMMENT |
| LOW | include/nestegg/nestegg.h | 81 | #define NESTEGG_VIDEO_STEREO_TOP_BOTTOM 3 /**< Track is top-bottom stereo video. Left first. */ | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 401 | typedef uint32_t stbir_uint32; | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 421 | // | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 541 | // * Separate input and output data types | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 641 | STBIRDEF int stbir_set_non_pm_alpha_speed_over_quality( STBIR_RESIZE * resize, int non_pma_alpha_speed_over_quality ); | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 661 | STBIRDEF int stbir_resize_extended( STBIR_RESIZE * resize ); | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 681 | // Note that you MUST call stbir_build_samplers_with_splits before stbir_resize_extended_split! | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 701 | // | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 721 | // return optional_output; // return the optional buffer that we filled | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 781 | #endif // STBIR_INCLUDE_STB_IMAGE_RESIZE2_H | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 801 | #else | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 821 | #endif | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 841 | #endif | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 881 | STBIRI_AR_PM = 16, | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1161 | return (unsigned char) ((bias + scale*t) >> 16); | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1181 | COMMENT | |
| LOW | include/stb_image/stb_image_resize2.h | 1201 | #define STBIR_AVX2 | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1221 | #endif | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1241 | #else | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1261 | #else | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1281 | #endif | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1301 | #endif | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1321 | #define stbir__simdf_load2( out, ptr ) (out) = _mm_castsi128_ps( _mm_loadl_epi64( (__m128i*)(ptr)) ) // top values can | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1361 | out1 = _mm_unpackhi_epi16( ireg, zero ); \ | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1381 | #define stbir__simdf_madd1( out, add, mul1, mul2 ) (out) = _mm_fmadd_ss( mul1, mul2, add ) | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1401 | COMMENT | |
| LOW | include/stb_image/stb_image_resize2.h | 1461 | #if defined(_MSC_VER) && !defined(__clang__) | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1501 | #include <immintrin.h> | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1641 | COMMENT | |
| LOW | include/stb_image/stb_image_resize2.h | 1661 | COMMENT | |
| LOW | include/stb_image/stb_image_resize2.h | 1721 | #define stbir__simdf_load1( out, ptr ) (out) = vld1q_dup_f32( (float const*)(ptr) ) // top values can be random (not d | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1761 | { \ | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1781 | #define stbir__simdf_madd( out, add, mul1, mul2 ) (out) = vfmaq_f32( add, mul1, mul2 ) | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 1921 | COMMENT | |
| LOW | include/stb_image/stb_image_resize2.h | 1981 | #define stbir_simdi_castf( reg ) (reg) | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2021 | v128_t tmp = wasm_u16x8_extend_low_u8x16(ireg); \ | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2041 | #define stbir__simdf_add_mem( out, reg, ptr ) (out) = wasm_f32x4_add( reg, wasm_v128_load( (void const*)(ptr) ) | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2121 | #define STBIR__SIMDF_CONST(var, x) stbir__simdf var = (v128_t)(stbir__f32x4){ x, x, x, x } | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2141 | return wasm_f32x4_extract_lane( wasm_f32x4_ceil( wasm_f32x4_splat(x) ), 0); | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2161 | #define stbir__simdfX_madd stbir__simdf8_madd | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2181 | static const stbir__simdf8 STBIR_simd_point58 = { 0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5 }; | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2201 | #define stbir__simdfX_1a1a stbir__simdf_1a1a | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2541 | #define stbir__simdf_0123to0001( out, reg ) (out) = stbir__simdf_swiz( reg, 0,0,0,1 ) | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2781 | #define STBIR_PROFILE_START_ll( info, wh ) { stbir_uint64 wh##thiszonetime = STBIR_PROFILE_FUNC(); stbir_uint64 * wh##sa | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2801 | #define STBIR_ONLY_PROFILE_SET_SPLIT_INFO | COMMENT |
| LOW | include/stb_image/stb_image_resize2.h | 2821 | #define STBIR_CEILF(x) ((float)ceil((float)(x))) | COMMENT |
| 114 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/ubuntu.yml | 44 | # Create an empty library | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/claude_security_review.yml | 63 | # Read file with size limit for cost control | COMMENT |
| LOW | .github/workflows/claude_security_review.yml | 161 | # Print results | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | pages/changes.html | 721 | <li><p>You can now quit with Esc. Handy when you are in search view, because pressing ‘q’ will just add that | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/claude_security_review.yml | 117 | except Exception as e: | STRING |