Repository Analysis

realworld-apps/realworld

"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more

3.9 Likely human-written View on GitHub
3.9
Adjusted Score
3.9
Raw Score
100%
Time Factor
2026-05-21
Last Push
83,492
Stars
TypeScript
Language
9,674
Lines of Code
74
Files
17
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 2MEDIUM 5LOW 10

Pattern Findings

17 matches across 5 categories. Click a row to expand file-level details.

Decorative Section Separators5 hits · 15 pts
SeverityFileLineSnippet
MEDIUMspecs/api/hurl-to-bruno.js14// ─── Parse ──────────────────────────────────────────────────────────────────
MEDIUMspecs/api/hurl-to-bruno.js175// ─── Transform ──────────────────────────────────────────────────────────────
MEDIUMspecs/api/hurl-to-bruno.js406// ─── Generate ───────────────────────────────────────────────────────────────
MEDIUMspecs/api/hurl-to-bruno.js530// ─── Check Mode ─────────────────────────────────────────────────────────────
MEDIUMspecs/api/hurl-to-bruno.js580// ─── Main ───────────────────────────────────────────────────────────────────
Synthetic Comment Markers2 hits · 12 pts
SeverityFileLineSnippet
HIGHdocs/non-included/LICENSES_LOGOS.md3> **Disclaimer**: This document was generated by Claude (Anthropic) and is provided
HIGHdocs/non-included/LICENSES_LOGOS.md102*Generated by Claude (Anthropic)*
Fake / Example Data8 hits · 8 pts
SeverityFileLineSnippet
LOWspecs/e2e/error-handling.spec.ts41 await page.fill('input[name="email"]', 'test@test.com');
LOWspecs/e2e/error-handling.spec.ts77 user: { username: 'testuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null },
LOWspecs/e2e/error-handling.spec.ts113 user: { username: 'testuser', email: 'test@test.com', token: 'fake-token', bio: 'bio', image: null },
LOWspecs/e2e/error-handling.spec.ts186 user: { username: 'testuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null },
LOWspecs/e2e/error-handling.spec.ts218 user: { username: 'currentuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null },
LOWspecs/e2e/error-handling.spec.ts278 user: { username: 'currentuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null },
LOWspecs/e2e/error-handling.spec.ts337 user: { username: 'currentuser', email: 'test@test.com', token: 'fake-token', bio: null, image: null },
LOWspecs/e2e/error-handling.spec.ts481 user: { username: 'testuser', email: 'test@test.com', token: 'fake-token', bio: 'bio', image: null },
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippet
LOWspecs/e2e/helpers/debug.ts73export async function isDebugInterfaceAvailable(page: Page): Promise<boolean> {
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOWdocs/src/env.d.ts1/// <reference path="../.astro/types.d.ts" />