Repository Analysis

UfoMiao/zcf

Zero-Config Code Flow for Claude code & Codex

3.0 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of UfoMiao/zcf, a TypeScript project with 6,075 GitHub stars. SynthScan v2.0 examined 137,335 lines of code across 582 source files, recording 227 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 3.0 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).

3.0
Adjusted Score
3.0
Raw Score
100%
Time Factor
2026-07-13
Last Push
6.1K
Stars
TypeScript
Language
137.3K
Lines of Code
582
Files
227
Pattern Hits
2026-07-14
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 0HIGH 14MEDIUM 0LOW 213

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 227 distinct pattern matches across 6 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.

Structural Annotation Overuse107 hits · 213 pts
SeverityFileLineSnippetContext
LOW…history/2026-01-09_001414_fix-toml-top-level-fields.md24### Step 1: Refactor `updateTopLevelTomlFields()` functionCOMMENT
LOW…history/2026-01-09_001414_fix-toml-top-level-fields.md34### Step 2: Add helper functionsCOMMENT
LOW…history/2026-01-09_001414_fix-toml-top-level-fields.md38### Step 3: Write/update test casesCOMMENT
LOW…history/2026-01-09_001414_fix-toml-top-level-fields.md48### Step 4: Run tests to verifyCOMMENT
LOW.zcf/plan/history/ccometixline-statusline-config.md81### Step 1: Type Definitions (2 min)COMMENT
LOW.zcf/plan/history/ccometixline-statusline-config.md85### Step 2: Write Test Cases (5 min)COMMENT
LOW.zcf/plan/history/ccometixline-statusline-config.md89### Step 3: Update Configuration Template (3 min)COMMENT
LOW.zcf/plan/history/ccometixline-statusline-config.md93### Step 4: Implement Configuration Logic (5 min)COMMENT
LOW.zcf/plan/history/ccometixline-statusline-config.md97### Step 5: Integration Testing (3 min)COMMENT
LOW.zcf/plan/history/ccometixline-statusline-config.md100### Step 6: Documentation Updates (2 min)COMMENT
LOW.zcf/plan/history/ccr-skip-option.md16### Step 1: Add i18n translationsCOMMENT
LOW.zcf/plan/history/ccr-skip-option.md20### Step 2: Modify preset selection logicCOMMENT
LOW.zcf/plan/history/ccr-skip-option.md25### Step 3: Handle skip logicCOMMENT
LOW.zcf/plan/history/ccr-skip-option.md30### Step 4: Implement CCR restart and status checkCOMMENT
LOW.zcf/plan/history/ccr-skip-option.md35### Step 5: Add configuration completion tipsCOMMENT
LOW.zcf/plan/history/ccr-skip-option.md39### Step 6: Update testsCOMMENT
LOW.zcf/plan/history/2026-01-12_091556_更新codex模型配置选项.md18### Step 1: 更新 src/utils/features.tsCOMMENT
LOW.zcf/plan/history/2026-01-12_091556_更新codex模型配置选项.md32### Step 2: 更新 src/utils/code-tools/codex.tsCOMMENT
LOW.zcf/plan/history/2026-01-12_091556_更新codex模型配置选项.md45### Step 3: 更新 src/utils/code-tools/codex-config-switch.tsCOMMENT
LOW.zcf/plan/history/2026-01-12_091556_更新codex模型配置选项.md58### Step 4: 更新 src/commands/init.tsCOMMENT
LOW.zcf/plan/history/2026-01-12_091556_更新codex模型配置选项.md69### Step 5: 更新中文翻译文件COMMENT
LOW.zcf/plan/history/2026-01-12_091556_更新codex模型配置选项.md91### Step 6: 更新英文翻译文件COMMENT
LOW.zcf/plan/history/2026-01-12_091556_更新codex模型配置选项.md113### Step 7: 运行测试验证COMMENT
LOW.zcf/plan/history/refactor-output-styles-to-common.md13### Step 1: Create Common Output Styles Directory StructureCOMMENT
LOW.zcf/plan/history/refactor-output-styles-to-common.md31### Step 2: Update Claude Code Output Style ReferenceCOMMENT
LOW.zcf/plan/history/refactor-output-styles-to-common.md43### Step 3: Update Codex System Prompt ReferenceCOMMENT
LOW.zcf/plan/history/refactor-output-styles-to-common.md56### Step 4: Delete Duplicate Template FilesCOMMENT
LOW.zcf/plan/history/refactor-output-styles-to-common.md63### Step 5: Update DocumentationCOMMENT
LOW.zcf/plan/history/refactor-output-styles-to-common.md70### Step 6: Run TestsCOMMENT
LOW…/history/2026-01-28_004229_remove-codex-chat-format.md11### Step 1: Modify api-providers.tsCOMMENT
LOW…/history/2026-01-28_004229_remove-codex-chat-format.md15### Step 2: Modify codex-provider-manager.tsCOMMENT
LOW…/history/2026-01-28_004229_remove-codex-chat-format.md19### Step 3: Modify codex.tsCOMMENT
LOW…/history/2026-01-28_004229_remove-codex-chat-format.md23### Step 4: Modify codex-config-switch.tsCOMMENT
LOW…/history/2026-01-28_004229_remove-codex-chat-format.md27### Step 5: Modify init.tsCOMMENT
LOW…/history/2026-01-28_004229_remove-codex-chat-format.md30### Step 6: Update i18n filesCOMMENT
LOW…/history/2026-01-28_004229_remove-codex-chat-format.md34### Step 7: Run testsCOMMENT
LOW…cf/plan/history/codex-mcp-extra-fields-preservation.md39### Step 1: Enhance Type DefinitionCOMMENT
LOW…cf/plan/history/codex-mcp-extra-fields-preservation.md54### Step 2: Modify parseCodexConfig FunctionCOMMENT
LOW…cf/plan/history/codex-mcp-extra-fields-preservation.md61### Step 3: Create TOML Field FormatterCOMMENT
LOW…cf/plan/history/codex-mcp-extra-fields-preservation.md68### Step 4: Modify renderCodexConfig FunctionCOMMENT
LOW…cf/plan/history/codex-mcp-extra-fields-preservation.md75### Step 5: Write Unit TestsCOMMENT
LOW…cf/plan/history/codex-mcp-extra-fields-preservation.md84### Step 6: Write Edge Case TestsCOMMENT
LOW…cf/plan/history/codex-mcp-extra-fields-preservation.md93### Step 7: Update DocumentationCOMMENT
LOW.zcf/plan/history/env-permission-config.md11### Step 1: 创建简化的配置导入功能COMMENT
LOW.zcf/plan/history/env-permission-config.md18### Step 2: 更新国际化文本COMMENT
LOW.zcf/plan/history/env-permission-config.md24### Step 3: 更新功能模块COMMENT
LOW.zcf/plan/history/env-permission-config.md29### Step 4: 集成到菜单系统COMMENT
LOW…26-01-12_085710_fix-issue-259-mcp-config-corruption.md39### Step 1: Create codex-toml-updater.tsCOMMENT
LOW…26-01-12_085710_fix-issue-259-mcp-config-corruption.md48### Step 2: Modify API Call Sites (8 locations)COMMENT
LOW…26-01-12_085710_fix-issue-259-mcp-config-corruption.md62### Step 3: Modify MCP Call Sites (3 locations)COMMENT
LOW…26-01-12_085710_fix-issue-259-mcp-config-corruption.md70### Step 4: VerificationCOMMENT
LOW.zcf/plan/history/refactor-git-workflow-templates.md52### Step 1: Create shared directory structureCOMMENT
LOW.zcf/plan/history/refactor-git-workflow-templates.md56### Step 2: Move English git workflow filesCOMMENT
LOW.zcf/plan/history/refactor-git-workflow-templates.md61### Step 3: Move Chinese git workflow filesCOMMENT
LOW.zcf/plan/history/refactor-git-workflow-templates.md66### Step 4: Delete duplicate filesCOMMENT
LOW.zcf/plan/history/refactor-git-workflow-templates.md72### Step 5: Update workflow-installer.tsCOMMENT
LOW.zcf/plan/history/refactor-git-workflow-templates.md77### Step 6: Update documentationCOMMENT
LOW.zcf/plan/history/refactor-sixStep-to-common.md21### Step 1: Create common/workflow/sixStep template files ✅COMMENT
LOW.zcf/plan/history/refactor-sixStep-to-common.md36### Step 2: Modify workflow-installer.ts (Claude Code) ✅COMMENT
LOW.zcf/plan/history/refactor-sixStep-to-common.md47### Step 3: Modify codex.ts (Codex) ✅COMMENT
47 more matches not shown…
Magic Placeholder Names14 hits · 70 pts
SeverityFileLineSnippetContext
HIGH.zcf/plan/history/exa-mcp-config-update.md13 "EXA_API_KEY": "your-api-key-here"CODE
HIGHdocs/ja-JP/advanced/api-providers.md120npx zcf init -s -p crazyrouter -k "your-api-key"CODE
HIGHdocs/ja-JP/advanced/api-providers.md123npx zcf init -s -T codex -p crazyrouter -k "your-api-key"CODE
HIGHdocs/ja-JP/features/mcp.md41export EXA_API_KEY="your-api-key"CODE
HIGHdocs/zh-CN/advanced/troubleshooting.md112npx zcf init -s -t api_key -k "your-api-key"CODE
HIGHdocs/zh-CN/advanced/api-providers.md120npx zcf init -s -p crazyrouter -k "your-api-key"CODE
HIGHdocs/zh-CN/advanced/api-providers.md123npx zcf init -s -T codex -p crazyrouter -k "your-api-key"CODE
HIGHdocs/zh-CN/features/mcp.md126export EXA_API_KEY="your-api-key"CODE
HIGHdocs/en/advanced/troubleshooting.md112npx zcf init -s -t api_key -k "your-api-key"CODE
HIGHdocs/en/advanced/api-providers.md120npx zcf init -s -p crazyrouter -k "your-api-key"CODE
HIGHdocs/en/advanced/api-providers.md123npx zcf init -s -T codex -p crazyrouter -k "your-api-key"CODE
HIGHdocs/en/advanced/api-providers.md185npx zcf init -s -T codex -p custom -k "your-api-key" \CODE
HIGHdocs/en/features/mcp.md126export EXA_API_KEY="your-api-key"CODE
HIGHsrc/utils/code-tools/CLAUDE.md347 apiKey: 'your-api-key',CODE
Hyper-Verbose Identifiers68 hits · 66 pts
SeverityFileLineSnippetContext
LOW.zcf/plan/history/codex-fixes-summary.md20export async function runCodexSystemPromptSelection(): Promise<void>CODE
LOW.zcf/plan/history/codex-fixes-summary.md23export async function runCodexWorkflowSelection(): Promise<void>CODE
LOW.zcf/plan/history/Claude-Code-Multi-Config-TDD-Plan.md219function validateSkipPromptOptions(options: InitOptions): void {CODE
LOW.zcf/plan/history/Claude-Code-Multi-Config-TDD-Plan.md281async function convertToClaudeCodeProfile(config: ApiConfigDefinition): Promise<ClaudeCodeProfile> {CODE
LOW.zcf/plan/history/Claude-Code-Multi-Config-TDD-Plan.md490export async function handleInteractiveClaudeCodeSwitch(): Promise<void> {CODE
LOW.zcf/plan/history/Claude-Code-Multi-Config-TDD-Plan.md564async function handleClaudeCodeConfigSwitch(selectedConfig: string): Promise<void> {CODE
LOW.zcf/plan/history/Claude-Code-Multi-Config-TDD-Plan.md753export async function handleInteractiveClaudeCodeSwitch(): Promise<void> {CODE
LOW.zcf/plan/history/codex-windows-mcp-fix.md49function applyCodexPlatformCommand(config: CodexMcpService): void {CODE
LOWtests/CLAUDE.md57export function validateWorkflowInstallation(result: WorkflowInstallResult): booleanCODE
LOWtests/helpers/statusline-helpers.ts7export function createMockTemplateSettings(statusLine?: StatusLineConfig): ClaudeSettings {CODE
LOWtests/helpers/statusline-helpers.ts21export function createMockExistingSettings(CODE
LOWsrc/utils/ccometixline-config.ts83export function getCCometixLineConfigText(): string {CODE
LOWsrc/utils/statusline-validator.ts53export function getPlatformStatusLineConfig(): StatusLineConfig {CODE
LOWsrc/utils/simple-config.ts55export async function importRecommendedPermissions(): Promise<void> {CODE
LOWsrc/utils/installation-manager.ts46export async function handleMultipleInstallations(CODE
LOWsrc/utils/platform.ts160export function shouldUseSudoForGlobalInstall(): boolean {CODE
LOWsrc/utils/platform.ts438export function getRecommendedInstallMethods(codeType: CodeType): InstallMethod[] {CODE
LOWsrc/utils/installer.ts211export async function isLocalClaudeCodeInstalled(): Promise<boolean> {CODE
LOWsrc/utils/installer.ts267async function getInstallMethodFromConfig(codeType: CodeType): Promise<InstallMethod | 'npm-global' | 'native' | null> {CODE
LOWsrc/utils/installer.ts928export function displayVerificationResult(result: VerificationResult, codeType: CodeType): void {CODE
LOWsrc/utils/zcf-config.ts375function convertTomlToLegacyConfig(tomlConfig: ZcfTomlConfig): ZcfConfig {CODE
LOWsrc/utils/zcf-config.ts391function convertLegacyToTomlConfig(legacyConfig: ZcfConfig): ZcfTomlConfig {CODE
LOWsrc/utils/features.ts332export async function configureDefaultModelFeature(): Promise<void> {CODE
LOWsrc/utils/features.ts511export async function changeScriptLanguageFeature(currentLang: SupportedLang): Promise<SupportedLang> {CODE
LOWsrc/utils/features.ts541export async function configureCodexDefaultModelFeature(): Promise<void> {CODE
LOWsrc/utils/features.ts630export async function configureCodexAiMemoryFeature(): Promise<void> {CODE
LOWsrc/utils/features.ts721async function ensureLanguageDirectiveInAgents(aiOutputLang: string): Promise<void> {CODE
LOWsrc/utils/features.ts771async function updateCodexLanguageDirective(aiOutputLang: string): Promise<void> {CODE
LOWsrc/utils/features.ts818export async function configureEnvPermissionFeature(): Promise<void> {CODE
LOWsrc/utils/output-style.ts100export function setGlobalDefaultOutputStyle(styleId: string): void {CODE
LOWsrc/utils/output-style.ts119export function hasLegacyPersonalityFiles(): boolean {CODE
LOWsrc/utils/output-style.ts123export function cleanupLegacyPersonalityFiles(): void {CODE
LOWsrc/utils/claude-code-incremental-manager.ts27export async function configureIncrementalManagement(): Promise<void> {CODE
LOWsrc/utils/version-checker.ts77export async function getClaudeCodeInstallationSource(): Promise<{CODE
LOWsrc/utils/version-checker.ts146export async function detectAllClaudeCodeInstallations(): Promise<ClaudeCodeInstallation[]> {CODE
LOWsrc/utils/version-checker.ts331export async function checkDuplicateInstallations(): Promise<{CODE
LOWsrc/utils/version-checker.ts386async function performNpmRemovalAndActivateHomebrew(CODE
LOWsrc/utils/version-checker.ts459export async function handleDuplicateInstallations(skipPrompt: boolean = false): Promise<{CODE
LOWsrc/utils/version-checker.ts595export async function isClaudeCodeInstalledViaHomebrew(): Promise<boolean> {CODE
LOWsrc/utils/version-checker.ts613export async function getHomebrewClaudeCodeVersion(): Promise<string | null> {CODE
LOWsrc/utils/version-checker.ts735export async function checkClaudeCodeVersionAndPrompt(CODE
LOWsrc/utils/config.ts437export async function promptApiConfigurationAction(): Promise<'modify-partial' | 'modify-all' | 'keep-existing' | null> CODE
LOWsrc/utils/workflow-installer.ts22export async function selectAndInstallWorkflows(CODE
LOWsrc/utils/workflow-installer.ts87async function installWorkflowWithDependencies(CODE
LOWsrc/utils/CLAUDE.md94export async function selectAndInstallWorkflows(CODE
LOWsrc/utils/cometix/CLAUDE.md101export async function configureCometixInteractive(): Promise<CometixConfig>CODE
LOWsrc/utils/code-tools/codex-config-switch.ts15export async function configureIncrementalManagement(): Promise<void> {CODE
LOWsrc/utils/code-tools/codex-platform.ts8export function applyCodexPlatformCommand(config: CodexMcpService): void {CODE
LOWsrc/utils/code-tools/codex.ts191function handleUninstallCancellation(): void {CODE
LOWsrc/utils/code-tools/codex.ts336export function migrateEnvKeyToTempEnvKey(): boolean {CODE
LOWsrc/utils/code-tools/codex.ts1106export async function runCodexWorkflowImportWithLanguageSelection(CODE
LOWsrc/utils/code-tools/codex.ts1135export async function runCodexSystemPromptSelection(skipPrompt = false): Promise<void> {CODE
LOWsrc/utils/code-tools/codex.ts1235export async function runCodexWorkflowSelection(options?: CodexFullInitOptions): Promise<void> {CODE
LOWsrc/utils/code-tools/codex.ts1694function ensureCodexAgentsLanguageDirective(aiOutputLang: AiOutputLanguage | string): void {CODE
LOWsrc/utils/code-tools/codex.ts1721function resolveCodexLanguageLabel(aiOutputLang: AiOutputLanguage | string): string {CODE
LOWsrc/utils/code-tools/codex-toml-updater.ts262export function batchUpdateCodexMcpServices(CODE
LOWsrc/utils/code-tools/codex-config-detector.ts18export function detectConfigManagementMode(): ConfigManagementMode {CODE
LOWsrc/utils/code-tools/codex-config-detector.ts66export function getAvailableManagementActions(config: CodexConfigData): string[] {CODE
LOWsrc/commands/config-switch.ts89async function listCodexProvidersWithDisplay(): Promise<void> {CODE
LOWsrc/commands/config-switch.ts170async function handleClaudeCodeDirectSwitch(target: string): Promise<void> {CODE
8 more matches not shown…
Verbosity Indicators27 hits · 46 pts
SeverityFileLineSnippetContext
LOW…unit/utils/code-tools/codex-incremental-config.test.ts80 // Step 1: Detect management modeCOMMENT
LOW…unit/utils/code-tools/codex-incremental-config.test.ts90 // Step 2: Add new providerCOMMENT
LOW…unit/utils/code-tools/codex-incremental-config.test.ts101 // Step 3: Edit existing providerCOMMENT
LOW…unit/utils/code-tools/codex-incremental-config.test.ts120 // Step 4: Delete a providerCOMMENT
LOWsrc/utils/installer.ts734 // Step 1: Check if command is accessible via which (directly in PATH)COMMENT
LOWsrc/utils/installer.ts751 // Step 2: Command not in PATH, look for it in Homebrew paths (including Caskroom)COMMENT
LOWsrc/utils/installer.ts790 // Step 3: Check Termux pathsCOMMENT
LOWsrc/utils/claude-code-incremental-manager.ts97 // Step 1: Select API provider (custom or preset)COMMENT
LOWsrc/utils/code-tools/codex-config-switch.ts72 // Step 1: Select API provider (custom or preset)COMMENT
LOWsrc/utils/code-tools/codex.ts1111 // Step 1: Select AI output language (uses global config memory)COMMENT
LOWsrc/utils/code-tools/codex.ts1122 // Step 2: Save AI output language to global configCOMMENT
LOWsrc/utils/code-tools/codex.ts1126 // Step 3: Continue with original workflow (system prompt + workflow selection)COMMENT
LOWsrc/utils/code-tools/codex.ts1486 // Step 1: Select API provider (custom or preset)COMMENT
LOWsrc/utils/code-tools/codex.ts1819 // Step 1: Mode selectionCOMMENT
LOWsrc/commands/init.ts276 // Step 2: Read ZCF config once for multiple usesCOMMENT
LOWsrc/commands/init.ts279 // Step 3: Select code toolCOMMENT
LOWsrc/commands/init.ts490 // Step 4: Select AI output languageCOMMENT
LOWsrc/commands/init.ts493 // Step 4: Check and handle Claude Code installationCOMMENT
LOWsrc/commands/init.ts1025 // Step 12: Save zcf configCOMMENT
LOWsrc/commands/init.ts1034 // Step 13: Success messageCOMMENT
LOWsrc/commands/init.ts568 // Step 5: Handle existing configCOMMENT
LOWsrc/commands/init.ts612 // Step 6: Configure API (skip if only updating docs)COMMENT
LOWsrc/commands/init.ts794 // Step 7: Execute the chosen actionCOMMENT
LOWsrc/commands/init.ts831 // Step 8: Apply language directive to CLAUDE.mdCOMMENT
LOWsrc/commands/init.ts847 // Step 9: Apply API configuration (skip if only updating docs)COMMENT
LOWsrc/commands/init.ts883 // Step 10: Configure MCP services (skip if only updating docs)COMMENT
LOWsrc/commands/init.ts996 // Step 11: CCometixLine installationCOMMENT
Fake / Example Data7 hits · 9 pts
SeverityFileLineSnippetContext
LOWtests/unit/utils/mcp.test.ts216 env: { EXA_API_KEY: 'placeholder' },CODE
LOWtests/unit/utils/mcp.test.ts221 const result = buildMcpServerConfig(baseConfig, 'test-api-key', 'placeholder', 'EXA_API_KEY')CODE
LOWtests/unit/utils/mcp.test.ts231 env: { EXA_API_KEY: 'placeholder' },CODE
LOWtests/unit/utils/mcp.test.ts237 const result = buildMcpServerConfig(baseConfig, 'test-api-key', 'placeholder', 'EXA_API_KEY')CODE
LOWtests/unit/utils/claude-config.test.ts218 const result = buildMcpServerConfig(configWithEnv, apiKey, 'placeholder', envVarName)CODE
LOWtests/utils/tools.test.ts158 .mockResolvedValueOnce({ customArgs: '--name "John Doe" --age 25' })CODE
LOWtests/utils/tools.test.ts165 expect(mockExecuteCcusage).toHaveBeenCalledWith(['--name', 'John Doe', '--age', '25'])CODE
Over-Commented Block4 hits · 4 pts
SeverityFileLineSnippetContext
LOW.claude/skills/zcf-update-docs/SKILL.md281 COMMENT
LOWdocs/ja-JP/best-practices/tips.md21# 2 - ワークフローの導入COMMENT
LOWdocs/zh-CN/best-practices/tips.md21# 2 - 导入工作流COMMENT
LOWdocs/en/best-practices/tips.md21# 2 - Import WorkflowsCOMMENT