Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
This report presents the forensic synthetic code analysis of Egonex-AI/Understand-Anything, a TypeScript project with 73,964 GitHub stars. SynthScan v2.0 examined 106,949 lines of code across 401 source files, recording 305 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 5.0 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 305 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 |
|---|---|---|---|---|
| MEDIUM | …plugin/packages/dashboard/src/components/GraphView.tsx | 108 | // ── Helper components that must live inside <ReactFlow> ──────────────── | COMMENT |
| MEDIUM | …plugin/packages/dashboard/src/components/GraphView.tsx | 237 | // ── Overview level: layers as cluster nodes ──────────────────────────── | COMMENT |
| MEDIUM | …plugin/packages/dashboard/src/components/GraphView.tsx | 359 | // ── Layer detail level: topology (ELK Stage 1) + visual overlay ───────── | COMMENT |
| MEDIUM | …plugin/packages/dashboard/src/components/GraphView.tsx | 679 | // ── Async ELK Stage 1 layout ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …plugin/packages/dashboard/src/components/GraphView.tsx | 797 | // ── Stage 2: lazy per-container layout on expand ─────────────────────── | COMMENT |
| MEDIUM | …plugin/packages/dashboard/src/components/GraphView.tsx | 1042 | // ── Container visual overlay flags (Task 14) ──────────────────────────── | COMMENT |
| MEDIUM | …plugin/packages/dashboard/src/components/GraphView.tsx | 1319 | // ── Main inner component (must be inside ReactFlowProvider) ──────────── | COMMENT |
| MEDIUM | …plugin/packages/dashboard/src/components/GraphView.tsx | 1411 | // ── Auto-expand triggers (Task 13) ───────────────────────────────────── | COMMENT |
| MEDIUM | …n/skills/understand-knowledge/merge-knowledge-graph.py | 53 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …n/skills/understand-knowledge/merge-knowledge-graph.py | 55 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …n/skills/understand-knowledge/merge-knowledge-graph.py | 97 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …n/skills/understand-knowledge/merge-knowledge-graph.py | 99 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …n/skills/understand-knowledge/merge-knowledge-graph.py | 116 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …n/skills/understand-knowledge/merge-knowledge-graph.py | 118 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 30 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 32 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 63 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 65 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 103 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 105 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 197 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 199 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 228 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 230 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 250 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 252 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …nything-plugin/skills/understand/merge-batch-graphs.py | 782 | # ── Main merge + normalize ──────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …nything-plugin/skills/understand/merge-batch-graphs.py | 787 | # ── Pattern counters for "Fixed" report ────────────────────────── | COMMENT |
| MEDIUM⚡ | …nything-plugin/skills/understand/merge-batch-graphs.py | 791 | # ── Detail lists for "Could not fix" report ────────────────────── | COMMENT |
| MEDIUM⚡ | …nything-plugin/skills/understand/merge-batch-graphs.py | 794 | # ── Step 1: Combine all nodes and edges ────────────────────────── | COMMENT |
| MEDIUM⚡ | …nything-plugin/skills/understand/merge-batch-graphs.py | 804 | # ── Step 2: Normalize node IDs and build ID mapping ────────────── | COMMENT |
| MEDIUM⚡ | …nything-plugin/skills/understand/merge-batch-graphs.py | 856 | # ── Step 5: Deduplicate nodes by ID (keep last) ───────────────── | COMMENT |
| MEDIUM⚡ | …nything-plugin/skills/understand/merge-batch-graphs.py | 865 | # ── Step 5b: Deterministic tested_by linker ────────────────────── | COMMENT |
| MEDIUM⚡ | …nything-plugin/skills/understand/merge-batch-graphs.py | 871 | # ── Step 6: Deduplicate edges, drop dangling ───────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 35 | # ── Configuration ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 97 | # ── tested_by linker configuration ──────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 173 | # ── Batch loading ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 193 | # ── ID normalization ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 293 | # ── Deterministic tested_by linker ──────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 396 | # ── JS/TS family ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 426 | # ── Go ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 431 | # ── Python ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 455 | # ── Java ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 473 | # ── Kotlin ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 489 | # ── Scala ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 508 | # ── C# ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 555 | # ── C/C++ ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 828 | # ── Step 3: Normalize complexity ───────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 844 | # ── Step 4: Rewrite edge references ────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 898 | # ── Build report ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 971 | # ── Imports-edge recovery from importMap ────────────────────────────────── | COMMENT |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 1061 | # ── Main ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 74 | # ── Pattern counters for "Fixed" report ────────────────────────── | COMMENT |
| MEDIUM⚡ | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 77 | # ── Detail lists for "Could not fix" report ────────────────────── | COMMENT |
| MEDIUM⚡ | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 83 | # ── Nodes: deduplicate by id, later occurrence wins ─────────────── | COMMENT |
| MEDIUM | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 135 | # ── Layers: merge by id, union nodeIds ──────────────────────────── | COMMENT |
| MEDIUM | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 156 | # ── Tour: concatenate, merge steps with same title ───────────────── | COMMENT |
| MEDIUM | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 187 | # ── Project metadata: merge ─────────────────────────────────────── | COMMENT |
| MEDIUM | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 212 | # ── Build report ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …gin/skills/understand-domain/extract-domain-context.py | 29 | # ── Configuration ────────────────────────────────────────────────────────── | COMMENT |
| 21 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | understand-anything-plugin/packages/core/src/schema.ts | 501 | function buildInvalidCollectionIssue(name: string): GraphIssue { | CODE |
| LOW | …-anything-plugin/packages/core/src/ignore-generator.ts | 170 | export function generateStarterIgnoreFile(projectRoot: string): string { | CODE |
| LOW | …-anything-plugin/packages/core/src/embedding-search.ts | 39 | function cosineSimilarityWithQueryMag( | CODE |
| LOW | …ckages/core/src/plugins/extractors/kotlin-extractor.ts | 154 | function collectPrimaryConstructorProperties( | CODE |
| LOW | …ackages/core/src/plugins/extractors/swift-extractor.ts | 207 | function extractAssociatedTypeName(node: TreeSitterNode): string | null { | CODE |
| LOW | …ackages/core/src/plugins/extractors/scala-extractor.ts | 122 | function collectClassParameterProperties( | CODE |
| LOW | …packages/core/src/plugins/extractors/java-extractor.ts | 68 | function extractScopedIdentifierPath(node: TreeSitterNode): string { | CODE |
| LOW | …/plugins/extractors/__tests__/python-extractor.test.ts | 162 | class DataProcessor: | CODE |
| LOW | …g-plugin/packages/core/src/analyzer/language-lesson.ts | 112 | export function buildLanguageLessonPrompt( | CODE |
| LOW | …g-plugin/packages/core/src/analyzer/language-lesson.ts | 178 | export function parseLanguageLessonResponse( | CODE |
| LOW | …ng-plugin/packages/core/src/analyzer/tour-generator.ts | 7 | export function buildTourGenerationPrompt(graph: KnowledgeGraph): string { | CODE |
| LOW | …ng-plugin/packages/core/src/analyzer/tour-generator.ts | 70 | export function parseTourGenerationResponse(response: string): TourStep[] { | CODE |
| LOW | …hing-plugin/packages/core/src/analyzer/llm-analyzer.ts | 48 | export function buildProjectSummaryPrompt( | CODE |
| LOW | …hing-plugin/packages/core/src/analyzer/llm-analyzer.ts | 102 | export function parseFileAnalysisResponse( | CODE |
| LOW | …hing-plugin/packages/core/src/analyzer/llm-analyzer.ts | 148 | export function parseProjectSummaryResponse( | CODE |
| LOW | …ng-plugin/packages/core/src/analyzer/layer-detector.ts | 154 | export function buildLayerDetectionPrompt(graph: KnowledgeGraph): string { | CODE |
| LOW | …ng-plugin/packages/core/src/analyzer/layer-detector.ts | 181 | export function parseLayerDetectionResponse( | CODE |
| LOW | …hing-plugin/packages/dashboard/src/utils/containers.ts | 77 | function shouldFallbackToCommunity( | CODE |
| LOW | …kages/dashboard/src/__tests__/store-navigation.test.ts | 47 | function expectContainerStateCleared(): void { | CODE |
| LOW | …n/skills/understand-knowledge/merge-knowledge-graph.py | 34 | def _find_markdown_case_insensitive(parent: Path, name: str) -> Path: | CODE |
| LOW | …in/skills/understand-knowledge/parse-knowledge-base.py | 43 | def find_markdown_case_insensitive(parent: Path, name: str) -> Path: | CODE |
| LOW | …nything-plugin/skills/understand/merge-batch-graphs.py | 372 | def _js_ts_sibling_candidates(dir_path: str, base_stem: str) -> list[str]: | CODE |
| LOW | …nything-plugin/skills/understand/merge-batch-graphs.py | 973 | def recover_imports_from_scan( | CODE |
| LOW | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 270 | def load_pending_structural_edges(report_path: Path) -> list[dict[str, Any]]: | CODE |
| LOW | tests/skill/understand/test_merge_subdomain_graphs.py | 73 | def test_structural_drop_emits_warning_and_is_recorded(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_subdomain_graphs.py | 85 | def test_non_structural_drop_stays_in_could_not_fix(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_subdomain_graphs.py | 93 | def test_valid_edges_are_untouched(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_subdomain_graphs.py | 104 | def test_dropped_structural_edge_recovers_when_endpoint_arrives(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_subdomain_graphs.py | 126 | def test_non_structural_dropped_edges_are_not_retried(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_subdomain_graphs.py | 138 | def test_missing_or_corrupt_report_yields_no_pending(self) -> None: | CODE |
| LOW⚡ | tests/skill/understand/test_merge_batch_graphs.py | 219 | def test_scala_multimodule_sbt_layout(self) -> None: | CODE |
| LOW⚡ | tests/skill/understand/test_merge_batch_graphs.py | 223 | def test_js_ts_test_subdir_walkout(self) -> None: | CODE |
| LOW⚡ | tests/skill/understand/test_merge_batch_graphs.py | 231 | def test_python_in_package_tests_walkout(self) -> None: | CODE |
| LOW⚡ | tests/skill/understand/test_merge_batch_graphs.py | 240 | def test_csharp_tests_subdir_mirror_to_src(self) -> None: | CODE |
| LOW⚡ | tests/skill/understand/test_merge_batch_graphs.py | 277 | def test_priority_mirrored_tree_sibling_before_mirror(self) -> None: | CODE |
| LOW⚡ | tests/skill/understand/test_merge_batch_graphs.py | 292 | def test_basic_pairing_emits_forward_edge(self) -> None: | CODE |
| LOW⚡ | tests/skill/understand/test_merge_batch_graphs.py | 1387 | def test_fresh_project_uses_dot_ua(self) -> None: | CODE |
| LOW⚡ | tests/skill/understand/test_merge_batch_graphs.py | 1395 | def test_legacy_project_keeps_understand_anything(self) -> None: | CODE |
| LOW⚡ | tests/skill/understand/test_merge_batch_graphs.py | 1404 | def test_legacy_dir_wins_when_both_present(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 68 | def test_js_ts_sibling_test_extensions(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 85 | def test_underscore_test_dir_with_test_extension(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 89 | def test_tests_directory_with_test_extension(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 129 | def test_production_files_rejected(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 146 | def test_helper_in_tests_dir_without_test_extension_is_not_test(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 173 | def test_underscore_tests_dir(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 256 | def test_csharp_dotnet_sibling_project_mirror(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 266 | def test_priority_underscore_tests_sibling_before_walkup(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 316 | def test_scala_sbt_pairing_emits_forward_edge(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 337 | def test_scala_multimodule_sbt_pairing_emits_forward_edge(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 364 | def test_no_production_counterpart_no_edge(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 377 | def test_inverted_llm_edge_is_swapped_not_stripped(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 412 | def test_canonical_llm_edge_kept_unchanged(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 439 | def test_drops_test_to_test_edge(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 464 | def test_drops_orphan_endpoint_edge(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 485 | def test_dup_keeps_higher_weight_canonical(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 505 | def test_dup_lighter_inverted_dropped_no_swap_counted(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 530 | def test_dup_replaces_with_heavier_inverted(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 555 | def test_dup_swapped_then_canonical_heavier_clears_swapped_count(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 577 | def test_dup_two_inverted_keeps_heavier_swapped_once(self) -> None: | CODE |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 601 | def test_drops_duplicate_canonical_edges(self) -> None: | CODE |
| 56 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …n/skills/understand-knowledge/merge-knowledge-graph.py | 233 | # Step 1: Build entity/claim → article mapping from edges | COMMENT |
| LOW | …n/skills/understand-knowledge/merge-knowledge-graph.py | 244 | # Step 2: For orphan entities/claims, try to match by ID prefix | COMMENT |
| LOW | …n/skills/understand-knowledge/merge-knowledge-graph.py | 298 | # Step 3: Place children into their parent article's layer | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 688 | ### Step 7: Verify | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 698 | ### Step 8: Commit | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 714 | ### Step 1: Update Phase 1 to note importMap is now in scan-result.json | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 848 | ### Step 1: Read current version | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 856 | ### Step 2: Bump patch version in all four files | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 866 | ### Step 3: Verify all four files match | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 874 | ### Step 4: Commit | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 929 | ### Step 4: Smoke test on a larger project (~100+ files) | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 939 | ### Step 5: Test `--review` flag | COMMENT |
| LOW⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 948 | ### Step 6: Final commit (if any fixes needed from smoke test) | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 22 | ### Step 1: Open SKILL.md and locate Phase 6 | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 26 | ### Step 2: Replace Phase 6 steps 3–6 with conditional reviewer logic | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 152 | ### Step 3: Verify the edit | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 160 | ### Step 4: Commit | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 176 | ### Step 1: Locate the Phase 4 dispatch prompt in SKILL.md | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 187 | ### Step 2: Update the file node format | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 199 | ### Step 3: Verify | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 203 | ### Step 4: Commit | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 220 | ### Step 1: Locate the Phase 5 dispatch prompt in SKILL.md | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 240 | ### Step 2: Replace all three payload sections | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 261 | ### Step 3: Update tour-builder-prompt.md input schema | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 303 | ### Step 4: Verify | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 308 | ### Step 5: Commit | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 326 | ### Step 1: Update the "Build the combined prompt template" block in SKILL.md Phase 2 | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 361 | ### Step 2: Add Language and Framework Quick Reference to file-analyzer-prompt.md | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 397 | ### Step 3: Verify | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 403 | ### Step 4: Commit | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 420 | ### Step 1: Add Step 8 to the scanner script requirements | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 460 | ### Step 2: Update the scanner script output format | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 500 | ### Step 3: Update the final assembly section to preserve importMap | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 528 | ### Step 4: Verify | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 536 | ### Step 5: Commit | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 552 | ### Step 1: Update the input JSON schema (Script Requirements, step 1) | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 585 | ### Step 2: Remove the imports extraction from "What the Script Must Extract" | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 604 | ### Step 3: Update the script output format to remove imports | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 640 | ### Step 4: Update "Preparing the Script Input" section | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 664 | ### Step 5: Update Step 3 (Create Edges) — Import edge creation rule | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 676 | ### Step 6: Remove `allProjectFiles` references from Critical Constraints | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 735 | ### Step 2: Change batch size and concurrency in Phase 2 | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 757 | ### Step 3: Add batchImportData construction to the dispatch block | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 807 | ### Step 4: Update incremental update path | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 819 | ### Step 5: Verify all Phase 2 changes | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 829 | ### Step 6: Commit | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 892 | ### Step 1: Build the packages | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 901 | ### Step 2: Find installed plugin version and copy to cache | COMMENT |
| LOW | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 915 | ### Step 3: Smoke test on a small project (~20 files) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …n/skills/understand-knowledge/merge-knowledge-graph.py | 0 | mirror core resolveuadir: legacy .understand-anything/ wins if present. | STRING |
| HIGH | …in/skills/understand-knowledge/parse-knowledge-base.py | 0 | mirror core resolveuadir: legacy .understand-anything/ wins if present. | STRING |
| HIGH | …nything-plugin/skills/understand/merge-batch-graphs.py | 0 | mirror core resolveuadir: legacy .understand-anything/ wins if present. | STRING |
| HIGH | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 0 | mirror core resolveuadir: legacy .understand-anything/ wins if present. | STRING |
| HIGH | …gin/skills/understand-domain/extract-domain-context.py | 0 | mirror core resolveuadir: legacy .understand-anything/ wins if present. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/plugins/extractors/__tests__/python-extractor.test.ts | 69 | print(name) | CODE |
| HIGH | …/plugins/extractors/__tests__/python-extractor.test.ts | 557 | print("hello") | CODE |
| HIGH | …/plugins/extractors/__tests__/python-extractor.test.ts | 614 | return None | CODE |
| HIGH | …/plugins/extractors/__tests__/python-extractor.test.ts | 621 | print(args, kwargs) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …n/skills/understand-knowledge/merge-knowledge-graph.py | 125 | print(f"Error: {manifest_path} not found. Run parse-knowledge-base.py first.", | CODE |
| MEDIUM | …n/skills/understand-knowledge/merge-knowledge-graph.py | 419 | print(f"Error: {root} is not a directory", file=sys.stderr) | CODE |
| MEDIUM | …in/skills/understand-knowledge/parse-knowledge-base.py | 543 | print(f"Error: {root} is not a directory", file=sys.stderr) | CODE |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 1072 | print(f"Error: {intermediate_dir} does not exist", file=sys.stderr) | CODE |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 1083 | print("Error: no batch-*.json files found in intermediate/", file=sys.stderr) | CODE |
| MEDIUM | …nything-plugin/skills/understand/merge-batch-graphs.py | 1175 | print("Error: no valid batch files loaded", file=sys.stderr) | CODE |
| MEDIUM | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 321 | print(f"Error: {ua_dir} does not exist", file=sys.stderr) | CODE |
| MEDIUM | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 357 | print("Error: no valid subdomain graphs loaded", file=sys.stderr) | CODE |
| MEDIUM | …gin/skills/understand-domain/extract-domain-context.py | 390 | print(f"Error: {project_root} is not a directory", file=sys.stderr) | CODE |
| LOW | …gin/skills/understand-domain/extract-domain-context.py | 429 | except Exception as e: | CODE |
| MEDIUM | …gin/skills/understand-domain/extract-domain-context.py | 430 | print(f"Error: {e}", file=sys.stderr) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 53 | Understand Anything is a [Claude Code Plugin](https://code.claude.com/docs/en/plugins-reference#plugins-reference) that | CODE |
| MEDIUM | …powers/plans/2026-06-24-understand-figma-foundation.md | 1172 | ### Task 10: `/understand-figma` skill orchestration (`SKILL.md`) | COMMENT |
| MEDIUM⚡ | …s/superpowers/plans/2026-03-27-token-reduction-impl.md | 707 | ## Task 7: C1c + C2 — Update SKILL.md Phase 2 orchestration | COMMENT |
| MEDIUM | READMEs/README.zh-TW.md | 43 | Understand Anything 是一個 [Claude Code Plugin](https://code.claude.com/docs/en/plugins-reference#plugins-reference),透過多智能體 | CODE |
| MEDIUM | READMEs/README.zh-CN.md | 43 | Understand Anything 是一个 [Claude Code Plugin](https://code.claude.com/docs/en/plugins-reference#plugins-reference),通过多智能体 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …n/skills/understand-knowledge/merge-knowledge-graph.py | 120 | CODE | |
| LOW | …in/skills/understand-knowledge/parse-knowledge-base.py | 144 | CODE | |
| LOW | …in/skills/understand-knowledge/parse-knowledge-base.py | 283 | CODE | |
| LOW | …in/skills/understand-knowledge/parse-knowledge-base.py | 323 | CODE | |
| LOW | …nything-plugin/skills/understand/merge-batch-graphs.py | 265 | CODE | |
| LOW | …nything-plugin/skills/understand/merge-batch-graphs.py | 381 | CODE | |
| LOW | …nything-plugin/skills/understand/merge-batch-graphs.py | 616 | CODE | |
| LOW | …ing-plugin/skills/understand/merge-subdomain-graphs.py | 66 | CODE | |
| LOW | …gin/skills/understand-domain/extract-domain-context.py | 158 | CODE | |
| LOW | …gin/skills/understand-domain/extract-domain-context.py | 204 | CODE | |
| LOW | …gin/skills/understand-domain/extract-domain-context.py | 313 | CODE | |
| LOW | …gin/skills/understand-domain/extract-domain-context.py | 166 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | understand-anything-plugin/hooks/auto-update-prompt.md | 101 | COMMENT | |
| LOW | …-anything-plugin/packages/core/src/ignore-generator.ts | 1 | import { existsSync, readdirSync, readFileSync, type Dirent } from "node:fs"; | COMMENT |
| LOW | …plugin/packages/dashboard/src/components/GraphView.tsx | 1201 | expandedContainers, | COMMENT |
| LOW | …nything-plugin/skills/understand/merge-batch-graphs.py | 301 | # We do NOT strip these edges — the *pairing* is real evidence (the LLM | COMMENT |
| LOW | …nything-plugin/skills/understand/merge-batch-graphs.py | 661 | if is_test_path(path): | COMMENT |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 241 | # Real case from microservices-demo cartservice: | COMMENT |
| LOW | …uperpowers/specs/2026-04-10-understandignore-design.md | 161 | # Built-in defaults (always excluded unless negated): | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …n/skills/understand-knowledge/merge-knowledge-graph.py | 21 | CODE | |
| LOW | …in/skills/understand-knowledge/parse-knowledge-base.py | 19 | CODE | |
| LOW | …gin/skills/understand-domain/extract-domain-context.py | 17 | CODE | |
| LOW | tests/skill/understand/test_merge_subdomain_graphs.py | 10 | CODE | |
| LOW | tests/skill/understand/test_merge_batch_graphs.py | 9 | CODE | |
| LOW | tests/skill/knowledge/test_parse_knowledge_base.py | 10 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/superpowers/plans/2026-03-14-phase3-implementation.md | 968 | **Context:** Users should be able to click "Explain" on any node to get a detailed plain-English explanation generated b | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …n/skills/understand-knowledge/merge-knowledge-graph.py | 233 | # Step 1: Build entity/claim → article mapping from edges | COMMENT |
| LOW | …n/skills/understand-knowledge/merge-knowledge-graph.py | 244 | # Step 2: For orphan entities/claims, try to match by ID prefix | COMMENT |
| LOW | …n/skills/understand-knowledge/merge-knowledge-graph.py | 298 | # Step 3: Place children into their parent article's layer | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …c/plugins/extractors/__tests__/scala-extractor.test.ts | 245 | def helper(x: Int): Int = x | CODE |
| LOW | …c/plugins/extractors/__tests__/scala-extractor.test.ts | 414 | const { tree, parser, root } = parse(`private[service] def helper(): Unit = () | CODE |
| LOW | …c/plugins/extractors/__tests__/scala-extractor.test.ts | 464 | def helper(args: List[String]): AnyRef = null | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install.sh | 4 | # Usage: | COMMENT |