Git. Ship. Done - Core
This report presents the forensic synthetic code analysis of open-gsd/gsd-core, a JavaScript project with 8,856 GitHub stars. SynthScan v2.0 examined 263,871 lines of code across 1931 source files, recording 705 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 3.8 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 705 distinct pattern matches across 11 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 | 130 | ## Step 4: Extract Patterns from Analogs | COMMENT |
| LOW⚡ | agents/gsd-pattern-mapper.md | 151 | ## Step 5: Identify Shared Patterns | COMMENT |
| LOW⚡ | agents/gsd-pattern-mapper.md | 160 | ## Step 6: Write PATTERNS.md | COMMENT |
| LOW⚡ | agents/gsd-pattern-mapper.md | 166 | ## 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 | 409 | # Step 2: drop the worktree. If this succeeds and the process is then | COMMENT |
| LOW⚡ | agents/gsd-code-fixer.md | 418 | # Step 3: delete the temp branch ONLY if the fast-forward succeeded. If | COMMENT |
| LOW⚡ | agents/gsd-code-fixer.md | 424 | # Step 4: drop the recovery sentinel ONLY after `git worktree remove` | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 269 | ## Step 1: Load Context | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 276 | ## Step 2: Scout Existing UI | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 294 | ## Step 3: shadcn Gate | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 299 | ## Step 4: Design Contract Questions | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 308 | ## Step 5: Compile UI-SPEC.md | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 327 | ## Step 6: Commit (optional) | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 334 | ## 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 | 500 | ## Step 1: Receive Context | COMMENT |
| LOW | agents/gsd-roadmapper.md | 510 | ## Step 2: Extract Requirements | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 527 | ## Step 3: Load Research Context (if exists) | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 536 | ## Step 4: Identify Phases | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 546 | ## Step 5: Derive Success Criteria | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 554 | ## Step 6: Validate Coverage | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 562 | ## Step 7: Write Files Immediately | COMMENT |
| LOW | agents/gsd-roadmapper.md | 594 | ## Step 8: Return Summary | COMMENT |
| LOW | agents/gsd-roadmapper.md | 598 | ## 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 | 123 | ## Step 2: Verify Export Usage | COMMENT |
| LOW | agents/gsd-integration-checker.md | 162 | ## Step 3: Verify API Coverage | COMMENT |
| LOW | agents/gsd-integration-checker.md | 209 | ## Step 4: Verify Auth Protection | COMMENT |
| LOW | agents/gsd-integration-checker.md | 243 | ## Step 5: Verify E2E Flows | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 255 | # Step 1: Login form exists | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 259 | # Step 2: Form submits to API | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 265 | # Step 3: API route exists | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 269 | # Step 4: Redirect after success | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 287 | # Step 1: Component exists | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 292 | # Step 2: Fetches data | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 296 | # Step 3: Has state for data | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 300 | # Step 4: Renders data | COMMENT |
| 136 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | bin/install.js | 2931 | // ── End Cline converters ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | bin/install.js | 2933 | // ── Hermes converters (#2284) ──────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | bin/install.js | 2933 | // ── Hermes converters (#2284) ──────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | bin/install.js | 13121 | // ─── Update banner (#2795) ────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | bin/install.js | 13121 | // ─── Update banner (#2795) ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 2859 | // ── Cline converters ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 3750 | // ── End Hermes converters ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 6761 | // ── Cline directory-form rules + hooks + AGENTS.md (issue #787) ──────────────── | COMMENT |
| MEDIUM | bin/install.js | 6761 | // ── Cline directory-form rules + hooks + AGENTS.md (issue #787) ──────────────── | COMMENT |
| MEDIUM | bin/install.js | 6811 | // ── Cursor hooks.json reconciler (issue #777) ──────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 6811 | // ── Cursor hooks.json reconciler (issue #777) ──────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 9691 | // ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 9693 | // ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 12234 | // ── Codex extended hook events (#772, #2088) ───────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 12234 | // ── Codex extended hook events (#772, #2088) ───────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 12264 | // ── 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 | 454 | // ── Config: register commands / agents / skills paths ────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 503 | // ── shell.env ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 509 | // ── tool.execute.before — PreToolUse hooks ───────────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 581 | // ── tool.execute.after — PostToolUse hooks ───────────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 640 | // ── experimental.session.compacting — PreCompact ─────────────────── | COMMENT |
| MEDIUM | .opencode/plugins/gsd-core.js | 658 | // ── 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 | 454 | // ── Config: register commands / agents / skills paths ────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 503 | // ── shell.env ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 509 | // ── tool.execute.before — PreToolUse hooks ───────────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 581 | // ── tool.execute.after — PostToolUse hooks ───────────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 640 | // ── experimental.session.compacting — PreCompact ─────────────────── | COMMENT |
| MEDIUM | .kilo/plugins/gsd-core.js | 658 | // ── General event subscriptions ───────────────────────────────────── | COMMENT |
| MEDIUM | docs/TESTING-SUITES.md | 67 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docs/TESTING-SUITES.md | 69 | // ──────────────────────────────────────────────────────────────────────── | 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 | hooks/gsd-cursor-subagent-start.js | 346 | // ─── #3897 rung 2: per-install runtime marker, single canonical owner ──────── | COMMENT |
| MEDIUM | hooks/gsd-cursor-subagent-start.js | 346 | // ─── #3897 rung 2: per-install runtime marker, single canonical owner ──────── | COMMENT |
| MEDIUM | hooks/gsd-agent-isolation-guard.js | 115 | // ─── #3897 rung 2: per-install runtime marker, single canonical owner ──────── | COMMENT |
| MEDIUM | hooks/gsd-agent-isolation-guard.js | 115 | // ─── #3897 rung 2: per-install runtime marker, single canonical owner ──────── | 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 | 20 | # ─── Exit-code registry (ADR-3889, #3908) ──────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 35 | # ── Locale hardening (#116) ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 103 | # ─── Injection Patterns (decoded content) ──────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 127 | # ─── Ignorelist ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 156 | # ─── Skip Rules ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 191 | # ─── File Collection ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 271 | # ─── Scanner ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/base64-scan.sh | 365 | # ─── Main ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 17 | # ─── Exit-code registry (ADR-3889, #3908) ──────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 32 | # ─── Patterns ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 113 | # ─── Allowlist ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 186 | # ─── File Collection ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 266 | # ─── Scanner ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/prompt-injection-scan.sh | 295 | # ─── Main ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan.sh | 44 | # ─── Exit-code registry (ADR-3889, #3908) ──────────────────────────────────── | COMMENT |
| MEDIUM | scripts/secret-scan.sh | 59 | # ─── Global mode flag ───────────────────────────────────────────────────────── | COMMENT |
| 19 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 | 41 | // consentRequired, hostPrecedenceRank) instead of the id being re-derived | COMMENT |
| LOW | bin/install.js | 61 | const { composeWorkflow } = require('../gsd-core/bin/lib/workflow-fragments.cjs'); | COMMENT |
| LOW | bin/install.js | 141 | 'max_threads', | COMMENT |
| LOW | bin/install.js | 181 | const CODEX_HOOKS_FEATURE_ALL_KEYS = [CODEX_HOOKS_FEATURE_KEY, ...CODEX_HOOKS_FEATURE_LEGACY_KEYS]; | COMMENT |
| LOW | bin/install.js | 301 | 'if (Test-Path .planning/STATE.md) ' + | COMMENT |
| LOW | bin/install.js | 321 | // the values runtime-hooks-surface.cts also defines for its own internal use | COMMENT |
| LOW | bin/install.js | 341 | GSD_CURSOR_PRE_TOOL_HOOK_SCRIPT, | COMMENT |
| LOW | bin/install.js | 361 | // Cascade hooks docs (reference): https://docs.windsurf.com/llms-full.txt , | COMMENT |
| LOW | bin/install.js | 461 | } | COMMENT |
| LOW | bin/install.js | 561 | COMMENT | |
| LOW | bin/install.js | 581 | cwd: process.cwd(), | COMMENT |
| LOW | bin/install.js | 601 | // goes through the SAME capability registry require this floor exists to | COMMENT |
| LOW | bin/install.js | 801 | } = require(path.join(__dirname, '..', 'gsd-core', 'bin', 'lib', 'legacy-cleanup.cjs')); | COMMENT |
| LOW | bin/install.js | 1101 | * @param {boolean} isGlobal - Whether this is a global install | COMMENT |
| LOW | bin/install.js | 1221 | } | COMMENT |
| LOW | bin/install.js | 1241 | // layouts, resolved by the shell at hook-fire time instead of bake time. | COMMENT |
| LOW | bin/install.js | 1261 | // sites continue to work. #2876 retired the sibling | COMMENT |
| LOW | bin/install.js | 1281 | // unlinked verbatim copy here (used by the local Cursor/Trae/CodeBuddy/Cline | COMMENT |
| LOW | bin/install.js | 2621 | // convertSlashCommandsToWindsurfSkillMentions) now live only in the | COMMENT |
| LOW | bin/install.js | 2641 | } | COMMENT |
| LOW | bin/install.js | 2661 | // find/replace — a literal instruction-filename token sitting in a | COMMENT |
| LOW | bin/install.js | 2681 | // never fire here — this converter only ever sees the ALREADY-rewritten | COMMENT |
| LOW | bin/install.js | 2941 | // | COMMENT |
| LOW | bin/install.js | 3661 | const rebuilt = _normalizeDispatchCallSpan(converted.slice(start, end), hasBraceWrapper, d, toolConfig); | COMMENT |
| LOW | bin/install.js | 4041 | */ | COMMENT |
| LOW | bin/install.js | 4061 | // parsing of its own (no third copy of that extraction) — it takes the | COMMENT |
| LOW | bin/install.js | 4081 | const lines = [ | COMMENT |
| LOW | bin/install.js | 4121 | } | COMMENT |
| LOW | bin/install.js | 4141 | _warnCodexResolverModelOmitted(); | COMMENT |
| LOW | bin/install.js | 5241 | // ≥0.124 — purging is the only path to a loadable config. | COMMENT |
| LOW | bin/install.js | 5441 | ); | COMMENT |
| LOW | bin/install.js | 5801 | // regex uses (?:_?\d)* rather than [\d_]* so `1__0`, `1_.0`, and `1._0` | COMMENT |
| LOW | bin/install.js | 5841 | */ | COMMENT |
| LOW | bin/install.js | 6421 | const normalizedGsdBlock = mergedGsdBlock.replace(/\r?\n/g, eol); | COMMENT |
| LOW | bin/install.js | 6441 | // post-marker region is passed through stripLeakedGsdCodexSections: GSD's own previously- | COMMENT |
| LOW | bin/install.js | 6761 | // ── Cline directory-form rules + hooks + AGENTS.md (issue #787) ──────────────── | COMMENT |
| LOW | bin/install.js | 6821 | // Location: | COMMENT |
| LOW | bin/install.js | 7001 | ) { | COMMENT |
| LOW | bin/install.js | 7021 | // | COMMENT |
| LOW | bin/install.js | 7041 | // Compute the Codex GSD install path (absolute, so subagents with empty $HOME work — #820) | COMMENT |
| LOW | bin/install.js | 7061 | // $ARGUMENTS → {{GSD_ARGS}}, /clear removal, anchored and bare .claude/ | COMMENT |
| LOW | bin/install.js | 7081 | COMMENT | |
| LOW | bin/install.js | 7501 | // destructured bindings above. | COMMENT |
| LOW | bin/install.js | 7601 | * Mirrors copyCommandsAsCopilotSkills but uses Antigravity converters. | COMMENT |
| LOW | bin/install.js | 7821 | copyWithPathReplacement(srcPath, destPath, pathPrefix, runtime, isCommand, isGlobal, confinementRoot); | COMMENT |
| LOW | bin/install.js | 7841 | // not just workflows. A doc that merely DOCUMENTS the marker syntax | COMMENT |
| LOW | bin/install.js | 7881 | // default '.claude' (self-replace with an identical string), which | COMMENT |
| LOW | bin/install.js | 8241 | // #2094: isTrae dropped — unused in this function after the | COMMENT |
| LOW | bin/install.js | 8601 | // Preserve user-owned dev-preferences.md if present (#1423 parity). | COMMENT |
| LOW | bin/install.js | 8641 | } | COMMENT |
| LOW | bin/install.js | 8661 | // #2875 defect fix: DEGRADE, never abort uninstall, when the staging | COMMENT |
| LOW | bin/install.js | 8681 | // tree, never copied by content) would have its REFERENT's bytes read | COMMENT |
| LOW | bin/install.js | 8881 | console.log(` ${green}✓${reset} Removed native plugin adapter (${runtime})`); | COMMENT |
| LOW | bin/install.js | 9761 | function writeManifest(configDir, runtime = DEFAULT_RUNTIME, options = {}) { | COMMENT |
| LOW | bin/install.js | 9781 | // All other runtimes that use the Codex-style skills layout use a flat skills/ root. | COMMENT |
| LOW | bin/install.js | 9801 | || path.join(configDir, 'agents'); | COMMENT |
| LOW | bin/install.js | 9821 | }; | COMMENT |
| LOW | bin/install.js | 9901 | if (fs.existsSync(dest)) { | COMMENT |
| 207 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | CONTEXT.md | 24 | Module owning phase-effort estimation and its calibration against measured reality (ADR-2629, epic #1952). Pure — no I/O | CODE |
| MEDIUM | CONTEXT.md | 361 | Human-facing discoverability catalog (`docs/registries/eos-registry.md`, generated from `docs/registries/eos.json`; issu | CODE |
| MEDIUM | CONTEXT.md | 390 | Default-off, BETA, claude-only Capability (`capabilities/claude-orchestration/`, `role: feature`, `runtimeCompat.support | CODE |
| MEDIUM | CONTEXT.md | 921 | `SESSION.2026-05-16=[multi-PR triage wave (#3577/3581/3640/3641/3642/3648/3649/3637/3639). Established global PreToolUse | CODE |
| MEDIUM | CHANGELOG.md | 511 | - **A default-off, BETA, claude-only "Claude orchestration" capability** — adopts Claude Code's Workflow tool (`/effort | CODE |
| MEDIUM | CHANGELOG.md | 655 | - **`phase.add` no longer silently mistakes a goal-shaped description for a phase title** — a long or multi-sentence des | CODE |
| MEDIUM | CHANGELOG.md | 786 | - **A default-off, BETA, claude-only "Claude orchestration" capability** — adopts Claude Code's Workflow tool (`/effort | 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 | …ies/claude-orchestration/fragments/execute-wave-pre.md | 1 | # Claude orchestration — Workflow execution backend (BETA) | COMMENT |
| 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/CONTEXT-INDEX.json | 1301 | "value": "[multi-PR triage wave (#3577/3581/3640/3641/3642/3648/3649/3637/3639). Established global PreToolUse hoo | CODE |
| MEDIUM | docs/CONFIGURATION.md | 403 | | `workflow.smart_zone_tokens` | number | `100000` | Smart-zone token budget for phase-effort estimation (#2630, [ADR-26 | CODE |
| MEDIUM | docs/whats-new-1.7.0.md | 57 | - A default-off, BETA, Claude-only **Claude orchestration capability** that adopts Claude Code's Workflow tool (#1143) — | CODE |
| MEDIUM | docs/FEATURES.md | 40 | - [Multi-Agent Orchestration](#25-multi-agent-orchestration) | CODE |
| MEDIUM | docs/FEATURES.md | 40 | - [Multi-Agent Orchestration](#25-multi-agent-orchestration) | CODE |
| MEDIUM | docs/FEATURES.md | 158 | - [Issue-Driven Orchestration Guide](#129-issue-driven-orchestration-guide) | CODE |
| MEDIUM | docs/FEATURES.md | 180 | - [Embeddable Orchestration System (Host-Integration Interface)](#149-embeddable-orchestration-system-host-integration | CODE |
| MEDIUM | docs/FEATURES.md | 185 | - [Claude Orchestration Capability (BETA)](#154-claude-orchestration-capability-beta) | CODE |
| MEDIUM | docs/AGENTS.md | 791 | - **Extraction discipline (#1578):** few-shot input→output exemplars plus a terminal schema restatement; marks a field a | CODE |
| MEDIUM | docs/AGENTS.md | 811 | - **Extraction discipline (#1578):** few-shot exemplars plus a terminal schema restatement and a mark-absent (no-fabrica | CODE |
| MEDIUM | docs/adr/1671-dynamic-context-management-platform.md | 51 | *The grounds are this ADR's own, not a borrowed citation.* MCP is runtime-partial (see **External practice** above, o | COMMENT |
| 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/adr/1143-claude-orchestration-capability.md | 12 | Confirmed shipped, on-tree: the capability is real and registered, not vaporware. `capabilities/claude-orchestration/cap | CODE |
| MEDIUM | …adr/443-opus48-unified-effort-and-fast-mode-routing.md | 17 | **The maintainer call above has been made: path (a).** Raised by #2475 — reviewer CLIs invoked as subprocesses by the re | CODE |
| MEDIUM | …adr/443-opus48-unified-effort-and-fast-mode-routing.md | 46 | **Why the original (b) wording does not fit, and what replaces it.** The unblock condition offered (b) as *"if the ADR's | CODE |
| MEDIUM | …adr/443-opus48-unified-effort-and-fast-mode-routing.md | 50 | **Why no consumer was invented to satisfy the gate.** The unblock condition is a proxy for design maturity; wiring a cal | CODE |
| 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 | 2757 | ### 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 | 1555 | "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 |
| MEDIUM | gsd-core/references/planning-config.md | 263 | | `workflow.smart_zone_tokens` | number | `100000` | Any positive integer | Smart-zone token budget for phase-effort est | CODE |
| MEDIUM | gsd-core/workflows/plan-phase.md | 97 | **#2401 — `prior_verify_commands` is NOT part of that enrichment and is never gated on `CONTEXT_WINDOW`.** It is a handf | CODE |
| MEDIUM | gsd-core/workflows/plan-phase.md | 99 | Parse JSON for: `researcher_model`, `planner_model`, `checker_model`, `research_enabled`, `plan_checker_enabled`, `nyqui | CODE |
| MEDIUM | gsd-core/workflows/fast.md | 59 | # fast writes no planning artifacts (its own guardrails forbid PLAN.md/SUMMARY.md); .planning/ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | bin/install.js | 1358 | function ensureCodexHooksJsonEvent(targetDir, eventName, opts = {}) { | CODE |
| LOW⚡ | bin/install.js | 1368 | function removeCodexHooksJsonEvent(targetDir, eventName) { | CODE |
| LOW⚡ | bin/install.js | 1372 | function removeCodexHooksJsonSessionStart(targetDir) { | CODE |
| LOW⚡ | bin/install.js | 13128 | function buildUpdateBannerPromptText() { | CODE |
| LOW | bin/install.js | 105 | function shouldNormalizeHyphenNamespaceInAgentBody(runtime) { | CODE |
| LOW | bin/install.js | 116 | function normalizeAgentBodyForRuntime(content, runtime, cmdNames) { | CODE |
| LOW | bin/install.js | 439 | function resolveSharedHooksDirName(runtime) { | CODE |
| LOW | bin/install.js | 1291 | function rewriteLegacyManagedNodeHookCommands(settings, absoluteRunner, opts) { | CODE |
| LOW | bin/install.js | 1331 | function ensureCodexHooksJsonSessionStart(targetDir, opts = {}) { | CODE |
| LOW | bin/install.js | 1396 | function resolveOpencodeConfigPath(configDir) { | CODE |
| LOW | bin/install.js | 1735 | function mapClaudeToolsToKimiTools(claudeTools, options = {}) { | CODE |
| LOW | bin/install.js | 1799 | function convertClaudeToKiloPermissionTool(claudeTool) { | CODE |
| LOW | bin/install.js | 1803 | function buildKiloAgentPermissionBlock(claudeTools) { | CODE |
| LOW | bin/install.js | 1821 | function replaceRelativePathReference(content, fromPath, toPath) { | CODE |
| LOW | bin/install.js | 1859 | function convertClaudeToCopilotContent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1889 | function convertClaudeCommandToCopilotSkill(content, skillName, _runtime = null, _cmdNames = null, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1982 | function convertClaudeCommandToClaudeSkill(content, skillName, runtime = null, cmdNames = null) { | CODE |
| LOW | bin/install.js | 2058 | function convertGsdCommandReferencesToKimiSkillInvocations(content, cmdNames) { | CODE |
| LOW | bin/install.js | 2078 | function convertClaudeCommandToKimiSkill(content, skillName, _runtime = null, cmdNames = null) { | CODE |
| LOW | bin/install.js | 2160 | function mapKimiAgentContractTools(toolNames, diagnostics, sourceName) { | CODE |
| LOW | bin/install.js | 2166 | function neutralizeKimiAgentPrompt(content) { | CODE |
| LOW | bin/install.js | 2348 | function convertClaudeAgentToCopilotAgent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 2386 | function convertClaudeToAntigravityContent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 2429 | function convertClaudeCommandToAntigravitySkill(content, skillName, _runtime = null, _cmdNames = null, isGlobal = false) | CODE |
| LOW | bin/install.js | 2447 | function convertClaudeAgentToAntigravityAgent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 2485 | function extractFrontmatterAndBody(content) { | CODE |
| LOW | bin/install.js | 2516 | function convertSlashCommandsToCursorSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2522 | function convertClaudeToCursorMarkdown(content) { | CODE |
| LOW | bin/install.js | 2546 | function getCursorSkillAdapterHeader(skillName) { | CODE |
| LOW | bin/install.js | 2572 | function convertClaudeCommandToCursorSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2598 | function convertClaudeAgentToCursorAgent(content) { | CODE |
| LOW | bin/install.js | 2637 | function convertSlashCommandsToTraeSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2643 | function convertClaudeToTraeMarkdown(content) { | CODE |
| LOW | bin/install.js | 2723 | function convertClaudeCommandToTraeSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2749 | function convertClaudeAgentToTraeAgent(content) { | CODE |
| LOW | bin/install.js | 2763 | function convertSlashCommandsToCodebuddySkillMentions(content) { | CODE |
| LOW | bin/install.js | 2769 | function convertClaudeToCodebuddyMarkdown(content) { | CODE |
| LOW | bin/install.js | 2788 | function convertClaudeCommandToCodebuddySkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2824 | function convertClaudeCommandToCodebuddyCommand(content, commandName) { | CODE |
| LOW | bin/install.js | 2845 | function convertClaudeAgentToCodebuddyAgent(content) { | CODE |
| LOW | bin/install.js | 2861 | function convertClaudeToCliineMarkdown(content) { | CODE |
| LOW | bin/install.js | 2884 | function convertClaudeAgentToClineAgent(content) { | CODE |
| LOW | bin/install.js | 2904 | function convertClaudeCommandToClineSkill(content, skillName, runtime = null, cmdNames = null) { | CODE |
| LOW | bin/install.js | 3579 | function projectNamedDispatchToStructuralDelegate(content, dispatch, toolConfig) { | CODE |
| LOW | bin/install.js | 3732 | function convertClaudeToHermesMarkdown(content, ctx) { | CODE |
| LOW | bin/install.js | 3752 | function convertSlashCommandsToCodexSkillMentions(content) { | CODE |
| LOW | bin/install.js | 3776 | function rewriteBareGsdToolsCommandsForCodex(content) { | CODE |
| LOW | bin/install.js | 3784 | function convertClaudeToCodexMarkdown(content) { | CODE |
| LOW | bin/install.js | 3818 | function getCodexSkillAdapterHeader(skillName) { | CODE |
| LOW | bin/install.js | 3918 | function convertClaudeCommandToCodexSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 3940 | function convertClaudeAgentToCodexAgent(content) { | CODE |
| LOW | bin/install.js | 4224 | function cleanupCodexSkillMetadataSidecars(skillsDir) { | CODE |
| LOW | bin/install.js | 4270 | function cleanupWindsurfLegacyDevinSkills(workspaceDir) { | CODE |
| LOW | bin/install.js | 4325 | function cleanupMovedSkillsOldLocation(oldSkillsDir, prefix) { | CODE |
| LOW | bin/install.js | 4435 | function extractCodexUserAgentsScalars(content) { | CODE |
| LOW | bin/install.js | 4483 | function stripCodexGsdAgentSections(content) { | CODE |
| LOW | bin/install.js | 4698 | function findMultilineBasicStringClose(line, startIndex) { | CODE |
| LOW | bin/install.js | 4715 | function advanceTomlMultilineStringState(line, multilineState) { | CODE |
| LOW | bin/install.js | 5089 | function stripCodexHooksFeatureAssignments(content, ownership = null) { | CODE |
| LOW | bin/install.js | 5167 | function getManagedCodexHooksOwnership(content) { | CODE |
| 33 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | agents/gsd-plan-checker.md | 414 | - `"future enhancement"`, `"placeholder"`, `"basic version"`, `"minimal"` | CODE |
| LOW | agents/gsd-executor.md | 683 | - 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 | 2677 | - REQ-SKETCH-04: Sketches MUST use real-ish content, not lorem ipsum | CODE |
| LOW | docs/features/sketch-command.md | 15 | - REQ-SKETCH-04: Sketches MUST use real-ish content, not lorem ipsum | CODE |
| LOW | docs/ja-JP/FEATURES.md | 2536 | - REQ-SKETCH-04: スケッチはリアルに近いコンテンツを使用しなければならない( lorem ipsum ではない) | CODE |
| LOW | docs/zh-CN/FEATURES.md | 2552 | - 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 | 92 | - "future enhancement", "placeholder", "basic version", "minimal implementation" | CODE |
| LOW | gsd-core/workflows/sketch.md | 238 | - 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 |
|---|---|---|---|---|
| MEDIUM | .github/workflows/release.yml | 538 | # and a nested reusable workflow can only downgrade, never elevate. | 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 | 81 | | src/app/api/chat/route.ts | 12 | `// TODO: implement` | ⚠️ Warning | Indicates incomplete | | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/base64-scan.sh | 331 | # Check if decoded content is mostly printable text (not random binary) | COMMENT |