Git. Ship. Done - Core
This report presents the forensic synthetic code analysis of open-gsd/gsd-core, a JavaScript project with 6,579 GitHub stars. SynthScan v2.0 examined 220,994 lines of code across 1609 source files, recording 536 pattern matches distributed across 10 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 536 distinct pattern matches across 10 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⚡ | agents/gsd-project-researcher.md | 480 | ## Step 1: Receive Research Scope | COMMENT |
| LOW⚡ | agents/gsd-project-researcher.md | 484 | ## Step 2: Identify Research Domains | COMMENT |
| LOW⚡ | agents/gsd-project-researcher.md | 491 | ## Step 3: Execute Research | COMMENT |
| LOW⚡ | agents/gsd-project-researcher.md | 495 | ## Step 4: Quality Check | COMMENT |
| LOW⚡ | agents/gsd-project-researcher.md | 499 | ## Step 5: Write Output Files | COMMENT |
| LOW | agents/gsd-project-researcher.md | 525 | ## Step 6: Return Structured Result | COMMENT |
| LOW⚡ | agents/gsd-pattern-mapper.md | 78 | ## Step 1: Receive Scope and Load Context | COMMENT |
| LOW⚡ | agents/gsd-pattern-mapper.md | 86 | ## Step 2: Classify Files | COMMENT |
| LOW⚡ | agents/gsd-pattern-mapper.md | 95 | ## Step 3: Find Closest Analogs | COMMENT |
| LOW | agents/gsd-pattern-mapper.md | 119 | ## Step 4: Extract Patterns from Analogs | COMMENT |
| LOW⚡ | agents/gsd-pattern-mapper.md | 140 | ## Step 5: Identify Shared Patterns | COMMENT |
| LOW⚡ | agents/gsd-pattern-mapper.md | 149 | ## Step 6: Write PATTERNS.md | COMMENT |
| LOW⚡ | agents/gsd-pattern-mapper.md | 155 | ## Step 7: Return Structured Result | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 55 | ## Step 1: Read Research Files | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 74 | ## Step 2: Synthesize Executive Summary | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 83 | ## Step 3: Extract Key Findings | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 103 | ## Step 4: Derive Roadmap Implications | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 122 | ## Step 5: Assess Confidence | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 133 | ## Step 6: Write SUMMARY.md | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 153 | ## Step 7: Commit All Research | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 162 | ## Step 8: Return Summary | COMMENT |
| LOW⚡ | agents/gsd-code-fixer.md | 336 | # Step 2: drop the worktree. If this succeeds and the process is then | COMMENT |
| LOW⚡ | agents/gsd-code-fixer.md | 345 | # Step 3: delete the temp branch ONLY if the fast-forward succeeded. If | COMMENT |
| LOW⚡ | agents/gsd-code-fixer.md | 351 | # Step 4: drop the recovery sentinel ONLY after `git worktree remove` | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 234 | ## Step 1: Load Context | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 241 | ## Step 2: Scout Existing UI | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 259 | ## Step 3: shadcn Gate | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 263 | ## Step 4: Design Contract Questions | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 272 | ## Step 5: Compile UI-SPEC.md | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 291 | ## Step 6: Commit (optional) | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 298 | ## Step 7: Return Structured Result | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 204 | ### Step 1: Orientation | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 211 | ### Step 2: Stack Detection | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 219 | ### Step 3: File Graph | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 230 | ### Step 4: API Surface | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 239 | ### Step 5: Dependencies | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 248 | ### Step 6: Architecture | COMMENT |
| LOW | agents/gsd-intel-updater.md | 268 | ### Step 7: Snapshot | COMMENT |
| LOW | agents/gsd-roadmapper.md | 495 | ## Step 1: Receive Context | COMMENT |
| LOW | agents/gsd-roadmapper.md | 505 | ## Step 2: Extract Requirements | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 522 | ## Step 3: Load Research Context (if exists) | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 531 | ## Step 4: Identify Phases | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 541 | ## Step 5: Derive Success Criteria | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 549 | ## Step 6: Validate Coverage | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 557 | ## Step 7: Write Files Immediately | COMMENT |
| LOW | agents/gsd-roadmapper.md | 571 | ## Step 8: Return Summary | COMMENT |
| LOW | agents/gsd-roadmapper.md | 575 | ## Step 9: Handle Revision (if needed) | COMMENT |
| LOW | agents/gsd-integration-checker.md | 90 | ## Step 1: Build Export/Import Map | COMMENT |
| LOW | agents/gsd-integration-checker.md | 120 | ## Step 2: Verify Export Usage | COMMENT |
| LOW | agents/gsd-integration-checker.md | 159 | ## Step 3: Verify API Coverage | COMMENT |
| LOW | agents/gsd-integration-checker.md | 206 | ## Step 4: Verify Auth Protection | COMMENT |
| LOW | agents/gsd-integration-checker.md | 240 | ## Step 5: Verify E2E Flows | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 252 | # Step 1: Login form exists | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 256 | # Step 2: Form submits to API | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 262 | # Step 3: API route exists | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 266 | # Step 4: Redirect after success | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 284 | # Step 1: Component exists | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 289 | # Step 2: Fetches data | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 293 | # Step 3: Has state for data | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 297 | # Step 4: Renders data | COMMENT |
| 136 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | bin/install.js | 11428 | // ─── Update banner (#2795) ────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | bin/install.js | 11428 | // ─── Update banner (#2795) ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 2818 | // ── Cline converters ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 2889 | // ── End Cline converters ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 5678 | // ── Cline directory-form rules + hooks + AGENTS.md (issue #787) ──────────────── | COMMENT |
| MEDIUM | bin/install.js | 5678 | // ── Cline directory-form rules + hooks + AGENTS.md (issue #787) ──────────────── | COMMENT |
| MEDIUM | bin/install.js | 5758 | // ── Cursor hooks.json reconciler (issue #777) ──────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 5758 | // ── Cursor hooks.json reconciler (issue #777) ──────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 8248 | // ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 8250 | // ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 10594 | // ── Codex extended hook events (#772, #2088) ───────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 10594 | // ── Codex extended hook events (#772, #2088) ───────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 10624 | // ── end Codex extended hook events ──────────────────────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 17 | * ── Two distribution shapes, one adapter (issue #1914) ───────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 414 | // ── Config: register commands / agents / skills paths ────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 463 | // ── shell.env ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 469 | // ── tool.execute.before — PreToolUse hooks ───────────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 534 | // ── tool.execute.after — PostToolUse hooks ───────────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 589 | // ── experimental.session.compacting — PreCompact ─────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 607 | // ── General event subscriptions ───────────────────────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 17 | * ── Two distribution shapes, one adapter (issue #1914) ───────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 414 | // ── Config: register commands / agents / skills paths ────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 463 | // ── shell.env ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 469 | // ── tool.execute.before — PreToolUse hooks ───────────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 534 | // ── tool.execute.after — PostToolUse hooks ───────────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 589 | // ── experimental.session.compacting — PreCompact ─────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 607 | // ── General event subscriptions ───────────────────────────────────── | COMMENT |
| MEDIUM | …ers/plans/2026-03-18-materialize-new-project-config.md | 82 | // ─── config-new-project ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ers/plans/2026-03-18-materialize-new-project-config.md | 82 | // ─── config-new-project ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan-lint.sh | 37 | # ─── Argument Parsing ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan-lint.sh | 78 | # ─── Date Helpers ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan-lint.sh | 94 | # ─── Annotation Parser ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan-lint.sh | 120 | # ─── Main Lint Logic ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan-lint.sh | 149 | # ── Case 1: No preceding comment at all ──────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan-lint.sh | 216 | # ─── Summary ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 18 | # ── Locale hardening (#116) ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 86 | # ─── Injection Patterns (decoded content) ──────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 110 | # ─── Ignorelist ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 139 | # ─── Skip Rules ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 174 | # ─── File Collection ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 213 | # ─── Scanner ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 307 | # ─── Main ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 15 | # ─── Patterns ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 66 | # ─── Allowlist ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 117 | # ─── File Collection ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 157 | # ─── Scanner ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 186 | # ─── Main ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan.sh | 42 | # ─── Global mode flag ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan.sh | 45 | # ─── Secret Patterns ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan.sh | 89 | # ─── Ignorelist ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan.sh | 201 | # ─── Skip Rules ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan.sh | 229 | # ─── File Collection ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan.sh | 268 | # ─── Scanner ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan.sh | 298 | # ─── Main ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/mutation.yml | 36 | # ── Job 1: detect ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/mutation.yml | 76 | # ── Job 2: mutate ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/mutation.yml | 133 | # ── Job 3: mutation-gate ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/install-smoke.yml | 55 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/install-smoke.yml | 57 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/install-smoke.yml | 200 | # --------------------------------------------------------------------------- | COMMENT |
| 7 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .coderabbit.yaml | 1 | # CodeRabbit configuration — open-gsd/gsd-core | COMMENT |
| LOW | .coderabbit.yaml | 21 | # checks, line-level findings) which we want to keep. | COMMENT |
| LOW | bin/install.js | 101 | // Known scalar fields of Codex's `AgentsToml` struct (codex-rs/config/src/ | COMMENT |
| LOW | bin/install.js | 141 | // `codex_hooks` as a `legacy_key` in codex-rs/features/src/legacy.rs; the | COMMENT |
| LOW | bin/install.js | 221 | const GSD_COPILOT_INSTRUCTIONS_MARKER = '<!-- GSD Configuration \u2014 managed by gsd-core installer -->'; | COMMENT |
| LOW | bin/install.js | 241 | const GSD_COPILOT_SESSION_HOOK_BASH = | COMMENT |
| LOW | bin/install.js | 281 | // #2100 Stage 2 — Windsurf/Cascade lifecycle hook constants. | COMMENT |
| LOW | bin/install.js | 341 | // #2517 — runtime-aware tier resolution shared with core.cjs. | COMMENT |
| LOW | bin/install.js | 661 | * @param {string} runtime - 'claude', 'opencode', 'codex', or 'copilot' | COMMENT |
| LOW | bin/install.js | 781 | // OpenCode always uses the absolute path (#2376 Windows, #2831 macOS/Linux). | COMMENT |
| LOW | bin/install.js | 801 | // conversion module (ADR-1508 / #1510 Phase 1). Bound here so install.js | COMMENT |
| LOW | bin/install.js | 1241 | // | COMMENT |
| LOW | bin/install.js | 3141 | COMMENT | |
| LOW | bin/install.js | 4221 | // ≥0.124 — purging is the only path to a loadable config. | COMMENT |
| LOW | bin/install.js | 4421 | ); | COMMENT |
| LOW | bin/install.js | 4781 | // regex uses (?:_?\d)* rather than [\d_]* so `1__0`, `1_.0`, and `1._0` | COMMENT |
| LOW | bin/install.js | 4821 | */ | COMMENT |
| LOW | bin/install.js | 5761 | // managed command hooks: | COMMENT |
| LOW | bin/install.js | 5961 | // embed the configured model — Codex cannot receive model inline (#2256). | COMMENT |
| LOW | bin/install.js | 6361 | } | COMMENT |
| LOW | bin/install.js | 6901 | // #2093: isKilo dropped — the Kilo permission-cleanup branch below is | COMMENT |
| LOW | bin/install.js | 8321 | // above, now covered by hostBehaviors.skipSharedHooksInstall. | COMMENT |
| LOW | bin/install.js | 8421 | // rules file and the PreToolUse hook. (~/.agents/AGENTS.md is tracked via its | COMMENT |
| LOW | bin/install.js | 8441 | // the redundant `&& !isKimi` was removed so its hook files are tracked too. | COMMENT |
| LOW | bin/install.js | 8681 | // reapply-patches verifier (#2972). | COMMENT |
| LOW | bin/install.js | 8841 | // #2096: isAntigravity dropped — antigravity is in | COMMENT |
| LOW | bin/install.js | 8941 | // For local installs: use resolved absolute path (may be outside $HOME). | COMMENT |
| LOW | bin/install.js | 9041 | // Run manifest-backed cleanup migrations before package materialization. | COMMENT |
| LOW | bin/install.js | 9201 | } | COMMENT |
| LOW | bin/install.js | 9221 | // Capture upgrade signal BEFORE files are written (#683). Must be declared at function | COMMENT |
| LOW | bin/install.js | 9281 | // Artifact install dispatcher — routes to layout-driven path for all | COMMENT |
| LOW | bin/install.js | 9301 | // installRuntimeArtifacts path when its scoped artifactLayout is non-empty | COMMENT |
| LOW | bin/install.js | 9321 | if (_isSkillsRuntime) { | COMMENT |
| LOW | bin/install.js | 9501 | // pi (ADR-1239 / #2102 Stage 1): plugin-only install — pi's /gsd command is | COMMENT |
| LOW | bin/install.js | 9601 | } else { | COMMENT |
| LOW | bin/install.js | 9621 | try { | COMMENT |
| LOW | bin/install.js | 9641 | // cannot execute the command body. Surfaced by the #1629 regression test after the | COMMENT |
| LOW | bin/install.js | 9681 | } | COMMENT |
| LOW | bin/install.js | 9701 | // #1575: copilot and antigravity cut over — copilot gets .agent.md filename | COMMENT |
| LOW | bin/install.js | 9821 | } | COMMENT |
| LOW | bin/install.js | 9841 | // hostBehaviors.frontmatterDialect === 'cline'. | COMMENT |
| LOW | bin/install.js | 9861 | const _effortCfg = readGsdEffectiveEffortConfig(targetDir); | COMMENT |
| LOW | bin/install.js | 9921 | // and the kimi-hooks-toml branch further below), so its shared-hooks bundle | COMMENT |
| LOW | bin/install.js | 10021 | hooksOk = false; | COMMENT |
| LOW | bin/install.js | 10041 | copyLibDir(hooksLibSrc, hooksLibDest, GSD_HOOK_LIB_FILES); | COMMENT |
| LOW | bin/install.js | 10061 | // skipSharedHooksInstall:true) — the redundant `&& !isTrae` was removed. | COMMENT |
| LOW | bin/install.js | 10081 | // so that `node "$GSD_DIR/scripts/changeset/cli.cjs"` resolves at runtime. | COMMENT |
| LOW | bin/install.js | 10301 | // config.toml — restore pre-install bytes (or remove if was absent) | COMMENT |
| LOW | bin/install.js | 10501 | // restore returns the file to its true pre-GSD state on validation | COMMENT |
| LOW | bin/install.js | 10621 | } else if (!codexNodeRunner) { | COMMENT |
| LOW | bin/install.js | 10701 | // manifest-tracked (verified) — uninstall removes them explicitly via | COMMENT |
| LOW | bin/install.js | 10721 | // in practice. The explicit check documents that invariant and fails closed | COMMENT |
| LOW | bin/install.js | 10901 | } | COMMENT |
| LOW | bin/install.js | 11001 | ? buildHookCommand(targetDir, 'gsd-update-banner.js', hookOpts) | COMMENT |
| LOW | bin/install.js | 11081 | function finishInstall(settingsPath, settings, statuslineCommand, shouldInstallStatusline, runtime = DEFAULT_RUNTIME, is | COMMENT |
| LOW | bin/install.js | 11181 | // Upgrades 1+2). Not GSD_TEST_MODE-gated — mirrors Kilo's dispatch exactly; | COMMENT |
| LOW | bin/install.js | 12041 | COMMENT | |
| LOW | .opencode/plugins/gsd-core.js | 361 | if (transform && _cmdNames && _cmdNames.length) { | COMMENT |
| LOW | .opencode/plugins/gsd-core.js | 661 | // opencode-subset surface is fully wired and a future Stop-class hook can | COMMENT |
| LOW | .opencode/plugins/gsd-core.js | 681 | // recognized so the declared extension-event surface is fully wired and a | COMMENT |
| 58 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | CONTEXT.md | 212 | Human-facing discoverability catalog (`docs/registries/eos-registry.md`, generated from `docs/registries/eos.json`; issu | CODE |
| MEDIUM | CONTEXT.md | 239 | Default-off, BETA, claude-only Capability (`capabilities/claude-orchestration/`, `role: feature`, `runtimeCompat.support | CODE |
| MEDIUM | CONTEXT.md | 853 | `SESSION.2026-05-16=[multi-PR triage wave (#3577/3581/3640/3641/3642/3648/3649/3637/3639). Established global PreToolUse | CODE |
| MEDIUM | capabilities/claude-orchestration/capability.json | 6 | "description": "Default-off, BETA, claude-only capability that adopts Claude Code's Workflow tool (the engine behind / | CODE |
| MEDIUM | …pabilities/claude-orchestration/fragments/plan-post.md | 1 | # Claude orchestration — ultraplan plan-offload ownership (BETA) | COMMENT |
| MEDIUM | …es/claude-orchestration/fragments/execute-wave-post.md | 1 | # Claude orchestration — Workflow execution backend (BETA) | COMMENT |
| MEDIUM | .changeset/1143-claude-orchestration-capability.md | 5 | **A default-off, BETA, claude-only "Claude orchestration" capability** — adopts Claude Code's Workflow tool (`/effort ul | CODE |
| MEDIUM | …geset/archived/3806-cjs-bundle-drift-w005-w006-i001.md | 5 | **`validate health` no longer emits W005/W006/I001 false positives for multi-digit phase prefixes, milestone-archive pha | CODE |
| MEDIUM | .changeset/archived/help-passthrough.md | 5 | **`gsd-sdk query <subcommand> --help` now reaches the handler instead of returning top-level usage.** The query argv par | CODE |
| MEDIUM | docs/FEATURES.md | 37 | - [Multi-Agent Orchestration](#25-multi-agent-orchestration) | CODE |
| MEDIUM | docs/FEATURES.md | 37 | - [Multi-Agent Orchestration](#25-multi-agent-orchestration) | CODE |
| MEDIUM | docs/FEATURES.md | 154 | - [Issue-Driven Orchestration Guide](#129-issue-driven-orchestration-guide) | CODE |
| MEDIUM | docs/AGENTS.md | 717 | - **Extraction discipline (#1578):** few-shot input→output exemplars plus a terminal schema restatement; marks a field a | CODE |
| MEDIUM | docs/AGENTS.md | 737 | - **Extraction discipline (#1578):** few-shot exemplars plus a terminal schema restatement and a mark-absent (no-fabrica | CODE |
| MEDIUM | docs/adr/550-spec-phase-probe-contract.md | 112 | > **PR-review flag — PROPOSED, renamable conventions (zero live consumers).** Both **`GSD_PROHIB_SUBJECT`** and **`Check | CODE |
| MEDIUM | docs/adr/1143-claude-orchestration-capability.md | 1 | # ADR-1143: Claude orchestration capability — Workflow tool (ultracode) as a runtime-gated loop execution backend [Propo | COMMENT |
| MEDIUM | docs/explanation/multi-agent-orchestration.md | 1 | # Multi-agent orchestration in GSD Core | COMMENT |
| MEDIUM | docs/explanation/claude-orchestration-capability.md | 1 | # Claude orchestration capability (BETA) | COMMENT |
| MEDIUM | …how-to/enable-claude-orchestration-workflow-backend.md | 1 | # How to enable and use the Claude orchestration backend (BETA) | COMMENT |
| MEDIUM | docs/ja-JP/FEATURES.md | 154 | - [issue-driven-orchestration ガイド](#129-issue-driven-orchestration-ガイド) | CODE |
| MEDIUM | docs/ja-JP/FEATURES.md | 2747 | ### 129. issue-driven-orchestration ガイド | COMMENT |
| MEDIUM | docs/zh-CN/FEATURES.md | 37 | - [多智能体编排](#25-multi-agent-orchestration) | CODE |
| MEDIUM | docs/zh-CN/FEATURES.md | 37 | - [多智能体编排](#25-multi-agent-orchestration) | CODE |
| MEDIUM | docs/zh-CN/FEATURES.md | 154 | - [Issue 驱动编排指南](#129-issue-driven-orchestration-guide) | CODE |
| MEDIUM | docs/ko-KR/FEATURES.md | 37 | - [멀티 에이전트 오케스트레이션](#25-multi-agent-orchestration) | CODE |
| MEDIUM | docs/ko-KR/FEATURES.md | 37 | - [멀티 에이전트 오케스트레이션](#25-multi-agent-orchestration) | CODE |
| MEDIUM | examples/dynamic-context-management/CONTEXT-INDEX.json | 2242 | "value": "[multi-PR triage wave (#3577/3581/3640/3641/3642/3648/3649/3637/3639). Established global PreToolUse hoo | CODE |
| MEDIUM | .github/workflows/dismiss-unauthorized-pr-approvals.yml | 9 | # approves them — so the event-driven path never fires for the very | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | bin/install.js | 992 | function ensureCodexHooksJsonEvent(targetDir, eventName, opts = {}) { | CODE |
| LOW⚡ | bin/install.js | 1002 | function removeCodexHooksJsonEvent(targetDir, eventName) { | CODE |
| LOW⚡ | bin/install.js | 1006 | function removeCodexHooksJsonSessionStart(targetDir) { | CODE |
| LOW⚡ | bin/install.js | 11435 | function buildUpdateBannerPromptText() { | CODE |
| LOW | bin/install.js | 73 | function shouldNormalizeHyphenNamespaceInAgentBody(runtime) { | CODE |
| LOW | bin/install.js | 84 | function normalizeAgentBodyForRuntime(content, runtime, cmdNames) { | CODE |
| LOW | bin/install.js | 823 | function rewriteLegacyManagedNodeHookCommands(settings, absoluteRunner, opts) { | CODE |
| LOW | bin/install.js | 866 | function rewriteLegacyCodexHookBlock(content, absoluteRunner, opts) { | CODE |
| LOW | bin/install.js | 889 | function reconcileCodexHooksJsonEvent(targetDir, eventName, opts = {}) { | CODE |
| LOW | bin/install.js | 901 | function reconcileCodexHooksJsonSessionStart(targetDir, opts = {}) { | CODE |
| LOW | bin/install.js | 934 | function buildCodexHookWindowsShimIR(scriptAbsPath, absoluteRunnerToken) { | CODE |
| LOW | bin/install.js | 965 | function ensureCodexHooksJsonSessionStart(targetDir, opts = {}) { | CODE |
| LOW | bin/install.js | 1030 | function resolveOpencodeConfigPath(configDir) { | CODE |
| LOW | bin/install.js | 1142 | function readGsdGlobalModelOverrides(options = {}) { | CODE |
| LOW | bin/install.js | 1182 | function readGsdEffectiveModelOverrides(targetDir = null, options = {}) { | CODE |
| LOW | bin/install.js | 1279 | function injectDisallowedToolsFrontmatter(content, disallowedValue) { | CODE |
| LOW | bin/install.js | 1340 | function readGsdRuntimeProfileResolver(targetDir = null) { | CODE |
| LOW | bin/install.js | 1606 | function mapClaudeToolsToKimiTools(claudeTools, options = {}) { | CODE |
| LOW | bin/install.js | 1670 | function convertClaudeToKiloPermissionTool(claudeTool) { | CODE |
| LOW | bin/install.js | 1674 | function buildKiloAgentPermissionBlock(claudeTools) { | CODE |
| LOW | bin/install.js | 1696 | function replaceRelativePathReference(content, fromPath, toPath) { | CODE |
| LOW | bin/install.js | 1734 | function convertClaudeToCopilotContent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1764 | function convertClaudeCommandToCopilotSkill(content, skillName, _runtime = null, _cmdNames = null, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1816 | function normalizeClaudeSkillEffort(effort) { | CODE |
| LOW | bin/install.js | 1861 | function convertClaudeCommandToClaudeSkill(content, skillName, runtime = null, cmdNames = null) { | CODE |
| LOW | bin/install.js | 1935 | function convertGsdCommandReferencesToKimiSkillInvocations(content, cmdNames) { | CODE |
| LOW | bin/install.js | 1955 | function convertClaudeCommandToKimiSkill(content, skillName, _runtime = null, cmdNames = null) { | CODE |
| LOW | bin/install.js | 2037 | function mapKimiAgentContractTools(toolNames, diagnostics, sourceName) { | CODE |
| LOW | bin/install.js | 2043 | function neutralizeKimiAgentPrompt(content) { | CODE |
| LOW | bin/install.js | 2225 | function convertClaudeAgentToCopilotAgent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 2262 | function convertClaudeToAntigravityContent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 2292 | function convertClaudeCommandToAntigravitySkill(content, skillName, _runtime = null, _cmdNames = null, isGlobal = false) | CODE |
| LOW | bin/install.js | 2310 | function convertClaudeAgentToAntigravityAgent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 2348 | function extractFrontmatterAndBody(content) { | CODE |
| LOW | bin/install.js | 2379 | function convertSlashCommandsToCursorSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2385 | function convertClaudeToCursorMarkdown(content) { | CODE |
| LOW | bin/install.js | 2408 | function getCursorSkillAdapterHeader(skillName) { | CODE |
| LOW | bin/install.js | 2434 | function convertClaudeCommandToCursorSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2468 | function convertClaudeCommandToCursorCommand(content, _commandName) { | CODE |
| LOW | bin/install.js | 2479 | function convertClaudeAgentToCursorAgent(content) { | CODE |
| LOW | bin/install.js | 2505 | function convertSlashCommandsToWindsurfSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2510 | function convertClaudeToWindsurfMarkdown(content) { | CODE |
| LOW | bin/install.js | 2541 | function getWindsurfSkillAdapterHeader(skillName) { | CODE |
| LOW | bin/install.js | 2567 | function convertClaudeCommandToWindsurfSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2584 | function convertClaudeCommandToWindsurfWorkflow(content, commandName) { | CODE |
| LOW | bin/install.js | 2616 | function convertClaudeAgentToWindsurfAgent(content) { | CODE |
| LOW | bin/install.js | 2643 | function convertSlashCommandsToTraeSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2649 | function convertClaudeToTraeMarkdown(content) { | CODE |
| LOW | bin/install.js | 2683 | function convertClaudeCommandToTraeSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2709 | function convertClaudeAgentToTraeAgent(content) { | CODE |
| LOW | bin/install.js | 2723 | function convertSlashCommandsToCodebuddySkillMentions(content) { | CODE |
| LOW | bin/install.js | 2729 | function convertClaudeToCodebuddyMarkdown(content) { | CODE |
| LOW | bin/install.js | 2747 | function convertClaudeCommandToCodebuddySkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2783 | function convertClaudeCommandToCodebuddyCommand(content, commandName) { | CODE |
| LOW | bin/install.js | 2804 | function convertClaudeAgentToCodebuddyAgent(content) { | CODE |
| LOW | bin/install.js | 2820 | function convertClaudeToCliineMarkdown(content) { | CODE |
| LOW | bin/install.js | 2842 | function convertClaudeAgentToClineAgent(content) { | CODE |
| LOW | bin/install.js | 2862 | function convertClaudeCommandToClineSkill(content, skillName, runtime = null, cmdNames = null) { | CODE |
| LOW | bin/install.js | 2891 | function convertSlashCommandsToCodexSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2915 | function rewriteBareGsdToolsCommandsForCodex(content) { | CODE |
| 44 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | agents/gsd-plan-checker.md | 365 | - `"future enhancement"`, `"placeholder"`, `"basic version"`, `"minimal"` | CODE |
| LOW | agents/gsd-executor.md | 658 | - Placeholder text: "not available", "coming soon", "placeholder", "TODO", "FIXME" | CODE |
| LOW | agents/gsd-planner.md | 83 | - "future enhancement", "placeholder", "basic version", "minimal implementation" | CODE |
| LOW | docs/FEATURES.md | 2599 | - REQ-SKETCH-04: Sketches MUST use real-ish content, not lorem ipsum | CODE |
| LOW | docs/ja-JP/FEATURES.md | 2526 | - REQ-SKETCH-04: スケッチはリアルに近いコンテンツを使用しなければならない( lorem ipsum ではない) | CODE |
| LOW | docs/zh-CN/FEATURES.md | 2542 | - REQ-SKETCH-04:Sketch 必须使用真实感内容,而非 lorem ipsum | CODE |
| LOW | docs/zh-CN/references/verification-patterns.md | 34 | grep -E "placeholder|lorem ipsum|coming soon|under construction" "$file" -i | CODE |
| LOW | docs/zh-CN/references/verification-patterns.md | 70 | grep -E "return.*<" "$component_path" | grep -v "return.*null" | grep -v "placeholder" -i | CODE |
| LOW | gsd-core/references/verification-patterns.md | 34 | grep -E "placeholder|lorem ipsum|coming soon|under construction" "$file" -i | CODE |
| LOW | gsd-core/references/verification-patterns.md | 70 | grep -E "return.*<" "$component_path" | grep -v "return.*null" | grep -v "placeholder" -i | CODE |
| LOW | gsd-core/references/planner-antipatterns.md | 86 | - "future enhancement", "placeholder", "basic version", "minimal implementation" | CODE |
| LOW | gsd-core/workflows/sketch.md | 237 | - Real-ish content, not lorem ipsum (use real field names from spike context if available) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | docs/zh-CN/references/verification-patterns.md | 330 | DATABASE_URL=your-database-url-here | CODE |
| HIGH | gsd-core/references/verification-patterns.md | 330 | DATABASE_URL=your-database-url-here | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | hooks/lib/gsd-graphify-rebuild.sh | 4 | # Usage: | COMMENT |
| LOW | scripts/secret-scan-lint.sh | 4 | # Usage: | COMMENT |
| LOW | scripts/base64-scan.sh | 7 | # Usage: | COMMENT |
| LOW | scripts/setup-branch-protection.sh | 9 | # Usage: | COMMENT |
| LOW | scripts/prompt-injection-scan.sh | 4 | # Usage: | COMMENT |
| LOW | scripts/secret-scan.sh | 4 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | gsd-core/references/few-shot-examples/verifier.md | 109 | **Why this is bad:** The verifier stopped at Level 1. The file has 142 lines but could contain `// TODO: implement all c | CODE |
| LOW | gsd-core/templates/verification-report.md | 76 | | src/app/api/chat/route.ts | 12 | `// TODO: implement` | ⚠️ Warning | Indicates incomplete | | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/base64-scan.sh | 273 | # Check if decoded content is mostly printable text (not random binary) | COMMENT |