Repository Analysis

sveltejs/kit

web development, streamlined

0.2 Likely human-written View on GitHub
0.2
Adjusted Score
0.2
Raw Score
100%
Time Factor
2026-05-29
Last Push
20,540
Stars
JavaScript
Language
122,214
Lines of Code
2316
Files
19
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 2LOW 17

Pattern Findings

19 matches across 6 categories. Click a row to expand file-level details.

Fake / Example Data7 hits · 9 pts
SeverityFileLineSnippet
LOW…mentation/docs/20-core-concepts/60-remote-functions.md694 content: 'Lorem ipsum dolor sit amet...'
LOW…mentation/docs/20-core-concepts/60-remote-functions.md694 content: 'Lorem ipsum dolor sit amet...'
LOW…mentation/docs/20-core-concepts/60-remote-functions.md699 createPost.fields.content.set('Lorem ipsum dolor sit amet');
LOW…mentation/docs/20-core-concepts/60-remote-functions.md699 createPost.fields.content.set('Lorem ipsum dolor sit amet');
LOWdocumentation/docs/20-core-concepts/10-routing.md90 content: 'Welcome to our blog. Lorem ipsum dolor sit amet...'
LOWdocumentation/docs/20-core-concepts/10-routing.md90 content: 'Welcome to our blog. Lorem ipsum dolor sit amet...'
LOW…src/core/sync/write_types/test/actions/+page.server.js20 username: 'John Doe',
Over-Commented Block7 hits · 7 pts
SeverityFileLineSnippet
LOWpackages/enhanced-img/src/index.js61/**
LOWpackages/kit/types/index.d.ts2321 //
LOW…apps/options/source/pages/inline-style/+page.server.js1// test that the server-client stylesheet map is constructed correctly when
LOWpackages/kit/src/types/private.d.ts41// in the Software without restriction, including without limitation the rights
LOWpackages/kit/src/runtime/form-utils.spec.js581 // ranges overlap: file a at offset 0 with size 3, file b at offset 1 with size 3.
LOWpackages/kit/src/runtime/form-utils.spec.js621 // file_offsets: [0, 3] — file a at 0 (size 1), file b at 3 (size 1), gap at 1..3.
LOWpackages/kit/src/runtime/server/page/csp.js101 const effective_style_src = d['style-src'] || d['default-src'];
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippet
MEDIUMpackages/kit/types/index.d.ts3790 // These are all functions so that we can leverage function overloads to get the correct type.
MEDIUMpackages/kit/src/types/ambient.d.ts91 // These are all functions so that we can leverage function overloads to get the correct type.
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippet
LOWpnpm-workspace.yaml85# if you want to introduce an override, make sure to add it to all of them too
Overly Generic Function Names1 hit · 2 pts
SeverityFileLineSnippet
LOWpackages/adapter-vercel/index.d.ts137 * export async function handleRequest(request: Request, ctx: RequestContext): Promise<Response> {
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippet
LOWpackages/kit/test/apps/basics/test/client.test.js1853 async function measureInteractionToPaint(selector) {