基于 Karpathy llm-wiki 方法论的个人知识库构建 Skill,支持多平台!
This report presents the forensic synthetic code analysis of sdyckjq-lab/llm-wiki-skill, a TypeScript project with 2,154 GitHub stars. SynthScan v2.0 examined 213,836 lines of code across 728 source files, recording 818 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 4.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 818 distinct pattern matches across 14 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 | tests/browser/graph-renderer-trial-shared.ts | 133 | export function memoryGrowthFailureDetail(memoryGrowthMb: number | null, metadata: LargeGraphFixtureMetadata): string | | CODE |
| LOW | tests/browser/graph-renderer-trial-shared.ts | 163 | export function returnGlobalTakeoverLimitMs(metadata: LargeGraphFixtureMetadata): number { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 72 | function parseSigmaProductionShapes(value: string | undefined): LargeGraphFixtureId[] { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 79 | function parseSigmaProductionActions(value: string | undefined): Set<string> | null { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 434 | function selectedCommunityRegionReady() { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 662 | function exposedCommunityRegionPoint(id) { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1073 | async function waitForZoomButtonAnchorStable(page: PageLike): Promise<void> { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1270 | async function measureSpotlightAnimation(page: PageLike, metadata: LargeGraphFixtureMetadata): Promise<PerformanceRecord | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1397 | async function waitForStableCommunityRegion(page: PageLike, id: string | null, maxFrames = 42): Promise<void> { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1480 | async function measureReturnGlobalTakeover(page: PageLike, metadata: LargeGraphFixtureMetadata): Promise<PerformanceReco | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1523 | function medianReturnGlobalTakeoverMetric( | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1632 | async function waitForReturnGlobalTakeoverFinal( | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1652 | async function selectCommunityForReturnGlobalTakeover(page: PageLike): Promise<string> { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1675 | function allowsNonSigmaRouteForAction(action: string): boolean { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1679 | function clickedCommunityFromCounts(counts: { lastSelectionKind?: string | null; lastSelectionCommunityIds?: string[] }) | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1825 | function productionSignalFailureClass(record: PerformanceRecord): string | null { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 1831 | function productionSignalFailureDetail(record: PerformanceRecord): string { | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 2036 | async function startSpotlightAnimationFrameSampler( | CODE |
| LOW | tests/browser/graph-sigma-global-production.ts | 2105 | async function readSpotlightAnimationFrameSample(page: PageLike): Promise<SigmaSpotlightAnimationSample> { | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 362 | export function sigmaWorldPointToScreenPointForCameraState( | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 449 | function repositionForCameraAnimation(): void { | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 692 | export function maybeAnimateSigmaCommunitySpotlightCamera( | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 983 | function startOverlayCameraFrameTracking(): void { | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 988 | function requestOverlayAnimationFrame(owner: number): void { | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 1007 | function refreshOverlayForCameraFrame(owner: number): void { | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 1029 | function suppressOverlayAnimationFastPathUntilSettled(): void { | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 1041 | function cancelOverlayAnimationSettleCheck(): void { | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 1068 | function applySpotlightCameraResult(result: SigmaCommunitySpotlightCameraResult): void { | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 1158 | async function sampleSpotlightAnimationFrames( | CODE |
| LOW | …powers/plans/2026-07-01-sigma-camera-frame-contract.md | 1211 | async function measureSpotlightAnimation(page: PageLike, metadata: LargeGraphFixtureMetadata): Promise<PerformanceRecord | CODE |
| LOW | docs/superpowers/plans/2026-06-22-chat-auto-scroll.md | 121 | function installChatScrollerLayoutMock( | CODE |
| LOW | docs/superpowers/plans/2026-06-22-chat-auto-scroll.md | 455 | function createControlledSseStream() { | CODE |
| LOW | …s/superpowers/plans/2026-06-30-pr82-drawer-recovery.md | 244 | export function graphCommunityDrawerViewModel(payload: GraphCommunitySummaryPayload): GraphGroupDrawerViewModel { | CODE |
| LOW | …s/superpowers/plans/2026-06-30-pr82-drawer-recovery.md | 277 | export function graphSelectionGroupDrawerViewModel(title: string, selection: Selection): GraphGroupDrawerViewModel { | CODE |
| LOW | …ers/plans/2026-06-27-sigma-global-renderer-refactor.md | 800 | export function maybeAnimateSigmaCommunitySpotlightCamera( | CODE |
| LOW | …ers/plans/2026-06-27-sigma-global-renderer-refactor.md | 945 | export function bindSigmaWheelZoomController(input: SigmaWheelZoomControllerInput): SigmaWheelZoomController { | CODE |
| LOW | …ers/plans/2026-06-27-sigma-global-renderer-refactor.md | 969 | export function sigmaWheelInputFromPayload(payload: unknown, fallbackPoint: GraphScreenPoint): { | CODE |
| LOW | …ers/plans/2026-06-27-sigma-global-renderer-refactor.md | 996 | export function sigmaWheelTargetIsZoomControl(payload: unknown): boolean { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 275 | export function sigmaOverlayCameraAnchorWorldPoints(bounds: { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 294 | export function projectSigmaOverlayCameraAnchors( | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 305 | export function sigmaOverlayCameraTransform( | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 341 | export function sigmaOverlayCameraTransformCss(transform: SigmaOverlayCameraTransform | null): string { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 624 | function repositionForCameraAnimation(): void { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 647 | function invalidateAnimationBaseline(): void { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 652 | function refreshCameraAnimationBaseline( | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 664 | function clearCameraAnimationTransform(): void { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 970 | function refreshOverlayForCameraFrame(): void { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 990 | function suppressOverlayAnimationFastPathUntilSettled(): void { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 995 | function scheduleOverlayAnimationSettleCheck(): void { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 1019 | function cancelOverlayAnimationSettleCheck(): void { | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 1199 | async function measureSpotlightAnimation(page: PageLike, metadata: LargeGraphFixtureMetadata): Promise<PerformanceRecord | CODE |
| LOW | …lans/2026-06-30-sigma-animation-overlay-performance.md | 1296 | async function waitForStableCommunityRegion(page: PageLike, id: string | null, maxFrames = 12): Promise<void> { | CODE |
| LOW | …/superpowers/plans/2026-07-02-community-view-phase1.md | 337 | export function sigmaGlobalNodeAttributes( | CODE |
| LOW | …perpowers/plans/2026-06-28-unified-community-drawer.md | 165 | function graphFixtureWithUngroupedNodes(): GraphData { | CODE |
| LOW | …perpowers/plans/2026-06-28-unified-community-drawer.md | 203 | function graphFixtureWithLinkedUngroupedNodes(): GraphData { | CODE |
| LOW | …perpowers/plans/2026-06-28-unified-community-drawer.md | 700 | export function graphCommunityDrawerViewModel(payload: GraphCommunitySummaryPayload): GraphGroupDrawerViewModel { | CODE |
| LOW | …perpowers/plans/2026-06-28-unified-community-drawer.md | 727 | export function graphSelectionGroupDrawerViewModel(title: string, selection: Selection): GraphGroupDrawerViewModel { | CODE |
| LOW | …perpowers/plans/2026-06-28-unified-community-drawer.md | 759 | function recommendedActionForCommunity(payload: GraphCommunitySummaryPayload): SelectionActionId { | CODE |
| LOW | …perpowers/plans/2026-06-28-unified-community-drawer.md | 765 | function recommendedActionForSelection(selection: Selection): SelectionActionId { | CODE |
| LOW | …perpowers/plans/2026-06-28-unified-community-drawer.md | 861 | function graphFixtureWithUngroupedNodes(): GraphData { | CODE |
| 506 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | workbench/.claude/skills/xlsx/scripts/office/pack.py | 0 | pack a directory into a docx, pptx, or xlsx file. validates with auto-repair, condenses xml formatting, and creates the | STRING |
| HIGH | workbench/.claude/skills/pptx/scripts/office/pack.py | 0 | pack a directory into a docx, pptx, or xlsx file. validates with auto-repair, condenses xml formatting, and creates the | STRING |
| HIGH | workbench/.claude/skills/docx/scripts/office/pack.py | 0 | pack a directory into a docx, pptx, or xlsx file. validates with auto-repair, condenses xml formatting, and creates the | STRING |
| HIGH | …rkbench/.claude/skills/xlsx/scripts/office/validate.py | 0 | command line tool to validate office document xml files against xsd schemas and tracked changes. usage: python validate. | STRING |
| HIGH | …rkbench/.claude/skills/pptx/scripts/office/validate.py | 0 | command line tool to validate office document xml files against xsd schemas and tracked changes. usage: python validate. | STRING |
| HIGH | …rkbench/.claude/skills/docx/scripts/office/validate.py | 0 | command line tool to validate office document xml files against xsd schemas and tracked changes. usage: python validate. | STRING |
| HIGH | workbench/.claude/skills/xlsx/scripts/office/unpack.py | 0 | unpack office files (docx, pptx, xlsx) for editing. extracts the zip archive, pretty-prints xml files, and optionally: - | STRING |
| HIGH | workbench/.claude/skills/pptx/scripts/office/unpack.py | 0 | unpack office files (docx, pptx, xlsx) for editing. extracts the zip archive, pretty-prints xml files, and optionally: - | STRING |
| HIGH | workbench/.claude/skills/docx/scripts/office/unpack.py | 0 | unpack office files (docx, pptx, xlsx) for editing. extracts the zip archive, pretty-prints xml files, and optionally: - | STRING |
| HIGH | workbench/.claude/skills/xlsx/scripts/office/soffice.py | 0 | helper for running libreoffice (soffice) in environments where af_unix sockets may be blocked (e.g., sandboxed vms). det | STRING |
| HIGH | workbench/.claude/skills/pptx/scripts/office/soffice.py | 0 | helper for running libreoffice (soffice) in environments where af_unix sockets may be blocked (e.g., sandboxed vms). det | STRING |
| HIGH | workbench/.claude/skills/docx/scripts/office/soffice.py | 0 | helper for running libreoffice (soffice) in environments where af_unix sockets may be blocked (e.g., sandboxed vms). det | STRING |
| HIGH | workbench/.claude/skills/xlsx/scripts/office/soffice.py | 0 | #define _gnu_source #include <dlfcn.h> #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #in | STRING |
| HIGH | workbench/.claude/skills/pptx/scripts/office/soffice.py | 0 | #define _gnu_source #include <dlfcn.h> #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #in | STRING |
| HIGH | workbench/.claude/skills/docx/scripts/office/soffice.py | 0 | #define _gnu_source #include <dlfcn.h> #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #in | STRING |
| HIGH | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 0 | validator for word document xml files against xsd schemas. | STRING |
| HIGH | …/.claude/skills/pptx/scripts/office/validators/docx.py | 0 | validator for word document xml files against xsd schemas. | STRING |
| HIGH | …/.claude/skills/docx/scripts/office/validators/docx.py | 0 | validator for word document xml files against xsd schemas. | STRING |
| HIGH | …/.claude/skills/xlsx/scripts/office/validators/pptx.py | 0 | validator for powerpoint presentation xml files against xsd schemas. | STRING |
| HIGH | …/.claude/skills/pptx/scripts/office/validators/pptx.py | 0 | validator for powerpoint presentation xml files against xsd schemas. | STRING |
| HIGH | …/.claude/skills/docx/scripts/office/validators/pptx.py | 0 | validator for powerpoint presentation xml files against xsd schemas. | STRING |
| HIGH | …/.claude/skills/xlsx/scripts/office/validators/base.py | 0 | base validator with common validation logic for document files. | STRING |
| HIGH | …/.claude/skills/pptx/scripts/office/validators/base.py | 0 | base validator with common validation logic for document files. | STRING |
| HIGH | …/.claude/skills/docx/scripts/office/validators/base.py | 0 | base validator with common validation logic for document files. | STRING |
| HIGH | …kills/xlsx/scripts/office/helpers/simplify_redlines.py | 0 | simplify tracked changes by merging adjacent w:ins or w:del elements. merges adjacent <w:ins> elements from the same aut | STRING |
| HIGH | …kills/pptx/scripts/office/helpers/simplify_redlines.py | 0 | simplify tracked changes by merging adjacent w:ins or w:del elements. merges adjacent <w:ins> elements from the same aut | STRING |
| HIGH | …kills/docx/scripts/office/helpers/simplify_redlines.py | 0 | simplify tracked changes by merging adjacent w:ins or w:del elements. merges adjacent <w:ins> elements from the same aut | STRING |
| HIGH | …laude/skills/xlsx/scripts/office/helpers/merge_runs.py | 0 | merge adjacent runs with identical formatting in docx. merges adjacent <w:r> elements that have identical <w:rpr> proper | STRING |
| HIGH | …laude/skills/pptx/scripts/office/helpers/merge_runs.py | 0 | merge adjacent runs with identical formatting in docx. merges adjacent <w:r> elements that have identical <w:rpr> proper | STRING |
| HIGH | …laude/skills/docx/scripts/office/helpers/merge_runs.py | 0 | merge adjacent runs with identical formatting in docx. merges adjacent <w:r> elements that have identical <w:rpr> proper | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | workbench/.claude/skills/xlsx/scripts/recalc.py | 66 | except Exception: | CODE |
| LOW | workbench/.claude/skills/xlsx/scripts/recalc.py | 160 | except Exception as e: | CODE |
| MEDIUM | workbench/.claude/skills/xlsx/scripts/recalc.py | 32 | def has_gtimeout(): | CODE |
| LOW | workbench/.claude/skills/xlsx/scripts/office/pack.py | 126 | except Exception as e: | CODE |
| MEDIUM | …rkbench/.claude/skills/xlsx/scripts/office/validate.py | 94 | print(f"Error: Validation not supported for file type {file_extension}") | CODE |
| LOW⚡ | workbench/.claude/skills/xlsx/scripts/office/unpack.py | 78 | except Exception as e: | CODE |
| LOW⚡ | workbench/.claude/skills/xlsx/scripts/office/unpack.py | 87 | except Exception: | CODE |
| LOW⚡ | workbench/.claude/skills/xlsx/scripts/office/unpack.py | 97 | except Exception: | CODE |
| LOW⚡ | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 174 | except Exception as e: | CODE |
| MEDIUM⚡ | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 175 | print(f"Error counting paragraphs in unpacked document: {e}") | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 197 | except Exception as e: | CODE |
| MEDIUM | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 198 | print(f"Error counting paragraphs in original document: {e}") | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 287 | except Exception: | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 439 | except Exception: | CODE |
| LOW | …ude/skills/xlsx/scripts/office/validators/redlining.py | 56 | except Exception: | CODE |
| LOW | …ude/skills/xlsx/scripts/office/validators/redlining.py | 65 | except Exception as e: | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/pptx.py | 195 | except Exception as e: | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 138 | except Exception: | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 154 | except Exception as e: | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 357 | except Exception as e: | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 454 | except Exception as e: | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 564 | except Exception: | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 583 | except Exception as e: | CODE |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 784 | except Exception as e: | CODE |
| LOW | …kills/xlsx/scripts/office/helpers/simplify_redlines.py | 43 | except Exception as e: | CODE |
| LOW | …laude/skills/xlsx/scripts/office/helpers/merge_runs.py | 38 | except Exception as e: | CODE |
| LOW | workbench/.claude/skills/pdf/reference.md | 484 | except Exception as e: | CODE |
| LOW | workbench/.claude/skills/pdf/reference.md | 504 | except Exception as e: | CODE |
| LOW | workbench/.claude/skills/pdf/reference.md | 578 | except Exception as e: | CODE |
| MEDIUM | workbench/.claude/skills/pptx/scripts/clean.py | 276 | print(f"Error: {unpacked_dir} not found", file=sys.stderr) | CODE |
| MEDIUM | workbench/.claude/skills/pptx/scripts/add_slide.py | 40 | print(f"Error: {layout_path} not found", file=sys.stderr) | CODE |
| MEDIUM | workbench/.claude/skills/pptx/scripts/add_slide.py | 97 | print(f"Error: {source_slide} not found", file=sys.stderr) | CODE |
| MEDIUM | workbench/.claude/skills/pptx/scripts/add_slide.py | 187 | print(f"Error: {unpacked_dir} not found", file=sys.stderr) | CODE |
| MEDIUM | workbench/.claude/skills/pptx/scripts/thumbnail.py | 66 | print(f"Error: Invalid PowerPoint file: {args.input}", file=sys.stderr) | CODE |
| MEDIUM | workbench/.claude/skills/pptx/scripts/thumbnail.py | 79 | print("Error: No slides found", file=sys.stderr) | CODE |
| LOW | workbench/.claude/skills/pptx/scripts/thumbnail.py | 90 | except Exception as e: | CODE |
| MEDIUM | workbench/.claude/skills/pptx/scripts/thumbnail.py | 91 | print(f"Error: {e}", file=sys.stderr) | CODE |
| LOW | workbench/.claude/skills/pptx/scripts/thumbnail.py | 246 | except Exception: | CODE |
| LOW | workbench/.claude/skills/pptx/scripts/office/pack.py | 126 | except Exception as e: | CODE |
| MEDIUM | …rkbench/.claude/skills/pptx/scripts/office/validate.py | 94 | print(f"Error: Validation not supported for file type {file_extension}") | CODE |
| LOW⚡ | workbench/.claude/skills/pptx/scripts/office/unpack.py | 78 | except Exception as e: | CODE |
| LOW⚡ | workbench/.claude/skills/pptx/scripts/office/unpack.py | 87 | except Exception: | CODE |
| LOW⚡ | workbench/.claude/skills/pptx/scripts/office/unpack.py | 97 | except Exception: | CODE |
| LOW⚡ | …/.claude/skills/pptx/scripts/office/validators/docx.py | 174 | except Exception as e: | CODE |
| MEDIUM⚡ | …/.claude/skills/pptx/scripts/office/validators/docx.py | 175 | print(f"Error counting paragraphs in unpacked document: {e}") | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/docx.py | 197 | except Exception as e: | CODE |
| MEDIUM | …/.claude/skills/pptx/scripts/office/validators/docx.py | 198 | print(f"Error counting paragraphs in original document: {e}") | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/docx.py | 287 | except Exception: | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/docx.py | 439 | except Exception: | CODE |
| LOW | …ude/skills/pptx/scripts/office/validators/redlining.py | 56 | except Exception: | CODE |
| LOW | …ude/skills/pptx/scripts/office/validators/redlining.py | 65 | except Exception as e: | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/pptx.py | 195 | except Exception as e: | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 138 | except Exception: | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 154 | except Exception as e: | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 357 | except Exception as e: | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 454 | except Exception as e: | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 564 | except Exception: | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 583 | except Exception as e: | CODE |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 784 | except Exception as e: | CODE |
| LOW | …kills/pptx/scripts/office/helpers/simplify_redlines.py | 43 | except Exception as e: | CODE |
| 28 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | workbench/.claude/skills/xlsx/scripts/recalc.py | 70 | CODE | |
| LOW | workbench/.claude/skills/xlsx/scripts/office/pack.py | 24 | CODE | |
| LOW | workbench/.claude/skills/xlsx/scripts/office/pack.py | 108 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 66 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 112 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 254 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 298 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/docx.py | 391 | CODE | |
| LOW | …ude/skills/xlsx/scripts/office/validators/redlining.py | 127 | CODE | |
| LOW | …ude/skills/xlsx/scripts/office/validators/redlining.py | 198 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/pptx.py | 62 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/pptx.py | 104 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/pptx.py | 210 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 115 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 199 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 289 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 385 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 469 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 492 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 636 | CODE | |
| LOW | …/.claude/skills/xlsx/scripts/office/validators/base.py | 703 | CODE | |
| LOW | …kills/xlsx/scripts/office/helpers/simplify_redlines.py | 149 | CODE | |
| LOW | …laude/skills/xlsx/scripts/office/helpers/merge_runs.py | 178 | CODE | |
| LOW | …nch/.claude/skills/pdf/scripts/fill_fillable_fields.py | 11 | CODE | |
| LOW | …nch/.claude/skills/pdf/scripts/fill_fillable_fields.py | 55 | CODE | |
| LOW | …/.claude/skills/pdf/scripts/extract_form_field_info.py | 19 | CODE | |
| LOW | …/.claude/skills/pdf/scripts/extract_form_field_info.py | 47 | CODE | |
| LOW | …h/.claude/skills/pdf/scripts/extract_form_structure.py | 20 | CODE | |
| LOW | …nch/.claude/skills/pdf/scripts/check_bounding_boxes.py | 15 | CODE | |
| LOW | workbench/.claude/skills/pptx/scripts/clean.py | 49 | CODE | |
| LOW | workbench/.claude/skills/pptx/scripts/clean.py | 171 | CODE | |
| LOW | workbench/.claude/skills/pptx/scripts/office/pack.py | 24 | CODE | |
| LOW | workbench/.claude/skills/pptx/scripts/office/pack.py | 108 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/docx.py | 66 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/docx.py | 112 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/docx.py | 254 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/docx.py | 298 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/docx.py | 391 | CODE | |
| LOW | …ude/skills/pptx/scripts/office/validators/redlining.py | 127 | CODE | |
| LOW | …ude/skills/pptx/scripts/office/validators/redlining.py | 198 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/pptx.py | 62 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/pptx.py | 104 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/pptx.py | 210 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 115 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 199 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 289 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 385 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 469 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 492 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 636 | CODE | |
| LOW | …/.claude/skills/pptx/scripts/office/validators/base.py | 703 | CODE | |
| LOW | …kills/pptx/scripts/office/helpers/simplify_redlines.py | 149 | CODE | |
| LOW | …laude/skills/pptx/scripts/office/helpers/merge_runs.py | 178 | CODE | |
| LOW | workbench/.claude/skills/docx/scripts/comment.py | 98 | CODE | |
| LOW | workbench/.claude/skills/docx/scripts/office/pack.py | 24 | CODE | |
| LOW | workbench/.claude/skills/docx/scripts/office/pack.py | 108 | CODE | |
| LOW | …/.claude/skills/docx/scripts/office/validators/docx.py | 66 | CODE | |
| LOW | …/.claude/skills/docx/scripts/office/validators/docx.py | 112 | CODE | |
| LOW | …/.claude/skills/docx/scripts/office/validators/docx.py | 254 | CODE | |
| LOW | …/.claude/skills/docx/scripts/office/validators/docx.py | 298 | CODE | |
| 16 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | workbench/.claude/skills/xlsx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | workbench/.claude/skills/xlsx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | workbench/.claude/skills/xlsx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | workbench/.claude/skills/xlsx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | workbench/.claude/skills/pptx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | workbench/.claude/skills/pptx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | workbench/.claude/skills/pptx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | workbench/.claude/skills/pptx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | workbench/.claude/skills/docx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | workbench/.claude/skills/docx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | workbench/.claude/skills/docx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | workbench/.claude/skills/docx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/graph-data-confidence-merge.regression-1.sh | 1 | #!/bin/bash | COMMENT |
| LOW | workbench/web/vite.config.ts | 21 | const trustedOrigins = new Set(DEV_WORKBENCH_ORIGINS); | COMMENT |
| LOW | …rkbench/web/src/lib/graph-node-drawer-accommodation.ts | 1 | // #122:社区阅读单击节点打开右侧详情抽屉时的镜头让位策略。 | COMMENT |
| LOW | workbench/docs/stage-3-design.md | 1041 | COMMENT | |
| LOW | workbench/docs/stage-3-design.md | 1081 | done | COMMENT |
| LOW | workbench/docs/stage-3-design.md | 1101 | # 🛠 pi 默认:(用户 ~/.pi/agent/skills/ 下的,brainstorming/dbs/etc.) | COMMENT |
| LOW | workbench/docs/stage-2-design.md | 941 | # Phase 1:建库(覆盖验收 1) | COMMENT |
| LOW | workbench/docs/stage-2-design.md | 961 | # 或:"调用 sediment_to_wiki,topic 设为 karpathy-核心论点" | COMMENT |
| LOW | workbench/docs/stage-3.5-design.md | 221 | // resolvedPath?: string, // 后端 realpath/resolve 后的绝对路径;不存在时可省略 | COMMENT |
| LOW | workbench/docs/stage-3.5-design.md | 241 | COMMENT | |
| LOW | workbench/docs/stage-3.5-design.md | 301 | │ [取消] [初始化并消化] │ | COMMENT |
| LOW | workbench/docs/stage-3.5-design.md | 381 | // GET /api/models | COMMENT |
| LOW | scripts/build-graph-data.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/build-graph-html.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …ages/graph-engine/src/render/sigma-graphology-model.ts | 421 | // 1. STATIC structural layer (#135) — `communityMapLayer`, stable across | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …aude/skills/xlsx/scripts/office/validators/__init__.py | 5 | CODE | |
| LOW | …aude/skills/xlsx/scripts/office/validators/__init__.py | 6 | CODE | |
| LOW | …aude/skills/xlsx/scripts/office/validators/__init__.py | 7 | CODE | |
| LOW | …aude/skills/xlsx/scripts/office/validators/__init__.py | 8 | CODE | |
| LOW | …aude/skills/pptx/scripts/office/validators/__init__.py | 5 | CODE | |
| LOW | …aude/skills/pptx/scripts/office/validators/__init__.py | 6 | CODE | |
| LOW | …aude/skills/pptx/scripts/office/validators/__init__.py | 7 | CODE | |
| LOW | …aude/skills/pptx/scripts/office/validators/__init__.py | 8 | CODE | |
| LOW | …aude/skills/docx/scripts/office/validators/__init__.py | 5 | CODE | |
| LOW | …aude/skills/docx/scripts/office/validators/__init__.py | 6 | CODE | |
| LOW | …aude/skills/docx/scripts/office/validators/__init__.py | 7 | CODE | |
| LOW | …aude/skills/docx/scripts/office/validators/__init__.py | 8 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | workbench/.claude/skills/pdf/forms.md | 81 | ## Step 1: Try Structure Extraction First | COMMENT |
| LOW | workbench/.claude/skills/pdf/forms.md | 270 | ## Step 2: Validate Before Filling | COMMENT |
| LOW | workbench/.claude/skills/pdf/forms.md | 281 | ## Step 3: Fill the Form | COMMENT |
| LOW | workbench/.claude/skills/pdf/forms.md | 286 | ## Step 4: Verify Output | COMMENT |
| LOW | workbench/.claude/skills/docx/SKILL.md | 402 | ### Step 1: Unpack | COMMENT |
| LOW | workbench/.claude/skills/docx/SKILL.md | 408 | ### Step 2: Edit XML | COMMENT |
| LOW | workbench/.claude/skills/docx/SKILL.md | 436 | ### Step 3: Pack | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | deps/marked.min.js | 6 | !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?def | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/regression.sh | 1430 | # ─── 交互式图谱测试 ──────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/regression.sh | 1742 | # ─── JS 单测 ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/regression.sh | 1751 | # ─── Lint 回归 ──────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | README.en.md | 214 | ├── wiki/ # AI-generated knowledge base | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …aude/skills/xlsx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | workbench/.claude/skills/pptx/scripts/clean.py | 221 | def update_content_types(unpacked_dir: Path, removed_files: list[str]) -> None: | CODE |
| LOW | …aude/skills/pptx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | workbench/.claude/skills/docx/scripts/accept_changes.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | …aude/skills/docx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …7-11-workbench-http-routing-completion-audit-design.md | 509 | This is the only authoritative execution list. GitHub issue numbers, native parent-child links, and native blocking link | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | deps/purify.min.js | 2 | !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define | CODE |