Interactive Go Interview Platform - 30+ coding challenges with instant feedback, AI interview simulation, competitive leaderboards, and automated testing. From beginner to advanced levels with real-world scenarios.
This report presents the forensic synthetic code analysis of RezaSi/go-interview-practice, a Go project with 2,412 GitHub stars. SynthScan v2.0 examined 323,102 lines of code across 3103 source files, recording 822 pattern matches distributed across 15 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).
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 822 distinct pattern matches across 15 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 |
|---|---|---|---|---|
| LOW | challenge-30/solution-template.go | 99 | // Example usage | COMMENT |
| LOW | …ge-30/submissions/YounesBouchbouk/solution-template.go | 141 | // Example usage | COMMENT |
| LOW | …30/submissions/muhammedkucukaslan/solution-template.go | 132 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/MYK12397/solution-template.go | 171 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/MaryNfs/solution-template.go | 118 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/jrbarbati/solution-template.go | 114 | // Example usage | COMMENT |
| LOW | …enge-30/submissions/berkkaradalan/solution-template.go | 120 | // Example usage | COMMENT |
| LOW | …enge-30/submissions/amrshaban2005/solution-template.go | 137 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/cep-ter/solution-template.go | 138 | // Example usage | COMMENT |
| LOW | …ge-30/submissions/ashwinipatankar/solution-template.go | 145 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/Onkar-25/solution-template.go | 169 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/ImHotDog/solution-template.go | 127 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/Gandook/solution-template.go | 126 | // Example usage | COMMENT |
| LOW | …lenge-30/submissions/KhaledMosaad/solution-template.go | 144 | // Example usage | COMMENT |
| LOW | …allenge-30/submissions/PopovMarko/solution-template.go | 122 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/y1hao/solution-template.go | 119 | // Example usage | COMMENT |
| LOW | …llenge-30/submissions/JackDalberg/solution-template.go | 142 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/odelbos/solution-template.go | 116 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/lyb88999/solution-template.go | 140 | // Example usage | COMMENT |
| LOW | …lenge-30/submissions/PureTeamLead/solution-template.go | 153 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/kiramux/solution-template.go | 142 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/mvsouza/solution-template.go | 126 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/ForcemCS/solution-template.go | 122 | // Example usage | COMMENT |
| LOW | …llenge-30/submissions/Ali-Fartoot/solution-template.go | 158 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/hrabkin/solution-template.go | 136 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/Hikitak/solution-template.go | 142 | // Example usage | COMMENT |
| LOW | …allenge-30/submissions/PolinaSvet/solution-template.go | 222 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/nzamulov/solution-template.go | 133 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/mick4711/solution-template.go | 139 | // Example usage | COMMENT |
| LOW | challenge-30/submissions/xyersh/solution-template.go | 116 | // Example usage | COMMENT |
| LOW | challenge-14/solution-template.go | 392 | // Example usage: | COMMENT |
| LOW | …ge-14/submissions/ashwinipatankar/solution-template.go | 535 | // Example usage: | COMMENT |
| LOW | challenge-14/submissions/longbui98/solution-template.go | 494 | // Example usage: | COMMENT |
| LOW | …allenge-14/submissions/PopovMarko/solution-template.go | 577 | // Example usage: | COMMENT |
| LOW | challenge-14/submissions/Kosench/solution-template.go | 581 | // Example usage: | COMMENT |
| LOW | challenge-14/submissions/Cpoing/solution-template.go | 535 | // Example usage: | COMMENT |
| LOW | …llenge-14/submissions/JackDalberg/solution-template.go | 529 | // Example usage: | COMMENT |
| LOW | challenge-14/submissions/odelbos/solution-template.go | 524 | // Example usage: | COMMENT |
| LOW | …allenge-14/submissions/czysiaczek/solution-template.go | 496 | // Example usage: | COMMENT |
| LOW | challenge-14/submissions/mvsouza/solution-template.go | 676 | // Example usage: | COMMENT |
| LOW | …allenge-14/submissions/PolinaSvet/solution-template.go | 548 | // Example usage: | COMMENT |
| LOW | challenge-14/submissions/nzamulov/solution-template.go | 527 | // Example usage: | COMMENT |
| LOW | challenge-14/submissions/mick4711/solution-template.go | 528 | // Example usage: | COMMENT |
| LOW | …lenge-14/submissions/shivamarora1/solution-template.go | 529 | // Example usage: | COMMENT |
| LOW | …allenge-14/submissions/kuzminprog/solution-template.go | 507 | // Example usage: | COMMENT |
| LOW | challenge-18/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | challenge-18/submissions/affandisy/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | …ge-18/submissions/YounesBouchbouk/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | …allenge-18/submissions/himanshum9/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | …ge-18/submissions/sutthiphong2005/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | …18/submissions/muhammedkucukaslan/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | …lenge-18/submissions/IBraveMonkey/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | challenge-18/submissions/MYK12397/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | challenge-18/submissions/Johrespi/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | challenge-18/submissions/MaryNfs/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | …enge-18/submissions/ForgottenGrom/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | challenge-18/submissions/grozdovk/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | …allenge-18/submissions/tmsankaram/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | challenge-18/submissions/jrbarbati/solution-template.go | 9 | // Example usage | COMMENT |
| LOW | …nge-18/submissions/SemenTretyakov/solution-template.go | 9 | // Example usage | COMMENT |
| 111 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | challenge-6/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/affandisy/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …nge-6/submissions/YounesBouchbouk/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/maulana48/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/himanshum9/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …nge-6/submissions/sutthiphong2005/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/shhuzen/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …-6/submissions/muhammedkucukaslan/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/ne0phyte/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/Xmilton/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/MYK12397/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/Johrespi/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/MaryNfs/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/wgasparin/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/grozdovk/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/jasonnfeng/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/4m4x/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …nge-6/submissions/rohit-jangra-dx/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …ge-6/submissions/MuraliMohan-2000/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …enge-6/submissions/ZaharBorisenko/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/atplay90/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/skx/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …lenge-6/submissions/amrshaban2005/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/suensky/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/duplabe/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/adibstwn/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/Raycas96/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …nge-6/submissions/ashwinipatankar/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/inok94/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/baindraraj/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/idk2me/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/timlkko/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/duj4/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/bmamha/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/ImHotDog/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/chaos1ee/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/Gandook/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/Khabbab172/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/AlexO-85/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …allenge-6/submissions/VFarsiyants/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …lenge-6/submissions/BrianHuang813/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/onomica/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/antu12/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/RezaSi/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/n0l3r/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/amanabay/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/maket12/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …llenge-6/submissions/KhaledMosaad/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/PopovMarko/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/Kosench/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/Cpoing/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/mmzykin/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/brenoamin/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …allenge-6/submissions/JackDalberg/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/Alibiderci/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/t4e1/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/GinVlad/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …nge-6/submissions/shahzodshafizod/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | …allenge-6/submissions/ardista1702/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| LOW | challenge-6/submissions/korranat9/solution-template.go | 1 | // Package challenge6 contains the solution for Challenge 6. | COMMENT |
| 132 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | create_submission.sh | 28 | # Create the submission directory | COMMENT |
| MEDIUM | challenge-9/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-7/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-6/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-1/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-8/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-30/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-14/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-13/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-25/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-22/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-23/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-24/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-12/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-15/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-4/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-3/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-2/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-5/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | scripts/generate_contributor_badges.py | 142 | # Create the main badge data | COMMENT |
| MEDIUM | packages/echo/challenge-1-basic-routing/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | …ckages/echo/challenge-3-validation-errors/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/echo/challenge-4-authentication/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/echo/challenge-2-middleware/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/gorm/challenge-5-generics/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/gorm/challenge-3-migrations/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/gorm/challenge-2-associations/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/gorm/challenge-4-advanced-queries/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/gorm/challenge-1-crud-operations/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | …ges/mongodb/challenge-2-queries-filtering/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | …/mongodb/challenge-4-indexing-performance/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | …kages/mongodb/challenge-1-connection-crud/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | …mongodb/challenge-5-transactions-advanced/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | …/mongodb/challenge-3-aggregation-pipeline/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/fiber/challenge-1-basic-routing/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | …kages/fiber/challenge-3-validation-errors/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/fiber/challenge-4-authentication/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/fiber/challenge-2-middleware/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | …cobra/challenge-3-subcommands-persistence/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | …kages/cobra/challenge-4-advanced-features/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/cobra/challenge-2-flags-args/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/cobra/challenge-2-flags-args/run_tests.sh | 137 | # Create a test file for more advanced testing | COMMENT |
| MEDIUM | packages/cobra/challenge-1-basic-cli/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/gin/challenge-1-basic-routing/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/gin/challenge-3-validation-errors/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/gin/challenge-4-authentication/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | packages/gin/challenge-2-middleware/run_tests.sh | 30 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | .github/workflows/pr-tests.yml | 262 | # Create a temporary directory for testing | COMMENT |
| MEDIUM | challenge-10/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-28/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-17/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-21/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-19/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-26/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-18/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-27/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-20/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-29/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-16/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| MEDIUM | challenge-11/run_tests.sh | 29 | # Create a temporary directory to avoid modifying the original files | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | challenge-9/solution-template_test.go | 102 | Author: "John Doe", | CODE |
| LOW | challenge-23/solution-template_test.go | 89 | {"Large text", "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisi.", "sit", []int{18}}, | CODE |
| LOW | challenge-23/solution-template_test.go | 89 | {"Large text", "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisi.", "sit", []int{18}}, | CODE |
| LOW | challenge-23/solution-template_test.go | 155 | text := "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisi. Sed euismod, nisl eget ultricies aliq | CODE |
| LOW | challenge-23/solution-template_test.go | 155 | text := "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisi. Sed euismod, nisl eget ultricies aliq | CODE |
| LOW | challenge-15/learning.md | 197 | "name": "John Doe", | CODE |
| LOW | challenge-15/learning.md | 253 | "name": "Jane Doe", | CODE |
| LOW | …o/challenge-4-authentication/solution-template_test.go | 289 | registerJSON := `{"username":"admin","email":"admin@example.com","password":"adminpass123"}` | CODE |
| LOW | …/echo/challenge-2-middleware/solution-template_test.go | 38 | postJSON := `{"title":"Echo Middleware","content":"Learning about Echo middleware patterns","author":"John Doe","tags" | CODE |
| LOW | …/echo/challenge-2-middleware/solution-template_test.go | 55 | assert.Equal(t, "John Doe", response.Post.Author) | CODE |
| LOW | packages/echo/challenge-2-middleware/README.md | 82 | "author": "John Doe" | CODE |
| LOW | …es/gorm/challenge-5-generics/solution-template_test.go | 35 | Name: "John Doe", | CODE |
| LOW | …es/gorm/challenge-5-generics/solution-template_test.go | 47 | assert.Equal(t, "John Doe", foundUser.Name) | CODE |
| LOW | …es/gorm/challenge-5-generics/solution-template_test.go | 59 | user := &User{Name: "Jane Doe", Email: "jane@example.com", Age: 30} | CODE |
| LOW | …es/gorm/challenge-5-generics/solution-template_test.go | 66 | assert.Equal(t, "Jane Doe", foundUser.Name) | CODE |
| LOW | …orm/challenge-2-associations/solution-template_test.go | 35 | Name: "John Doe", | CODE |
| LOW | …orm/challenge-2-associations/solution-template_test.go | 50 | assert.Equal(t, "John Doe", foundUser.Name) | CODE |
| LOW | …orm/challenge-2-associations/solution-template_test.go | 68 | Name: "Jane Doe", | CODE |
| LOW | …orm/challenge-2-associations/solution-template_test.go | 79 | assert.Equal(t, "Jane Doe", retrievedUser.Name) | CODE |
| LOW | …/challenge-1-crud-operations/solution-template_test.go | 33 | Name: "John Doe", | CODE |
| LOW | …/challenge-1-crud-operations/solution-template_test.go | 45 | assert.Equal(t, "John Doe", foundUser.Name) | CODE |
| LOW | …/challenge-1-crud-operations/solution-template_test.go | 59 | user := &User{Name: "Jane Doe", Email: "jane@example.com", Age: 30} | CODE |
| LOW | …/challenge-1-crud-operations/solution-template_test.go | 65 | assert.Equal(t, "Jane Doe", retrievedUser.Name) | CODE |
| LOW | packages/gorm/challenge-1-crud-operations/learning.md | 75 | user := User{Name: "John Doe", Email: "john@example.com", Age: 25} | CODE |
| LOW | …/challenge-1-connection-crud/solution-template_test.go | 21 | Name: "John Doe", | CODE |
| LOW⚡ | …/challenge-1-connection-crud/solution-template_test.go | 46 | Name: "John Doe", | CODE |
| LOW⚡ | …/challenge-1-connection-crud/solution-template_test.go | 56 | Name: "John Doe", | CODE |
| LOW⚡ | …/challenge-1-connection-crud/solution-template_test.go | 66 | Name: "John Doe", | CODE |
| LOW⚡ | …/challenge-1-connection-crud/solution-template_test.go | 76 | Name: "John Doe", | CODE |
| LOW⚡ | …/challenge-1-connection-crud/solution-template_test.go | 86 | Name: "John Doe", | CODE |
| LOW | …/challenge-1-connection-crud/solution-template_test.go | 104 | Name: "John Doe", | CODE |
| LOW | …/challenge-1-connection-crud/solution-template_test.go | 122 | {"name", "John Doe"}, | CODE |
| LOW | …/challenge-1-connection-crud/solution-template_test.go | 312 | {"name", "John Doe"}, | CODE |
| LOW | …/challenge-1-connection-crud/solution-template_test.go | 378 | Name: "John Doe", | CODE |
| LOW | …/challenge-1-connection-crud/solution-template_test.go | 389 | assert.Equal(t, "John Doe", createReq.Name) | CODE |
| LOW | packages/mongodb/challenge-1-connection-crud/hints.md | 200 | Name: "John Doe", | CODE |
| LOW | …ckages/mongodb/challenge-1-connection-crud/learning.md | 105 | Name: "John Doe", | CODE |
| LOW | …ckages/mongodb/challenge-1-connection-crud/learning.md | 182 | filter := bson.M{"name": "John Doe"} | CODE |
| LOW | …ckages/mongodb/challenge-1-connection-crud/learning.md | 186 | "name": "John Doe", | CODE |
| LOW | packages/mongodb/challenge-1-connection-crud/README.md | 40 | "name": "John Doe", | CODE |
| LOW | packages/mongodb/challenge-1-connection-crud/README.md | 52 | "name": "John Doe", | CODE |
| LOW | packages/mongodb/challenge-1-connection-crud/README.md | 67 | "name": "John Doe", | CODE |
| LOW | …lenge-1-connection-crud/submissions/RezaSi/solution.go | 370 | Name: "John Doe", | CODE |
| LOW | …lenge-3-aggregation-pipeline/solution-template_test.go | 366 | Name: "John Doe", | CODE |
| LOW | …lenge-3-aggregation-pipeline/solution-template_test.go | 371 | assert.Equal(t, "John Doe", customer.Name) | CODE |
| LOW | …r/challenge-4-authentication/solution-template_test.go | 16 | {ID: 1, Username: "admin", Email: "admin@example.com", Password: "$2a$12$...", Role: "admin", Active: true}, | CODE |
| LOW | …/fiber/challenge-4-authentication/solution-template.go | 51 | {ID: 1, Username: "admin", Email: "admin@example.com", Password: "$2a$12$...", Role: "admin", Active: true}, | CODE |
| LOW | …lenge-4-authentication/submissions/odelbos/solution.go | 57 | {ID: 1, Username: "admin", Email: "admin@example.com", Password: "$2a$12$...", Role: "admin", Active: true}, | CODE |
| LOW | …fiber/challenge-2-middleware/solution-template_test.go | 17 | {ID: 1, Title: "Getting Started with Go", Content: "Go is a programming language...", Author: "John Doe", CreatedAt: t | CODE |
| LOW | …ages/fiber/challenge-2-middleware/solution-template.go | 30 | {ID: 1, Title: "Getting Started with Go", Content: "Go is a programming language...", Author: "John Doe", CreatedAt: ti | CODE |
| LOW | …challenge-2-middleware/submissions/odelbos/solution.go | 37 | {ID: 1, Title: "Getting Started with Go", Content: "Go is a programming language...", Author: "John Doe", CreatedAt: ti | CODE |
| LOW | …in/challenge-1-basic-routing/solution-template_test.go | 19 | {ID: 1, Name: "John Doe", Email: "john@example.com", Age: 30}, | CODE |
| LOW | …in/challenge-1-basic-routing/solution-template_test.go | 75 | assert.Equal(t, "John Doe", userData["name"]) | CODE |
| LOW | …ges/gin/challenge-1-basic-routing/solution-template.go | 26 | {ID: 1, Name: "John Doe", Email: "john@example.com", Age: 30}, | CODE |
| LOW | packages/gin/challenge-1-basic-routing/README.md | 44 | "name": "John Doe", | CODE |
| LOW | …lenge-1-basic-routing/submissions/Johrespi/solution.go | 28 | {ID: 1, Name: "John Doe", Email: "john@example.com", Age: 30}, | CODE |
| LOW | …nge-1-basic-routing/submissions/sweet-boby/solution.go | 29 | {ID: 1, Name: "John Doe", Email: "john@example.com", Age: 30}, | CODE |
| LOW | …llenge-1-basic-routing/submissions/labib99/solution.go | 30 | {ID: 1, Name: "John Doe", Email: "john@example.com", Age: 30}, | CODE |
| LOW | …ge-1-basic-routing/submissions/imankhodadi/solution.go | 28 | {ID: 1, Name: "John Doe", Email: "john@example.com", Age: 30}, | CODE |
| LOW | …nge-1-basic-routing/submissions/RuslanG003/solution.go | 32 | {ID: 1, Name: "John Doe", Email: "john@example.com", Age: 30}, | CODE |
| 83 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | create_submission.sh | 11 | # Check if challenge number is provided | COMMENT |
| LOW⚡ | create_submission.sh | 19 | # Check if challenge directory exists | COMMENT |
| LOW | create_submission.sh | 45 | # Check if learning materials exist and inform the user | COMMENT |
| LOW | challenge-9/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-7/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-6/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-1/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-8/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-30/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-14/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-13/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-25/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-22/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-23/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-24/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-12/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-15/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-4/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-3/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-2/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | challenge-5/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | scripts/test_scoreboards.py | 194 | # Check if content is identical | COMMENT |
| LOW⚡ | scripts/update_package_scoreboard.sh | 12 | # Check if we're in the right directory | COMMENT |
| LOW⚡ | scripts/update_package_scoreboard.sh | 18 | # Check if Python 3 is available | COMMENT |
| LOW⚡ | scripts/update_package_scoreboard.sh | 24 | # Check if the script directory exists | COMMENT |
| LOW⚡ | scripts/update_package_scoreboard.sh | 30 | # Check if the generator script exists | COMMENT |
| LOW⚡ | scripts/update_package_scoreboard.sh | 36 | # Check if packages directory exists | COMMENT |
| LOW⚡ | scripts/update_scoreboard.sh | 12 | # Check if we're in the right directory | COMMENT |
| LOW⚡ | scripts/update_scoreboard.sh | 18 | # Check if Python 3 is available | COMMENT |
| LOW⚡ | scripts/update_scoreboard.sh | 24 | # Check if the script directory exists | COMMENT |
| LOW⚡ | scripts/update_scoreboard.sh | 30 | # Check if the generator script exists | COMMENT |
| LOW | packages/echo/challenge-1-basic-routing/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | …ckages/echo/challenge-3-validation-errors/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/echo/challenge-4-authentication/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/echo/challenge-2-middleware/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/gorm/challenge-5-generics/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/gorm/challenge-3-migrations/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/gorm/challenge-2-associations/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/gorm/challenge-4-advanced-queries/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/gorm/challenge-1-crud-operations/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | …ges/mongodb/challenge-2-queries-filtering/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | …/mongodb/challenge-4-indexing-performance/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | …kages/mongodb/challenge-1-connection-crud/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | …mongodb/challenge-5-transactions-advanced/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | …/mongodb/challenge-3-aggregation-pipeline/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/fiber/challenge-1-basic-routing/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | …kages/fiber/challenge-3-validation-errors/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/fiber/challenge-4-authentication/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/fiber/challenge-2-middleware/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | …cobra/challenge-3-subcommands-persistence/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | …kages/cobra/challenge-4-advanced-features/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/cobra/challenge-2-flags-args/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/cobra/challenge-1-basic-cli/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/gin/challenge-1-basic-routing/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/gin/challenge-3-validation-errors/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/gin/challenge-4-authentication/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | packages/gin/challenge-2-middleware/run_tests.sh | 23 | # Check if the submission file exists | COMMENT |
| LOW | .github/workflows/update-badges.yml | 81 | # Check if there are actually changes to commit | COMMENT |
| LOW | .github/workflows/update-badges.yml | 112 | # Check if we need to rebase | COMMENT |
| LOW | .github/workflows/update-scoreboards.yml | 42 | # Check if specific challenge was provided | COMMENT |
| 30 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | challenge-12/solution-template.go | 39 | // TODO: Implement error message formatting | COMMENT |
| LOW | challenge-12/solution-template.go | 45 | // TODO: Implement error unwrapping | COMMENT |
| LOW | challenge-12/solution-template.go | 57 | // TODO: Implement error message formatting | COMMENT |
| LOW | challenge-12/solution-template.go | 63 | // TODO: Implement error unwrapping | COMMENT |
| LOW | challenge-12/solution-template.go | 75 | // TODO: Implement error message formatting | COMMENT |
| LOW | challenge-12/solution-template.go | 81 | // TODO: Implement error unwrapping | COMMENT |
| LOW | challenge-12/submissions/longbui98/solution-template.go | 43 | // TODO: Implement error message formatting | COMMENT |
| LOW | challenge-12/submissions/longbui98/solution-template.go | 49 | // TODO: Implement error unwrapping | COMMENT |
| LOW | challenge-12/submissions/longbui98/solution-template.go | 61 | // TODO: Implement error message formatting | COMMENT |
| LOW | challenge-12/submissions/longbui98/solution-template.go | 78 | // TODO: Implement error message formatting | COMMENT |
| LOW | challenge-12/submissions/longbui98/solution-template.go | 84 | // TODO: Implement error unwrapping | COMMENT |
| LOW | challenge-12/submissions/Cpoing/solution-template.go | 43 | // TODO: Implement error message formatting | COMMENT |
| LOW | challenge-12/submissions/Cpoing/solution-template.go | 49 | // TODO: Implement error unwrapping | COMMENT |
| LOW | challenge-12/submissions/Cpoing/solution-template.go | 61 | // TODO: Implement error message formatting | COMMENT |
| LOW | challenge-12/submissions/Cpoing/solution-template.go | 67 | // TODO: Implement error unwrapping | COMMENT |
| LOW | challenge-12/submissions/Cpoing/solution-template.go | 79 | // TODO: Implement error message formatting | COMMENT |
| LOW | challenge-12/submissions/Cpoing/solution-template.go | 85 | // TODO: Implement error unwrapping | COMMENT |
| LOW | …cho/challenge-3-validation-errors/solution-template.go | 114 | // TODO: Implement validation error formatting | COMMENT |
| LOW | …ber/challenge-3-validation-errors/solution-template.go | 77 | // TODO: Implement validation helper functions | COMMENT |
| LOW | …bra/challenge-4-advanced-features/solution-template.go | 339 | // TODO: Implement validation middleware | COMMENT |
| LOW | …4-advanced-features/submissions/PolinaSvet/solution.go | 741 | // TODO: Implement validation middleware | COMMENT |
| LOW | …ges/gin/challenge-1-basic-routing/solution-template.go | 99 | // TODO: Implement validation | COMMENT |
| LOW | …nge-1-basic-routing/submissions/sweet-boby/solution.go | 240 | // TODO: Implement validation | COMMENT |
| LOW | …nge-1-basic-routing/submissions/RuslanG003/solution.go | 276 | // TODO: Implement validation | COMMENT |
| LOW | …enge-1-basic-routing/submissions/adi041518/solution.go | 247 | // TODO: Implement validation | COMMENT |
| LOW | …e-1-basic-routing/submissions/CV-Elevation/solution.go | 249 | // TODO: Implement validation | COMMENT |
| LOW | …llenge-1-basic-routing/submissions/22-7-co/solution.go | 266 | // TODO: Implement validation | COMMENT |
| LOW | …-basic-routing/submissions/ItalloMangueBoy/solution.go | 287 | // TODO: Implement validation | COMMENT |
| LOW | …hallenge-1-basic-routing/submissions/q1ngy/solution.go | 207 | // TODO: Implement validation | COMMENT |
| LOW | …challenge-1-basic-routing/submissions/4mzy/solution.go | 238 | // TODO: Implement validation | COMMENT |
| LOW | …lenge-1-basic-routing/submissions/Onkar-25/solution.go | 264 | // TODO: Implement validation | COMMENT |
| LOW | …ge-1-basic-routing/submissions/nguyenvanzk/solution.go | 252 | // TODO: Implement validation | COMMENT |
| LOW | …-basic-routing/submissions/OrangePanda2022/solution.go | 283 | // TODO: Implement validation | COMMENT |
| LOW | …-1-basic-routing/submissions/BrianHuang813/solution.go | 265 | // TODO: Implement validation | COMMENT |
| LOW | …-1-basic-routing/submissions/jadeproheshan/solution.go | 219 | // TODO: Implement validation | COMMENT |
| LOW | …nge-1-basic-routing/submissions/Alibiderci/solution.go | 399 | // TODO: Implement validation | COMMENT |
| LOW | …allenge-1-basic-routing/submissions/zyy125/solution.go | 222 | // TODO: Implement validation | COMMENT |
| LOW | …allenge-1-basic-routing/submissions/alle2k/solution.go | 242 | // TODO: Implement validation | COMMENT |
| LOW | …allenge-1-basic-routing/submissions/yllmis/solution.go | 283 | // TODO: Implement validation | COMMENT |
| LOW | …lenge-1-basic-routing/submissions/yogtanko/solution.go | 258 | // TODO: Implement validation | COMMENT |
| LOW | …lenge-1-basic-routing/submissions/nbploc08/solution.go | 224 | // TODO: Implement validation | COMMENT |
| LOW | …lenge-1-basic-routing/submissions/GleeN987/solution.go | 261 | // TODO: Implement validation | COMMENT |
| LOW | …ckages/gin/challenge-2-middleware/solution-template.go | 214 | // TODO: Implement validation | COMMENT |
| LOW | …llenge-2-middleware/submissions/sweet-boby/solution.go | 528 | // TODO: Implement validation | COMMENT |
| LOW | …e-2-middleware/submissions/ItalloMangueBoy/solution.go | 540 | // TODO: Implement validation | COMMENT |
| LOW | …n/challenge-2-middleware/submissions/q1ngy/solution.go | 433 | // TODO: Implement validation | COMMENT |
| LOW | …in/challenge-2-middleware/submissions/4mzy/solution.go | 467 | // TODO: Implement validation | COMMENT |
| LOW | …hallenge-2-middleware/submissions/Onkar-25/solution.go | 570 | // TODO: Implement validation | COMMENT |
| LOW | …nge-2-middleware/submissions/BrianHuang813/solution.go | 490 | // TODO: Implement validation | COMMENT |
| LOW | …hallenge-2-middleware/submissions/yogtanko/solution.go | 567 | // TODO: Implement validation | COMMENT |
| LOW | challenge-10/solution-template.go | 24 | // TODO: Implement validation and construction | COMMENT |
| LOW | challenge-10/solution-template.go | 53 | // TODO: Implement validation and construction | COMMENT |
| LOW | challenge-10/solution-template.go | 84 | // TODO: Implement validation and construction | COMMENT |
| LOW | challenge-10/submissions/Johrespi/solution-template.go | 31 | // TODO: Implement validation and construction | COMMENT |
| LOW | challenge-10/submissions/Johrespi/solution-template.go | 67 | // TODO: Implement validation and construction | COMMENT |
| LOW | challenge-10/submissions/Johrespi/solution-template.go | 102 | // TODO: Implement validation and construction | COMMENT |
| LOW | challenge-10/submissions/grozdovk/solution-template.go | 27 | // TODO: Implement validation and construction | COMMENT |
| LOW | challenge-10/submissions/grozdovk/solution-template.go | 62 | // TODO: Implement validation and construction | COMMENT |
| LOW | challenge-10/submissions/grozdovk/solution-template.go | 98 | // TODO: Implement validation and construction | COMMENT |
| LOW | …ge-10/submissions/ashwinipatankar/solution-template.go | 27 | // TODO: Implement validation and construction | COMMENT |
| 20 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | challenge-14/hints.md | 180 | // Step 1: Validate user | COMMENT |
| LOW⚡ | challenge-14/hints.md | 186 | // Step 2: Check inventory | COMMENT |
| LOW⚡ | challenge-14/hints.md | 192 | // Step 3: Create order | COMMENT |
| LOW⚡ | docs/profile-badges-guide.md | 17 | ### Step 1: Find Your Badge Collection | COMMENT |
| LOW⚡ | docs/profile-badges-guide.md | 26 | ### Step 2: Copy & Paste | COMMENT |
| LOW⚡ | docs/profile-badges-guide.md | 31 | ### Step 3: Show Off Your Skills! 🚀 | COMMENT |
| LOW⚡ | docs/profile-badges-guide.md | 177 | ### Step 1: Contribute | COMMENT |
| LOW⚡ | docs/profile-badges-guide.md | 182 | ### Step 2: Get Your Badge | COMMENT |
| LOW⚡ | docs/profile-badges-guide.md | 187 | ### Step 3: Show Off Your Achievement | COMMENT |
| LOW⚡ | scripts/generate_contributor_badges.py | 626 | ### Step 1: Contribute | COMMENT |
| LOW⚡ | scripts/generate_contributor_badges.py | 631 | ### Step 2: Automatic Generation | COMMENT |
| LOW⚡ | scripts/generate_contributor_badges.py | 636 | ### Step 3: Use Your Badges | COMMENT |
| LOW⚡ | badges/README.md | 126 | ### Step 1: Contribute | COMMENT |
| LOW⚡ | badges/README.md | 131 | ### Step 2: Automatic Generation | COMMENT |
| LOW⚡ | badges/README.md | 136 | ### Step 3: Use Your Badges | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/update_all_scoreboards.py | 35 | except Exception as e: | CODE |
| LOW | scripts/generate_main_scoreboard.py | 61 | except Exception as e: | CODE |
| MEDIUM | scripts/generate_main_scoreboard.py | 62 | print(f"Error parsing {filepath}: {e}", file=sys.stderr) | CODE |
| LOW | scripts/generate_main_scoreboard.py | 94 | except Exception as e: | CODE |
| LOW | scripts/generate_main_scoreboard.py | 383 | except Exception as e: | CODE |
| MEDIUM | scripts/generate_main_scoreboard.py | 384 | print(f"Error writing to README.md: {e}", file=sys.stderr) | CODE |
| LOW | scripts/generate_contributor_badges.py | 81 | except Exception as e: | CODE |
| LOW | scripts/generate_contributor_badges.py | 130 | except Exception as e: | CODE |
| LOW | scripts/test_scoreboards.py | 36 | except Exception as e: | CODE |
| MEDIUM | scripts/test_scoreboards.py | 37 | print(f"Error running {script_name}: {e}") | CODE |
| LOW | scripts/test_scoreboards.py | 81 | except Exception as e: | CODE |
| MEDIUM | scripts/test_scoreboards.py | 82 | print(f"Error reading README.md: {e}") | CODE |
| LOW | scripts/test_scoreboards.py | 102 | except Exception as e: | CODE |
| LOW | scripts/test_scoreboards.py | 125 | except Exception as e: | CODE |
| LOW | scripts/test_scoreboards.py | 224 | except Exception as e: | CODE |
| LOW | scripts/generate_package_scoreboard.py | 41 | except Exception as e: | CODE |
| LOW⚡ | scripts/generate_package_scoreboard.py | 94 | except Exception as e: | CODE |
| MEDIUM⚡ | scripts/generate_package_scoreboard.py | 95 | print(f"Error parsing {filepath}: {e}", file=sys.stderr) | CODE |
| LOW | scripts/generate_package_scoreboard.py | 437 | except Exception as e: | CODE |
| MEDIUM | scripts/generate_package_scoreboard.py | 438 | print(f"Error writing to README.md: {e}", file=sys.stderr) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | challenge-15/solution-template.go | 37 | // users stores user credentials for demonstration purposes | COMMENT |
| MEDIUM | …llenge-15/submissions/imankhodadi/solution-template.go | 48 | // users stores user credentials for demonstration purposes | COMMENT |
| MEDIUM | …allenge-15/submissions/PopovMarko/solution-template.go | 76 | // users stores user credentials for demonstration purposes | COMMENT |
| MEDIUM | challenge-15/submissions/Kosench/solution-template.go | 43 | // users stores user credentials for demonstration purposes | COMMENT |
| MEDIUM | challenge-15/submissions/Cpoing/solution-template.go | 44 | // users stores user credentials for demonstration purposes | COMMENT |
| MEDIUM | challenge-15/submissions/odelbos/solution-template.go | 44 | // users stores user credentials for demonstration purposes | COMMENT |
| MEDIUM | challenge-15/submissions/mvsouza/solution-template.go | 44 | // users stores user credentials for demonstration purposes | COMMENT |
| MEDIUM | …allenge-15/submissions/PolinaSvet/solution-template.go | 43 | users map[string]*User // users stores user credentials for demonstration purposes | CODE |
| LOW | …lenge-1-connection-crud/submissions/RezaSi/solution.go | 298 | defer cursor.Close(ctx) // Don't forget to close the cursor | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/generate_main_scoreboard.py | 14 | CODE | |
| LOW | scripts/generate_main_scoreboard.py | 67 | CODE | |
| LOW | scripts/generate_main_scoreboard.py | 100 | CODE | |
| LOW | scripts/generate_main_scoreboard.py | 216 | CODE | |
| LOW | scripts/generate_main_scoreboard.py | 310 | CODE | |
| LOW | scripts/generate_contributor_badges.py | 44 | CODE | |
| LOW | scripts/generate_contributor_badges.py | 87 | CODE | |
| LOW | scripts/test_scoreboards.py | 107 | CODE | |
| LOW | scripts/test_scoreboards.py | 130 | CODE | |
| LOW | scripts/generate_package_scoreboard.py | 14 | CODE | |
| LOW | scripts/generate_package_scoreboard.py | 47 | CODE | |
| LOW | scripts/generate_package_scoreboard.py | 100 | CODE | |
| LOW | scripts/generate_package_scoreboard.py | 133 | CODE | |
| LOW | scripts/generate_package_scoreboard.py | 288 | CODE | |
| LOW | scripts/generate_package_scoreboard.py | 362 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …allenge-28/submissions/PopovMarko/solution-template.go | 47 | // ─── LRU Cache ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …allenge-28/submissions/PopovMarko/solution-template.go | 241 | // ─── LFU Cache ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …allenge-28/submissions/PopovMarko/solution-template.go | 501 | // ─── FIFO Cache ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …allenge-28/submissions/PopovMarko/solution-template.go | 671 | // ─── Thread-Safe Wrapper ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …allenge-28/submissions/PopovMarko/solution-template.go | 758 | // ─── Cache Factory ──────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | web-ui/templates/base.html | 1406 | function updateProfileBadgeMarkdown(username) { | CODE |
| LOW | web-ui/templates/interview.html | 1191 | function displayInterviewQuestions(questions) { | CODE |
| LOW | scripts/generate_main_scoreboard.py | 216 | def generate_html_leaderboard(top_users, total_challenges, challenge_dirs, sponsors): | CODE |
| LOW | scripts/generate_main_scoreboard.py | 310 | def update_readme_with_scoreboard(scoreboard_content): | CODE |
| LOW | scripts/generate_contributor_badges.py | 168 | def generate_custom_svg_badge(self, username: str, challenges_solved: int, | CODE |
| LOW | scripts/generate_package_scoreboard.py | 47 | def parse_package_scoreboard_file(filepath): | CODE |
| LOW⚡ | scripts/generate_package_scoreboard.py | 100 | def get_package_challenge_title(challenge_dir): | CODE |
| LOW | scripts/generate_package_scoreboard.py | 133 | def generate_package_scoreboard(): | CODE |
| LOW | scripts/generate_package_scoreboard.py | 288 | def generate_package_html_leaderboard(top_users, package_completions, sponsors): | CODE |
| LOW | scripts/generate_package_scoreboard.py | 362 | def update_readme_with_package_scoreboard(scoreboard_content): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | scripts/generate_contributor_badges.py | 626 | ### Step 1: Contribute | COMMENT |
| LOW⚡ | scripts/generate_contributor_badges.py | 631 | ### Step 2: Automatic Generation | COMMENT |
| LOW⚡ | scripts/generate_contributor_badges.py | 636 | ### Step 3: Use Your Badges | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/update_all_scoreboards.py | 7 | CODE | |
| LOW | scripts/generate_contributor_badges.py | 9 | CODE | |
| LOW | scripts/generate_contributor_badges.py | 10 | CODE | |
| LOW | scripts/generate_contributor_badges.py | 11 | CODE | |
| LOW | scripts/generate_contributor_badges.py | 13 | CODE | |
| LOW | scripts/test_scoreboards.py | 6 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | web-ui/internal/services/package.go | 404 | // Add more robust nil checking | COMMENT |
| MEDIUM | scripts/generate_contributor_badges.py | 364 | """Generate a comprehensive badge collection for README files.""" | STRING |
| MEDIUM | scripts/generate_contributor_badges.py | 500 | """Generate comprehensive instructions for using the badges.""" | STRING |