Repository Analysis

jackyzha0/quartz

🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites

0.4 Likely human-written View on GitHub
0.4
Adjusted Score
0.4
Raw Score
100%
Time Factor
2026-05-27
Last Push
12,347
Stars
TypeScript
Language
34,149
Lines of Code
261
Files
12
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 1LOW 11

Pattern Findings

12 matches across 3 categories. Click a row to expand file-level details.

Hyper-Verbose Identifiers9 hits · 9 pts
SeverityFileLineSnippet
LOWquartz/util/resources.tsx26export function JSResourceToScriptElement(resource: JSResource, preserve?: boolean): JSX.Element {
LOWquartz/util/resources.tsx47export function CSSResourceToStyleElement(resource: CSSResource, preserve?: boolean): JSX.Element {
LOWquartz/plugins/index.ts4export function getStaticResourcesFromPlugins(ctx: BuildCtx) {
LOWquartz/plugins/pageTypes/dispatcher.ts115function populateVirtualPageHtmlAst(
LOWquartz/plugins/loader/componentLoader.ts6export async function loadComponentsFromPackage(
LOWquartz/plugins/loader/config-loader.ts200async function readManifestFromPackageJson(source: PluginSource): Promise<PluginManifest | null> {
LOWquartz/cli/plugin-data.js155export function readManifestFromPackageJson(pluginDir) {
LOWquartz/cli/plugin-git-handlers.js351export async function handlePluginInstallUnified({
LOWquartz/components/PageList.tsx28export function byDateAndAlphabeticalFolderFirst(): SortFn {
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippet
LOWquartz/cli/templates/obsidian.yaml92 # disableBrokenWikilinks: false # Set true to add a "broken" CSS class to internal links whose target is not in c
LOWquartz/cli/templates/ttrpg.yaml92 # disableBrokenWikilinks: false # Set true to add a "broken" CSS class to internal links whose target is not in c
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippet
MEDIUMquartz/components/scripts/util.ts32// way less robust - we only care about our own generated redirects after all.