Repository Analysis

sonofmagic/weapp-tailwindcss

weapp-tailwindcss - bring tailwindcss to weapp ! 把 tailwindcss 原子化思想带入小程序开发吧 !

2.6 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of sonofmagic/weapp-tailwindcss, a TypeScript project with 1,828 GitHub stars. SynthScan v2.0 examined 686,387 lines of code across 3420 source files, recording 1613 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 2.6 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).

2.6
Adjusted Score
2.6
Raw Score
100%
Time Factor
2026-07-14
Last Push
1.8K
Stars
TypeScript
Language
686.4K
Lines of Code
3.4K
Files
1.6K
Pattern Hits
2026-07-14
Scan Date
0.00
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 9HIGH 0MEDIUM 22LOW 1582

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 1613 distinct pattern matches across 9 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.

Hyper-Verbose Identifiers1489 hits · 1528 pts
SeverityFileLineSnippetContext
LOWvitest.config.ts41function loadProjectRootsFromWorkspace(): string[] {CODE
LOW…ailwindcss-plugin-compare/src/report-web-comparison.ts128export function renderWebTargetComparison(report: BenchmarkReport, caseName: CaseNameFormatter) {CODE
LOWdemo/taro-webpack-vue3-tailwindcss-v4/config/index.ts36function disableWebpackDevServerClientOverlay(chain: any) {CODE
LOWdemo/web/shared/vite-target.ts8export function resolveWebDemoGeneratorTarget(): WebDemoGeneratorTarget {CODE
LOWdemo/web/shared/vite-target.ts13export function createWebDemoWeappTailwindcssPlugins(projectRoot: string): PluginOption[] {CODE
LOW…/uni-app-vite-tailwindcss-v4/src/pages/index/index.vue296function removeExistingSpecialClassProbe() {CODE
LOW…/uni-app-vite-tailwindcss-v4/src/pages/index/index.vue301function createSpecialClassProbeStyle(documentRef: Document) {CODE
LOW…/uni-app-vite-tailwindcss-v4/src/pages/index/index.vue318function createSpecialClassProbeElement(documentRef: Document, className: string, text: string) {CODE
LOWdemo/__tests__/tailwind-path-directives.test.ts116function getPositiveSourceSpecifiers(source: string) {CODE
LOWdemo/__tests__/tailwind-path-directives.test.ts130function isAllowedSubpackageSourceSpecifier(relativePath: string, specifier: string) {CODE
LOWdemo/__tests__/tailwind-path-directives.test.ts146function getDemoProjectFromDemoRelativePath(relativePath: string) {CODE
LOWdemo/__tests__/tailwind-path-directives.test.ts171function getSubpackageConfigCandidates(root: typeof subpackageRoots[number]) {CODE
LOWdemo/__tests__/tailwind-path-directives.test.ts181function projectDeclaresSubpackage(source: string, root: typeof subpackageRoots[number]) {CODE
LOWdemo/__tests__/wxss-output.test.ts443function resolveRecursiveAppWxssArtifacts(): string[] {CODE
LOWdemo/taro-webpack-react-tailwindcss-v4/config/index.ts42function disableWebpackDevServerClientOverlay(chain: any) {CODE
LOW…dcss-scripts/src/watch-hmr-regression/memory-report.ts105export function summarizeMemoryDebugSamples(samples: HmrMemoryDebugSample[]): HmrMemoryDebugSummary {CODE
LOW…dcss-scripts/src/watch-hmr-regression/memory-report.ts226function createProjectMemoryReport(item: WatchCaseMetrics): HmrMemoryProjectReport {CODE
LOW…lwindcss-scripts/src/watch-hmr-regression/artifacts.ts42export async function collectWatchArtifactFiles(watchCase: WatchCase) {CODE
LOW…lwindcss-scripts/src/watch-hmr-regression/artifacts.ts105export async function collectWatchArtifactSnapshot(CODE
LOW…lwindcss-scripts/src/watch-hmr-regression/artifacts.ts162export function diffWatchArtifactSnapshots(CODE
LOW…lwindcss-scripts/src/watch-hmr-regression/artifacts.ts261export function countSubPackageMutationHmr(metrics: SubPackageMutationMetrics | undefined) {CODE
LOW…windcss-scripts/src/watch-hmr-regression/style-only.ts24function toStyleOnlyWatchCaseMetrics(CODE
LOW…p-tailwindcss-scripts/src/watch-hmr-regression/text.ts260export function mutateScriptByDataAnchorWithCommentCarrier(CODE
LOW…p-tailwindcss-scripts/src/watch-hmr-regression/text.ts275export function mutateTsxScriptByReturnAnchor(source: string, payload: ClassMutationPayload, returnAnchor = ' return ('CODE
LOW…p-tailwindcss-scripts/src/watch-hmr-regression/text.ts300export function mutateTsxScriptByReturnAnchorWithCommentCarrier(CODE
LOW…p-tailwindcss-scripts/src/watch-hmr-regression/text.ts329export function mutateVueScriptSetupArrayByAnchor(CODE
LOW…p-tailwindcss-scripts/src/watch-hmr-regression/text.ts344export function mutateVueScriptSetupObjectKeyByAnchor(CODE
LOW…p-tailwindcss-scripts/src/watch-hmr-regression/text.ts365export function insertIntoVueTemplateRoot(source: string, snippet: string) {CODE
LOW…p-tailwindcss-scripts/src/watch-hmr-regression/text.ts383export function mutateVueScriptSetupArrayByAnchorWithCommentCarrier(CODE
LOW…p-tailwindcss-scripts/src/watch-hmr-regression/text.ts411export function mutateVueScriptSetupObjectKeyByAnchorWithCommentCarrier(CODE
LOW…p-tailwindcss-scripts/src/watch-hmr-regression/text.ts439export function mutateVueRefStringLiteral(CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/summary.ts92export function summarizeMetricsByProject(cases: WatchCaseMetrics[]) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/summary.ts109export function summarizeMutationMetricsByKind(mutations: WatchCaseMutationMetrics[]) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/summary.ts143export function summarizeMutationKindAcrossCases(cases: WatchCaseMetrics[]) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/summary.ts152export function resolveRepositoryRootLabel(baseCwd: string) {CODE
LOW…s-scripts/src/watch-hmr-regression/output-integrity.ts18export function createOutputIntegrityMonitor(guards: OutputIntegrityGuard[] | undefined) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts43function isSassDeprecationNoiseLine(line: string) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts115function stripAnsiControlSequences(line: string) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts281function listDescendantPidsOnPosix(rootPid: number) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts385function sampleProcessTreeMemoryOnPosix(rootPid: number): Omit<MemoryUsageSample, 'at'> | undefined {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts467export function createWindowsProcessTreeMemoryScript(rootPid: number, cwd = process.cwd()) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts512function sampleProcessTreeMemoryOnWindows(rootPid: number): Omit<MemoryUsageSample, 'at'> | undefined {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts550function normalizeWindowsTopProcesses(value: unknown): MemoryProcessSample[] {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts625function listMatchingWatchPidsByCwd(cwd: string) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts669function cleanupExistingWatchProcesses(cwd: string) {CODE
LOW…ailwindcss-scripts/src/watch-hmr-regression/session.ts794export function createWatchCommandSession(CODE
LOW…scripts/src/watch-hmr-regression/web-compile-settle.ts35export function resolveReloadAcceptAttemptTimeout(timeoutMs: number, pollMs: number) {CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts102async function runSubPackageMutationInNewSession(CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts553function normalizeMainStyleSubPackageLimit(limit: number | undefined, total: number) {CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts560function createMainStyleOnlyMetrics(params: {CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts750export function assertPluginProcessBudget(metrics: WatchCaseMetrics, options: CliOptions) {CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts833function collectClassMutationBudgetSamples(CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts863function collectClassMutationPluginProcessBudgetSamples(CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts917function collectStyleMutationPluginProcessBudgetSamples(CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts932function collectPluginProcessBudgetSamples(metrics: WatchCaseMetrics): PluginProcessBudgetSample[] {CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts1017function collectStyleMutationBudgetSample(CODE
LOW…tailwindcss-scripts/src/watch-hmr-regression/runner.ts1026function collectHotUpdateBudgetSamples(metrics: WatchCaseMetrics): HotUpdateBudgetSample[] {CODE
LOW…pp-tailwindcss-scripts/src/watch-hmr-regression/web.ts42function collectPluginProcessMetrics(samples: PluginProcessSample[], startedAt: number) {CODE
LOW…pp-tailwindcss-scripts/src/watch-hmr-regression/web.ts86function resolveRollbackExpectedStyle(config: WebHmrConfig) {CODE
LOW…pp-tailwindcss-scripts/src/watch-hmr-regression/web.ts94function resolveRollbackClassLiteral(config: WebHmrConfig) {CODE
1429 more matches not shown…
Hallucination Indicators9 hits · 90 pts
SeverityFileLineSnippetContext
CRITICAL…ndlers/webpack-style-injector-integration.unit.test.ts101 const updateSource = harness.compilation.updateAsset.mock.calls.at(-1)?.[1] as () => FakeConcatSourceCODE
CRITICAL…test/bundlers/webpack.v5.unit/web-css-rewrite.cases.ts109 const onUpdateCalls = testState.currentContext.onUpdate.mock.calls.filter(([file]) => file === 'chunk.js')CODE
CRITICAL…test/bundlers/webpack.v5.unit/web-css-rewrite.cases.ts111 expect(testState.currentContext.onUpdate.mock.calls.some(([file]) => file === 'same.js')).toBe(false)CODE
CRITICAL…dlers/webpack.v5.unit/v5-assets.hook-branches.cases.ts288 const linkedUpdate = harness.compilation.updateAsset.mock.calls.find(([file]) => file === 'linked.js')CODE
CRITICAL…dlers/webpack.v5.unit/v5-assets.hook-branches.cases.ts326 expect(harness.compilation.updateAsset.mock.calls.some(([file]) => file === 'linked.js')).toBe(false)CODE
CRITICAL…dlers/webpack.v5.unit/v5-assets.hook-branches.cases.ts363 const linkedUpdate = harness.compilation.updateAsset.mock.calls.find(([file, source]) =>CODE
CRITICAL…/test/bundlers/webpack.v5.unit/source-css-hot.cases.ts140 expect(testState.currentContext.styleHandler.mock.calls.at(-1)?.[0]).toBe(secondSourceCss)CODE
CRITICAL…/test/bundlers/webpack.v5.unit/source-css-hot.cases.ts141 expect(testState.currentContext.styleHandler.mock.calls.at(-1)?.[1]?.sourceOptions?.sourceCss).toContain('@apply fCODE
CRITICAL…/test/bundlers/webpack.v5.unit/source-css-hot.cases.ts285 expect(testState.currentContext.styleHandler.mock.calls.at(-1)?.[1]?.sourceOptions?.sourceCss).toBe(rollbackSourceCODE
Over-Commented Block54 hits · 50 pts
SeverityFileLineSnippetContext
LOWbenchmark/app/src/vite-env.d.ts1/// <reference types="vite/client" />COMMENT
LOWdemo/taro-webpack-vue3-tailwindcss-v4/config/prod.ts21 // chain.plugin('analyzer')COMMENT
LOW…ssue-951-taro-vite-react-tailwindcss-v4/config/prod.ts21 // */COMMENT
LOWdemo/taro-vite-vue3-tailwindcss-v4/config/prod.ts21 // */COMMENT
LOWdemo/taro-vite-react-tailwindcss-v4/config/prod.ts21 // */COMMENT
LOWdemo/gulp-tailwindcss-v4/postcss.config.js21 // rootValue: 32,COMMENT
LOWdemo/taro-webpack-react-tailwindcss-v4/config/prod.ts21 // chain.plugin('analyzer')COMMENT
LOWdemo/weapp-vite-tailwindcss-v4/vite.config.ts21 '*': [/^t-class(?:-.+)?$/],COMMENT
LOWdemo/mpx-tailwindcss-v4/.eslintrc.js1module.exports = {COMMENT
LOWtools/weapp-tailwindcss-scripts/src/js-bench.ts1/* empty */COMMENT
LOW…ols/weapp-tailwindcss-scripts/src/build-weapp-theme.ts1// https://github.com/tailwindlabs/tailwindcss/discussions/15356COMMENT
LOWwebsite/playwright.config.ts81 // name: 'Microsoft Edge',COMMENT
LOWpackages/weapp-tailwindcss/test/options.test.ts261COMMENT
LOWpackages/weapp-tailwindcss/test/options.test.ts341 const config = getCompilerContext({COMMENT
LOWpackages/weapp-tailwindcss/test/options.test.ts361 // const o0o = getCompilerContext({COMMENT
LOWpackages/weapp-tailwindcss/test/options.test.ts441COMMENT
LOW…s/weapp-tailwindcss/test/wxml/templeteReplacer.test.ts261 // })COMMENT
LOWpackages/weapp-tailwindcss/test/vitest/vite.test.ts21 const vitePlugins: Plugin[] = []COMMENT
LOWpackages/postcss/test/plugins/index.test.ts1import postcss from 'postcss'COMMENT
LOWpackages/postcss/test/plugins/index.test.ts21// 1 RootCOMMENT
LOWpackages/postcss/src/plugins/pre.ts61// @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(frCOMMENT
LOWpackages/postcss/src/plugins/pre.ts81// --tw-inset-ring-color: initial;COMMENT
LOW.github/ISSUE_TEMPLATE/config.yml1blank_issues_enabled: falseCOMMENT
LOWtemplates/taro-webpack-tailwindcss-v4/config/prod.ts21 // chain.plugin('analyzer')COMMENT
LOWtemplates/taro-vite-tailwindcss-v4/config/prod.ts21 // */COMMENT
LOWpackages-runtime/theme-transition/test/scss.test.ts41 })COMMENT
LOWpackages-runtime/typography/test/index.test.ts161 // color: var(--tw-prose-lead);COMMENT
LOWpackages-runtime/typography/test/index.test.ts181 // }COMMENT
LOWpackages-runtime/typography/test/index.test.ts241 expect(result.css).toMatchSnapshot()COMMENT
LOWpackages-runtime/typography/test/index.test.ts261 // .sm\:prose :where(.sm\:prose > ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {COMMENT
LOWpackages-runtime/typography/test/index.test.ts361 },COMMENT
LOWpackages-runtime/typography/test/index.test.ts381 // .prose :where(ol[type='A']):not(:where([class~='not-prose'], [class~='not-prose'] *)) {COMMENT
LOWpackages-runtime/typography/test/index.test.ts401 // content: '&#96;';COMMENT
LOWpackages-runtime/typography/test/index.test.ts421 // .prose-lg :where(.prose-lg > ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {COMMENT
LOWpackages-runtime/typography/test/index.test.ts501 // color: var(--tw-prose-lead);COMMENT
LOWpackages-runtime/typography/test/index.test.ts521 // }COMMENT
LOWpackages-runtime/typography/test/index.test.ts541 // .prose-headings\:text-ellipsis h4 {COMMENT
LOWpackages-runtime/typography/test/index.test.ts621 // color: var(--tw-prose-bold);COMMENT
LOWpackages-runtime/typography/test/index.test.ts721 // color: var(--tw-prose-lead);COMMENT
LOWpackages-runtime/typography/test/index.test.ts741 // .prose-h3\:text-xl :is(:where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *))) {COMMENT
LOWpackages-runtime/typography/test/index.test.ts761 // margin-right: auto;COMMENT
LOWpackages-runtime/typography/test/index.test.ts781 // .prose-ul\:pl-8 :is(:where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *))) {COMMENT
LOWpackages-runtime/typography/test/index.test.ts801 // text-align: left;COMMENT
LOWpackages-runtime/typography/test/index.test.ts881 expect(result.css).toMatchSnapshot()COMMENT
LOWpackages-runtime/typography/test/index.test.ts901 // .markdown-h1\:text-3xl :is(:where(h1):not(:where([class~='not-markdown'], [class~='not-markdown'] *))) {COMMENT
LOWpackages-runtime/typography/test/index.test.ts921 // .markdown-a\:font-bold :is(:where(a):not(:where([class~='not-markdown'], [class~='not-markdown'] *))) {COMMENT
LOWpackages-runtime/typography/test/index.test.ts941 // font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospaceCOMMENT
LOWpackages-runtime/typography/test/index.test.ts961 // --tw-border-opacity: 1;COMMENT
LOWpackages-runtime/typography/test/index.test.ts1041 },COMMENT
LOWpackages-runtime/typography/test/index.test.ts1141 const result = await run(config)COMMENT
LOWpackages-runtime/typography/test/index.test.ts1181 // expect(result.css).include(css`COMMENT
LOWpackages-runtime/typography/test/index.test.ts1221 // color: red;COMMENT
LOWpackages-runtime/typography/test/index.test.ts1261 // }COMMENT
LOWpackages-runtime/typography/test/index.test.ts1281 // color: var(--tw-prose-body);COMMENT
Modern AI Meta-Vocabulary22 hits · 44 pts
SeverityFileLineSnippetContext
MEDIUMwebsite/docs/ai/basics/rag.md22# RAG(检索增强生成)COMMENT
MEDIUMwebsite/docs/ai/basics/rag.md32## RAG 的核心概念COMMENT
MEDIUMwebsite/docs/ai/basics/rag.md34### 1. 为什么需要 RAGCOMMENT
MEDIUMwebsite/docs/ai/basics/rag.md50### 2. RAG vs Fine-tuningCOMMENT
MEDIUMwebsite/docs/ai/basics/rag.md64## RAG 的工作原理COMMENT
MEDIUMwebsite/docs/ai/basics/rag.md147## RAG 的实现方式COMMENT
MEDIUMwebsite/docs/ai/basics/rag.md149### 1. Naive RAG(基础 RAG)COMMENT
MEDIUMwebsite/docs/ai/basics/rag.md176### 2. Advanced RAG(高级 RAG)STRING
MEDIUMwebsite/docs/ai/basics/rag.md208### 3. Modular RAG(模块化 RAG)STRING
MEDIUMwebsite/docs/ai/basics/rag.md230## RAG 的优化技术STRING
MEDIUMwebsite/docs/ai/basics/rag.md339#### 自我修正 (Self-RAG)STRING
MEDIUMwebsite/docs/ai/basics/rag.md348## RAG 的应用场景STRING
MEDIUMwebsite/docs/ai/basics/rag.md400## RAG 的评估指标STRING
MEDIUMwebsite/docs/ai/basics/rag.md423# RAG 评估框架示例STRING
MEDIUMwebsite/docs/ai/basics/rag.md439## RAG 的常见问题STRING
MEDIUMwebsite/docs/ai/basics/rag.md479## RAG 开源框架STRING
MEDIUMwebsite/docs/ai/basics/rag.md488# 创建 RAG 链STRING
MEDIUMwebsite/docs/ai/basics/rag.md516# 创建 RAG PipelineSTRING
MEDIUMwebsite/docs/ai/basics/rag.md531## RAG 实现清单STRING
MEDIUMwebsite/docs/ai/basics/context-window.md195### 4. 向量检索 (RAG)COMMENT
MEDIUMwebsite/static/llms-index.json606 "# 1. 为什么需要 RAG",CODE
MEDIUMwebsite/static/llms-index.json607 "# 2. RAG vs Fine-tuning",CODE
Fake / Example Data27 hits · 30 pts
SeverityFileLineSnippetContext
LOWwebsite/docs/ai/basics/power.md358 "email": "user@example.com",CODE
LOW.agents/skills/playwright-cli/SKILL.md38playwright-cli fill e5 "user@example.com"CODE
LOW.agents/skills/playwright-cli/SKILL.md233playwright-cli fill e1 "user@example.com"CODE
LOW…ts/skills/playwright-cli/references/test-generation.md21playwright-cli fill e1 "user@example.com"CODE
LOW…ts/skills/playwright-cli/references/test-generation.md23# await page.getByRole('textbox', { name: 'Email' }).fill('user@example.com');COMMENT
LOW…ts/skills/playwright-cli/references/test-generation.md44 await page.getByRole('textbox', { name: 'Email' }).fill('user@example.com')CODE
LOW…gents/skills/playwright-cli/references/running-code.md214 await page.fill('input[name=email]', 'user@example.com');CODE
LOW…ents/skills/playwright-cli/references/storage-state.md238playwright-cli fill e1 "user@example.com"CODE
LOW…skills/playwright-cli/references/session-management.md17playwright-cli -s=auth fill e1 "user@example.com"CODE
LOW.claude/skills/playwright-cli/SKILL.md38playwright-cli fill e5 "user@example.com"CODE
LOW.claude/skills/playwright-cli/SKILL.md233playwright-cli fill e1 "user@example.com"CODE
LOW…de/skills/playwright-cli/references/test-generation.md21playwright-cli fill e1 "user@example.com"CODE
LOW…de/skills/playwright-cli/references/test-generation.md23# await page.getByRole('textbox', { name: 'Email' }).fill('user@example.com');COMMENT
LOW…de/skills/playwright-cli/references/test-generation.md44 await page.getByRole('textbox', { name: 'Email' }).fill('user@example.com')CODE
LOW…laude/skills/playwright-cli/references/running-code.md214 await page.fill('input[name=email]', 'user@example.com');CODE
LOW…aude/skills/playwright-cli/references/storage-state.md238playwright-cli fill e1 "user@example.com"CODE
LOW…skills/playwright-cli/references/session-management.md17playwright-cli -s=auth fill e1 "user@example.com"CODE
LOW.codex/skills/playwright-cli/SKILL.md50playwright-cli fill e5 "user@example.com"CODE
LOW.codex/skills/playwright-cli/SKILL.md245playwright-cli fill e1 "user@example.com"CODE
LOW…ex/skills/playwright-cli/references/test-generation.md21playwright-cli fill e1 "user@example.com"CODE
LOW…ex/skills/playwright-cli/references/test-generation.md23# await page.getByRole('textbox', { name: 'Email' }).fill('user@example.com');COMMENT
LOW…ex/skills/playwright-cli/references/test-generation.md44 await page.getByRole('textbox', { name: 'Email' }).fill('user@example.com')CODE
LOW.codex/skills/playwright-cli/references/running-code.md214 await page.fill('input[name=email]', 'user@example.com');CODE
LOW…odex/skills/playwright-cli/references/storage-state.md238playwright-cli fill e1 "user@example.com"CODE
LOW…skills/playwright-cli/references/session-management.md17playwright-cli -s=auth fill e1 "user@example.com"CODE
LOW…tailwindcss/test/v5/web-compat-computed-parity.test.ts372 <input id="input" class="placeholder:text-brand/60 disabled:opacity-40" placeholder="placeholder" disabled>CODE
LOWpackages-runtime/merge/src/slim-config.ts946 orderSensitiveModifiers: ['*', '**', 'after', 'backdrop', 'before', 'details-content', 'file', 'first-letter', 'firsCODE
Structural Annotation Overuse6 hits · 14 pts
SeverityFileLineSnippetContext
LOW…ents/skills/playwright-cli/references/storage-state.md235# Step 1: Login and save stateCOMMENT
LOW…ents/skills/playwright-cli/references/storage-state.md245# Step 2: Later, restore state and skip loginCOMMENT
LOW…aude/skills/playwright-cli/references/storage-state.md235# Step 1: Login and save stateCOMMENT
LOW…aude/skills/playwright-cli/references/storage-state.md245# Step 2: Later, restore state and skip loginCOMMENT
LOW…odex/skills/playwright-cli/references/storage-state.md235# Step 1: Login and save stateCOMMENT
LOW…odex/skills/playwright-cli/references/storage-state.md245# Step 2: Later, restore state and skip loginCOMMENT
Excessive Try-Catch Wrapping3 hits · 3 pts
SeverityFileLineSnippetContext
LOWscripts/scan-wechat-qrcode.py145 except Exception as error: # pragma: no coverCODE
LOWscripts/scan-wechat-qrcode.py183 except Exception as error:CODE
LOWscripts/scan-wechat-qrcode.py195 except Exception as error:CODE
Unused Imports2 hits · 2 pts
SeverityFileLineSnippetContext
LOWscripts/scan-wechat-qrcode.py4CODE
LOWtalk/2026-04-02-live/rebuild_deck.py1CODE
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippetContext
LOWtalk/2026-04-02-live/rebuild_deck.py432CODE