A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
This report presents the forensic synthetic code analysis of gsd-build/get-shit-done, a JavaScript project with 64,752 GitHub stars. SynthScan v2.0 examined 214,680 lines of code across 1130 source files, recording 1165 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 12.6 places this repository in the Low AI signal 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 1165 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 |
|---|---|---|---|---|
| MEDIUM⚡ | bin/install.js | 2515 | // ── End Cline converters ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | bin/install.js | 9931 | // ─── Update banner (#2795) ────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | bin/install.js | 9931 | // ─── Update banner (#2795) ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 2487 | // ── Cline converters ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 7378 | // ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | bin/install.js | 7380 | // ────────────────────────────────────────────────────── | 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 | sdk/src/cli-transport.ts | 11 | // ─── ANSI escape constants (no dependency per D021) ────────────────────────── | COMMENT |
| MEDIUM | sdk/src/cli-transport.ts | 21 | // ─── Helpers ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/cli-transport.ts | 45 | // ─── CLITransport ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/cli-transport.ts | 70 | // ─── Private formatting ──────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/context-truncation.ts | 12 | // ─── Types ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/context-truncation.ts | 23 | // ─── Markdown-aware truncation ────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/context-truncation.ts | 119 | // ─── Milestone extraction ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/phase-prompt.ts | 20 | // ─── Workflow file mapping ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/phase-prompt.ts | 34 | // ─── XML block extraction ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/phase-prompt.ts | 65 | // ─── YAML frontmatter stripping ───────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/phase-prompt.ts | 76 | // ─── PromptFactory class ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/research-gate.ts | 9 | // ─── Types ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/research-gate.ts | 18 | // ─── Open questions detection ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/context-truncation.test.ts | 8 | // ─── truncateMarkdown ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/context-truncation.test.ts | 76 | // ─── extractCurrentMilestone ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/gsd-tools.ts | 27 | // ─── GSDTools class ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/gsd-tools.ts | 139 | // ─── Core exec ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/gsd-tools.ts | 149 | // ─── Raw exec (no JSON parsing) ─────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/gsd-tools.ts | 163 | // ─── Typed convenience methods ───────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/plan-parser.ts | 20 | // ─── YAML frontmatter extraction ───────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/plan-parser.ts | 155 | // ─── must_haves block parsing ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/plan-parser.ts | 214 | // ─── XML task extraction ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/plan-parser.ts | 309 | // ─── Section extraction ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/plan-parser.ts | 350 | // ─── Public API ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/session-runner.test.ts | 14 | // ─── Mock the Agent SDK ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | sdk/src/session-runner.test.ts | 46 | // ─── Import SUT after mock is hoisted ──────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | sdk/src/session-runner.test.ts | 50 | // ─── Helpers ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | sdk/src/session-runner.test.ts | 56 | // ─── Tests ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/session-runner.test.ts | 99 | // ─── #2832: runtime-aware model resolution ───────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/session-runner.test.ts | 99 | // ─── #2832: runtime-aware model resolution ───────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/research-gate.test.ts | 5 | // ── Pass cases ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/research-gate.test.ts | 65 | // ── Fail cases ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/research-gate.test.ts | 148 | // ── Edge cases ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/errors.ts | 18 | // ─── Error Classification ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/errors.ts | 35 | // ─── GSDError ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/errors.ts | 53 | // ─── Exit code mapping ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/tool-scoping.ts | 15 | // ─── Phase default tool sets ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/tool-scoping.ts | 26 | // ─── Phase → agent definition filename ────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/tool-scoping.ts | 41 | // ─── Public API ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/event-stream.ts | 53 | // ─── Mapping context ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/event-stream.ts | 60 | // ─── GSDEventStream ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/event-stream.ts | 74 | // ─── Transport management ──────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/event-stream.ts | 98 | // ─── Event emission ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/event-stream.ts | 117 | // ─── SDKMessage mapping ────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/event-stream.ts | 176 | // ─── Cost tracking ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/event-stream.ts | 203 | // ─── Private mappers ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/cli.ts | 23 | // ─── Parsed CLI args ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/cli.ts | 182 | // ─── Usage ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/cli.ts | 224 | // ─── Init input resolution ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/cli.ts | 281 | // ─── Main ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/cli.ts | 313 | // ─── Query command ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | sdk/src/cli.ts | 356 | // ─── Init command ───────────────────────────────────────────────────────── | COMMENT |
| 634 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | agents/gsd-project-researcher.md | 554 | ## Step 1: Receive Research Scope | COMMENT |
| LOW⚡ | agents/gsd-project-researcher.md | 558 | ## Step 2: Identify Research Domains | COMMENT |
| LOW⚡ | agents/gsd-project-researcher.md | 565 | ## Step 3: Execute Research | COMMENT |
| LOW⚡ | agents/gsd-project-researcher.md | 569 | ## Step 4: Quality Check | COMMENT |
| LOW⚡ | agents/gsd-project-researcher.md | 573 | ## Step 5: Write Output Files | COMMENT |
| LOW | agents/gsd-project-researcher.md | 586 | ## 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 | 51 | ## Step 1: Read Research Files | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 70 | ## Step 2: Synthesize Executive Summary | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 79 | ## Step 3: Extract Key Findings | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 99 | ## Step 4: Derive Roadmap Implications | COMMENT |
| LOW | agents/gsd-research-synthesizer.md | 118 | ## Step 5: Assess Confidence | COMMENT |
| LOW⚡ | agents/gsd-research-synthesizer.md | 129 | ## Step 6: Write SUMMARY.md | COMMENT |
| LOW⚡ | agents/gsd-research-synthesizer.md | 137 | ## Step 7: Commit All Research | COMMENT |
| LOW⚡ | agents/gsd-research-synthesizer.md | 145 | ## Step 8: Return Summary | COMMENT |
| LOW⚡ | agents/gsd-code-fixer.md | 334 | # Step 2: drop the worktree. If this succeeds and the process is then | COMMENT |
| LOW⚡ | agents/gsd-code-fixer.md | 343 | # Step 3: delete the temp branch ONLY if the fast-forward succeeded. If | COMMENT |
| LOW⚡ | agents/gsd-code-fixer.md | 349 | # Step 4: drop the recovery sentinel ONLY after `git worktree remove` | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 248 | ## Step 1: Load Context | COMMENT |
| LOW | agents/gsd-ui-researcher.md | 255 | ## Step 2: Scout Existing UI | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 273 | ## Step 3: shadcn Gate | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 277 | ## Step 4: Design Contract Questions | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 286 | ## Step 5: Compile UI-SPEC.md | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 292 | ## Step 6: Commit (optional) | COMMENT |
| LOW⚡ | agents/gsd-ui-researcher.md | 298 | ## Step 7: Return Structured Result | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 211 | ### Step 1: Orientation | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 218 | ### Step 2: Stack Detection | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 225 | ### Step 3: File Graph | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 236 | ### Step 4: API Surface | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 245 | ### Step 5: Dependencies | COMMENT |
| LOW⚡ | agents/gsd-intel-updater.md | 254 | ### Step 6: Architecture | COMMENT |
| LOW | agents/gsd-intel-updater.md | 271 | ### Step 7: Snapshot | COMMENT |
| LOW | agents/gsd-roadmapper.md | 436 | ## Step 1: Receive Context | COMMENT |
| LOW | agents/gsd-roadmapper.md | 446 | ## Step 2: Extract Requirements | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 463 | ## Step 3: Load Research Context (if exists) | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 472 | ## Step 4: Identify Phases | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 480 | ## Step 5: Derive Success Criteria | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 488 | ## Step 6: Validate Coverage | COMMENT |
| LOW⚡ | agents/gsd-roadmapper.md | 496 | ## Step 7: Write Files Immediately | COMMENT |
| LOW | agents/gsd-roadmapper.md | 510 | ## Step 8: Return Summary | COMMENT |
| LOW | agents/gsd-roadmapper.md | 514 | ## Step 9: Handle Revision (if needed) | COMMENT |
| LOW | agents/gsd-integration-checker.md | 88 | ## Step 1: Build Export/Import Map | COMMENT |
| LOW | agents/gsd-integration-checker.md | 118 | ## Step 2: Verify Export Usage | COMMENT |
| LOW | agents/gsd-integration-checker.md | 157 | ## Step 3: Verify API Coverage | COMMENT |
| LOW | agents/gsd-integration-checker.md | 204 | ## Step 4: Verify Auth Protection | COMMENT |
| LOW | agents/gsd-integration-checker.md | 238 | ## Step 5: Verify E2E Flows | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 250 | # Step 1: Login form exists | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 254 | # Step 2: Form submits to API | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 260 | # Step 3: API route exists | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 264 | # Step 4: Redirect after success | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 282 | # Step 1: Component exists | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 287 | # Step 2: Fetches data | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 291 | # Step 3: Has state for data | COMMENT |
| LOW⚡ | agents/gsd-integration-checker.md | 295 | # Step 4: Renders data | COMMENT |
| 123 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | bin/install.js | 2505 | function convertClaudeAgentToClineAgent(content) { | CODE |
| LOW⚡ | bin/install.js | 2517 | function convertSlashCommandsToCodexSkillMentions(content) { | CODE |
| LOW⚡ | bin/install.js | 9938 | function buildUpdateBannerPromptText() { | CODE |
| LOW | bin/install.js | 49 | function shouldNormalizeHyphenNamespaceInAgentBody(runtime) { | CODE |
| LOW | bin/install.js | 60 | function normalizeAgentBodyForRuntime(content, runtime, cmdNames) { | CODE |
| LOW | bin/install.js | 734 | function rewriteLegacyManagedNodeHookCommands(settings, absoluteRunner, opts) { | CODE |
| LOW | bin/install.js | 869 | function rewriteLegacyCodexHookBlock(content, absoluteRunner, opts) { | CODE |
| LOW | bin/install.js | 911 | function reconcileCodexHooksJsonSessionStart(targetDir, opts = {}) { | CODE |
| LOW | bin/install.js | 1015 | function buildCodexHookWindowsShimIR(scriptAbsPath, absoluteRunnerToken) { | CODE |
| LOW | bin/install.js | 1075 | function ensureCodexHooksJsonSessionStart(targetDir, opts = {}) { | CODE |
| LOW | bin/install.js | 1121 | function removeCodexHooksJsonSessionStart(targetDir) { | CODE |
| LOW | bin/install.js | 1181 | function resolveOpencodeConfigPath(configDir) { | CODE |
| LOW | bin/install.js | 1292 | function readGsdGlobalModelOverrides() { | CODE |
| LOW | bin/install.js | 1331 | function readGsdEffectiveModelOverrides(targetDir = null) { | CODE |
| LOW | bin/install.js | 1407 | function readGsdRuntimeProfileResolver(targetDir = null) { | CODE |
| LOW | bin/install.js | 1671 | function convertClaudeToKiloPermissionTool(claudeTool) { | CODE |
| LOW | bin/install.js | 1675 | function buildKiloAgentPermissionBlock(claudeTools) { | CODE |
| LOW | bin/install.js | 1697 | function replaceRelativePathReference(content, fromPath, toPath) { | CODE |
| LOW | bin/install.js | 1733 | function convertClaudeToCopilotContent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1762 | function convertClaudeCommandToCopilotSkill(content, skillName, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1821 | function convertClaudeCommandToClaudeSkill(content, skillName, runtime = null, cmdNames = null) { | CODE |
| LOW | bin/install.js | 1866 | function convertClaudeAgentToCopilotAgent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1903 | function convertClaudeToAntigravityContent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1932 | function convertClaudeCommandToAntigravitySkill(content, skillName, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1950 | function convertClaudeAgentToAntigravityAgent(content, isGlobal = false) { | CODE |
| LOW | bin/install.js | 1988 | function extractFrontmatterAndBody(content) { | CODE |
| LOW | bin/install.js | 2035 | function convertSlashCommandsToCursorSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2041 | function convertClaudeToCursorMarkdown(content) { | CODE |
| LOW | bin/install.js | 2064 | function getCursorSkillAdapterHeader(skillName) { | CODE |
| LOW | bin/install.js | 2090 | function convertClaudeCommandToCursorSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2112 | function convertClaudeAgentToCursorAgent(content) { | CODE |
| LOW | bin/install.js | 2154 | function convertSlashCommandsToWindsurfSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2159 | function convertClaudeToWindsurfMarkdown(content) { | CODE |
| LOW | bin/install.js | 2182 | function getWindsurfSkillAdapterHeader(skillName) { | CODE |
| LOW | bin/install.js | 2208 | function convertClaudeCommandToWindsurfSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2230 | function convertClaudeAgentToWindsurfAgent(content) { | CODE |
| LOW | bin/install.js | 2275 | function convertSlashCommandsToAugmentSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2279 | function convertClaudeToAugmentMarkdown(content) { | CODE |
| LOW | bin/install.js | 2304 | function getAugmentSkillAdapterHeader(skillName) { | CODE |
| LOW | bin/install.js | 2334 | function convertClaudeCommandToAugmentSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2356 | function convertClaudeAgentToAugmentAgent(content) { | CODE |
| LOW | bin/install.js | 2375 | function convertSlashCommandsToTraeSkillMentions(content) { | CODE |
| LOW | bin/install.js | 2381 | function convertClaudeToTraeMarkdown(content) { | CODE |
| LOW | bin/install.js | 2401 | function convertClaudeCommandToTraeSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2418 | function convertClaudeAgentToTraeAgent(content) { | CODE |
| LOW | bin/install.js | 2432 | function convertSlashCommandsToCodebuddySkillMentions(content) { | CODE |
| LOW | bin/install.js | 2438 | function convertClaudeToCodebuddyMarkdown(content) { | CODE |
| LOW | bin/install.js | 2456 | function convertClaudeCommandToCodebuddySkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2473 | function convertClaudeAgentToCodebuddyAgent(content) { | CODE |
| LOW | bin/install.js | 2489 | function convertClaudeToCliineMarkdown(content) { | CODE |
| LOW | bin/install.js | 2531 | function convertClaudeToCodexMarkdown(content) { | CODE |
| LOW | bin/install.js | 2558 | function getCodexSkillAdapterHeader(skillName) { | CODE |
| LOW | bin/install.js | 2622 | function convertClaudeCommandToCodexSkill(content, skillName) { | CODE |
| LOW | bin/install.js | 2644 | function convertClaudeAgentToCodexAgent(content) { | CODE |
| LOW | bin/install.js | 2755 | function stripCodexGsdAgentSections(content) { | CODE |
| LOW | bin/install.js | 2945 | function findMultilineBasicStringClose(line, startIndex) { | CODE |
| LOW | bin/install.js | 2962 | function advanceTomlMultilineStringState(line, multilineState) { | CODE |
| LOW | bin/install.js | 3336 | function stripCodexHooksFeatureAssignments(content, ownership = null) { | CODE |
| LOW | bin/install.js | 3414 | function getManagedCodexHooksOwnership(content) { | CODE |
| LOW | bin/install.js | 3425 | function setManagedCodexHooksOwnership(content, ownership) { | CODE |
| 118 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .coderabbit.yaml | 1 | # CodeRabbit configuration — gsd-build/get-shit-done | COMMENT |
| LOW | .coderabbit.yaml | 21 | # checks, line-level findings) which we want to keep. | COMMENT |
| LOW | bin/install.js | 741 | for (const entry of entries) { | COMMENT |
| LOW | bin/install.js | 3481 | // managed `gsd-*` names, and the legacy bare-table and sequence forms | COMMENT |
| LOW | bin/install.js | 3681 | // Find flat [[hooks]] array-of-tables entries (path === 'hooks', array === true). | COMMENT |
| LOW | bin/install.js | 3801 | legacyHooksSections.map(({ start, end }) => ({ start, end })), | COMMENT |
| LOW | bin/install.js | 4041 | // rejects. Accept TOML floats and store as JS Number.) | COMMENT |
| LOW | bin/install.js | 4101 | // pathShape: dotted path -> 'table' | 'array' | 'inline_parent' | 'key' | COMMENT |
| LOW | bin/install.js | 4941 | // GSD install before generic .claude → .codex conversion rewrites it. | COMMENT |
| LOW | bin/install.js | 5081 | // sentence-ending punctuation like `/gsd-help.` because `.` at end of | COMMENT |
| LOW | bin/install.js | 6261 | fs.mkdirSync(dest, { recursive: true }); | COMMENT |
| LOW | bin/install.js | 7921 | } | COMMENT |
| LOW | bin/install.js | 8021 | // Save any locally modified GSD files before they get wiped. | COMMENT |
| LOW | bin/install.js | 8041 | // reflect the true pre-GSD state. Non-Codex runtimes skip this block. | COMMENT |
| LOW | bin/install.js | 8201 | // Runtime scope comes from docs/installer-migrations.md#runtime-configuration-contract-registry: | COMMENT |
| LOW | bin/install.js | 8221 | // no stdin TTY and therefore no way to answer prompt-user migration | COMMENT |
| LOW | bin/install.js | 8261 | blocked: [], | COMMENT |
| LOW | bin/install.js | 8341 | } else { | COMMENT |
| LOW | bin/install.js | 9121 | } catch (e) { | COMMENT |
| LOW | bin/install.js | 9221 | console.log(` ${green}✓${reset} Rewrote legacy bare-node managed-hook commands to absolute path (#2979)`); | COMMENT |
| LOW | bin/install.js | 10421 | // secondary `gsd-sdk` shim is left dangling under the npx cache and is NOT | COMMENT |
| LOW | bin/install.js | 10461 | // shells may have a different PATH — Windows cross-shell .cmd/no-ext | COMMENT |
| LOW | bin/install.js | 10941 | // Replace any existing entry — it may be stale (prior install of an | COMMENT |
| LOW | bin/install.js | 11161 | // install set can host the banner (e.g. Codex/Copilot/Cursor/Windsurf/ | COMMENT |
| LOW | agents/gsd-code-fixer.md | 221 | # but the shell snippet below is illustrative — adapt once config is parsed). | COMMENT |
| LOW | agents/gsd-code-fixer.md | 301 | 6. **Write the recovery sentinel** at `${phase_dir}/.review-fix-recovery-pending.json` containing `{worktree_path, branc | COMMENT |
| LOW | agents/gsd-code-fixer.md | 321 | ff_status=0 | COMMENT |
| LOW | sdk/src/config.test.ts | 181 | // model aliases from MODEL_PROFILES via resolveModel even when the user | COMMENT |
| LOW | sdk/src/runtime-bridge-sync/index.ts | 81 | errorKind: SyncErrorKind; | COMMENT |
| LOW | sdk/src/query/verify.ts | 641 | message: result.message, | COMMENT |
| LOW | sdk/src/query/check-ship-ready.test.ts | 121 | // the shell. | COMMENT |
| LOW | sdk/src/query/check-ship-ready.test.ts | 221 | // No interpolation site exists for those today, but locking the | COMMENT |
| LOW | sdk/src/query/phase-lifecycle.ts | 881 | // #3601: the end-of-section lookahead is DEPTH-AWARE. The named capture | COMMENT |
| LOW | sdk/src/query/phase-lifecycle.ts | 941 | // kebab-case slug, then -PLAN.md / -SUMMARY.md). | COMMENT |
| LOW | sdk/src/query/phase-lifecycle.ts | 1241 | COMMENT | |
| LOW | sdk/src/query/roadmap.test.ts | 601 | COMMENT | |
| LOW | sdk/src/query/roadmap.test.ts | 741 | // Heading slice is what got returned — original `### v0.9` heading | COMMENT |
| LOW | sdk/src/query/config-mutation.ts | 561 | } catch { | COMMENT |
| LOW | sdk/src/query/commit.test.ts | 341 | }); | COMMENT |
| LOW | sdk/src/query/roadmap.ts | 221 | // milestone's phase details inside a collapsible block whose <summary> | COMMENT |
| LOW | sdk/src/query/roadmap.ts | 241 | // ${escapedVersion} inline HTML in the summary text | COMMENT |
| LOW | sdk/src/query/roadmap.ts | 301 | // `i` flag ensures the `(?!Phase\s+\S)` lookahead matches PHASE/phase too | COMMENT |
| LOW | sdk/src/query/roadmap.ts | 321 | sectionEnd = sectionStart + sectionMatch[0].length + m.index; | COMMENT |
| LOW | sdk/src/query/phase.ts | 501 | // Build a map from plan ID → RawPlan for fast lookup. | COMMENT |
| LOW | hooks/gsd-prompt-guard.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | hooks/gsd-read-guard.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | hooks/gsd-read-guard.js | 41 | // Detection signals, in priority order: | COMMENT |
| LOW | hooks/gsd-graphify-update.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | hooks/gsd-session-state.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | hooks/gsd-update-banner.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | hooks/gsd-context-monitor.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | hooks/gsd-read-injection-scanner.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | hooks/gsd-workflow-guard.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | hooks/lib/gsd-graphify-rebuild.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/base64-scan.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/prompt-injection-scan.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/secret-scan.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/build-hooks.js | 161 | // from their before() hooks; fs.copyFileSync truncates then writes the | COMMENT |
| LOW | .github/workflows/hotfix.yml | 1 | name: Hotfix Release | COMMENT |
| LOW | .github/workflows/release-sdk.yml | 1 | # Release SDK Bundle | COMMENT |
| 8 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | CONTEXT.md | 535 | `SESSION.2026-05-16=[multi-PR triage wave (#3577/3581/3640/3641/3642/3648/3649/3637/3639). Established global PreToolUse | CODE |
| MEDIUM | CHANGELOG.md | 530 | - **Phase 2 caller migration (#2122)** — Workflows, agents, and commands prefer `gsd-sdk query` for registered handlers; | CODE |
| MEDIUM | .changeset/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 | 156 | - [Issue-Driven Orchestration Guide](#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 | sdk/src/query/state-mutation.ts | 692 | // Section absent — DWIM: auto-create canonical ## Performance Metrics scaffold, | COMMENT |
| MEDIUM | sdk/src/query/state-mutation.ts | 692 | // Section absent — DWIM: auto-create canonical ## Performance Metrics scaffold, | COMMENT |
| MEDIUM | sdk/src/query/state-mutation.ts | 830 | // canonical `## Decisions` scaffold and append the entry. Matches the | COMMENT |
| MEDIUM | sdk/src/query/state-mutation.ts | 830 | // canonical `## Decisions` scaffold and append the entry. Matches the | COMMENT |
| MEDIUM | sdk/src/query/state-mutation.ts | 883 | // canonical `### Blockers` scaffold and append the entry. Bug #3286 | COMMENT |
| MEDIUM | sdk/src/query/state-mutation.ts | 883 | // canonical `### Blockers` scaffold and append the entry. Bug #3286 | COMMENT |
| 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 | agents/gsd-plan-checker.md | 354 | - `"future enhancement"`, `"placeholder"`, `"basic version"`, `"minimal"` | CODE |
| LOW | agents/gsd-executor.md | 625 | - Placeholder text: "not available", "coming soon", "placeholder", "TODO", "FIXME" | CODE |
| LOW | agents/gsd-planner.md | 80 | - "future enhancement", "placeholder", "basic version", "minimal implementation" | CODE |
| LOW | docs/FEATURES.md | 2571 | - REQ-SKETCH-04: Sketches MUST use real-ish content, not 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 | sdk/src/init-e2e.integration.test.ts | 55 | execSync('git config user.email "test@test.com"', { cwd: tmpDir, stdio: 'ignore' }); | CODE |
| LOW⚡ | sdk/src/lifecycle-e2e.integration.test.ts | 70 | execSync('git config user.email "test@test.com"', { cwd: tmpDir, stdio: 'ignore' }); | CODE |
| LOW | sdk/src/query/websearch.test.ts | 20 | process.env.BRAVE_API_KEY = 'test-dummy-key'; | CODE |
| LOW⚡ | sdk/src/query/commit.test.ts | 22 | execSync('git config user.email "test@test.com"', { cwd: tmpDir, stdio: 'pipe' }); | CODE |
| LOW | sdk/src/query/config-query.test.ts | 468 | const result = await configGet(['brave_search', '--default', 'placeholder'], tmpDir); | CODE |
| LOW | sdk/src/query/config-query.test.ts | 470 | expect(result.data).toBe('placeholder'); | CODE |
| LOW | get-shit-done/references/verification-patterns.md | 34 | grep -E "placeholder|lorem ipsum|coming soon|under construction" "$file" -i | CODE |
| LOW | get-shit-done/references/verification-patterns.md | 70 | grep -E "return.*<" "$component_path" | grep -v "return.*null" | grep -v "placeholder" -i | CODE |
| LOW | get-shit-done/references/planner-antipatterns.md | 86 | - "future enhancement", "placeholder", "basic version", "minimal implementation" | CODE |
| LOW | get-shit-done/workflows/sketch.md | 236 | - 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 | get-shit-done/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/base64-scan.sh | 7 | # 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⚡ | sdk/src/prompt-sanitizer.ts | 103 | // Step 1: Resolve @-file references to inline content | COMMENT |
| LOW⚡ | sdk/src/prompt-sanitizer.ts | 106 | // Step 2: Strip interactive-only patterns | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | get-shit-done/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 | get-shit-done/templates/verification-report.md | 69 | | src/app/api/chat/route.ts | 12 | `// TODO: implement` | ⚠️ Warning | Indicates incomplete | | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/base64-scan.sh | 183 | # Check if decoded content is mostly printable text (not random binary) | COMMENT |