Repository Analysis

tech-leads-club/agent-skills

The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.

4.1 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of tech-leads-club/agent-skills, a TypeScript project with 4,868 GitHub stars. SynthScan v2.0 examined 184,379 lines of code across 963 source files, recording 294 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 4.1 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).

4.1
Adjusted Score
4.1
Raw Score
100%
Time Factor
2026-07-07
Last Push
4.9K
Stars
TypeScript
Language
184.4K
Lines of Code
963
Files
294
Pattern Hits
2026-07-14
Scan Date
0.03
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 13HIGH 20MEDIUM 85LOW 176

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 294 distinct pattern matches across 18 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Structural Annotation Overuse104 hits · 178 pts
SeverityFileLineSnippetContext
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md477### Step 1: Analyze CodebaseCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md481### Step 2: Create Resources via MCPCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md487### Step 3: Configure Environment VariablesCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md493### Step 4: Verify DeploymentCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md268### Step 1: Analyze CodebaseCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md272### Step 2: Generate render.yamlCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md334### Step 3: Validate ConfigurationCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md352### Step 4: Commit and PushCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md370### Step 5: Generate DeeplinkCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md400### Step 6: Guide UserCOMMENT
LOW…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md416### Step 7: Verify DeploymentCOMMENT
LOW…ls/(cloud)/render-deploy/references/direct-creation.md7### Step 1: Analyze CodebaseCOMMENT
LOW…ls/(cloud)/render-deploy/references/direct-creation.md11### Step 2: Create Resources via MCPCOMMENT
LOW…ls/(cloud)/render-deploy/references/direct-creation.md81### Step 3: Configure Environment VariablesCOMMENT
LOW…ls/(cloud)/render-deploy/references/direct-creation.md98### Step 4: Verify DeploymentCOMMENT
LOW…/skills-catalog/skills/(development)/codenavi/SKILL.md32### Step 1: BriefingCOMMENT
LOW…/skills-catalog/skills/(development)/codenavi/SKILL.md46### Step 2: ReconCOMMENT
LOW…/skills-catalog/skills/(development)/codenavi/SKILL.md64### Step 3: PlanCOMMENT
LOW…/skills-catalog/skills/(development)/codenavi/SKILL.md86### Step 4: ExecuteCOMMENT
LOW…/skills-catalog/skills/(development)/codenavi/SKILL.md117### Step 5: VerifyCOMMENT
LOW…/skills-catalog/skills/(development)/codenavi/SKILL.md128### Step 6: DebriefCOMMENT
LOW…ills-catalog/skills/(development)/docs-writer/SKILL.md10## Step 1: Understand the goal and create a planCOMMENT
LOW…ills-catalog/skills/(development)/docs-writer/SKILL.md16## Step 2: Investigate and gather informationCOMMENT
LOW…ills-catalog/skills/(development)/docs-writer/SKILL.md22## Step 3: Write or edit the documentationCOMMENT
LOW…ills-catalog/skills/(development)/docs-writer/SKILL.md35## Step 4: Verify and finalizeCOMMENT
LOW…s/skills-catalog/skills/(creation)/create-rfc/SKILL.md52### Step 1: Gather Context (if not provided)COMMENT
LOW…s/skills-catalog/skills/(creation)/create-rfc/SKILL.md98### Step 2: Validate Mandatory FieldsCOMMENT
LOW…s/skills-catalog/skills/(creation)/create-rfc/SKILL.md114### Step 3: Detect RFC Type and Tailor SectionsCOMMENT
LOW…s/skills-catalog/skills/(creation)/create-rfc/SKILL.md124### Step 4: Generate RFC DocumentCOMMENT
LOW…s/skills-catalog/skills/(creation)/create-rfc/SKILL.md128### Step 5: Offer Next StepsCOMMENT
LOW…skills/(creation)/create-technical-design-doc/SKILL.md227### Step 1: Initial GatheringCOMMENT
LOW…skills/(creation)/create-technical-design-doc/SKILL.md276### Step 2: Validate Mandatory InformationCOMMENT
LOW…skills/(creation)/create-technical-design-doc/SKILL.md337### Step 3: Check for Critical SectionsCOMMENT
LOW…skills/(creation)/create-technical-design-doc/SKILL.md381### Step 4: Offer Suggested SectionsCOMMENT
LOW…skills/(creation)/create-technical-design-doc/SKILL.md415### Step 5: Generate DocumentCOMMENT
LOW…skills/(creation)/create-technical-design-doc/SKILL.md419### Step 6: Offer Confluence IntegrationCOMMENT
LOW…s/skills-catalog/skills/(creation)/create-adr/SKILL.md69### Step 1: Gather Context (if not provided)COMMENT
LOW…s/skills-catalog/skills/(creation)/create-adr/SKILL.md115### Step 2: Validate Mandatory FieldsCOMMENT
LOW…s/skills-catalog/skills/(creation)/create-adr/SKILL.md135### Step 3: Assign ADR NumberCOMMENT
LOW…s/skills-catalog/skills/(creation)/create-adr/SKILL.md144### Step 4: Generate the ADRCOMMENT
LOW…s/skills-catalog/skills/(creation)/create-adr/SKILL.md148### Step 5: Offer File PlacementCOMMENT
LOW…r-decomposition/references/domain-analysis-examples.md400### Step 1: Concepts ExtractedCOMMENT
LOW…r-decomposition/references/domain-analysis-examples.md406### Step 2: Language GroupsCOMMENT
LOW…r-decomposition/references/domain-analysis-examples.md410### Step 3: Subdomains IdentifiedCOMMENT
LOW…r-decomposition/references/domain-analysis-examples.md417### Step 4: Cohesion MatrixCOMMENT
LOW…r-decomposition/references/domain-analysis-examples.md422### Step 5: Issues FoundCOMMENT
LOW…r-decomposition/references/domain-analysis-examples.md427### Step 6: RecommendationsCOMMENT
LOW…alog/skills/(architecture)/domain-analysis/EXAMPLES.md400### Step 1: Concepts ExtractedCOMMENT
LOW…alog/skills/(architecture)/domain-analysis/EXAMPLES.md406### Step 2: Language GroupsCOMMENT
LOW…alog/skills/(architecture)/domain-analysis/EXAMPLES.md410### Step 3: Subdomains IdentifiedCOMMENT
LOW…alog/skills/(architecture)/domain-analysis/EXAMPLES.md417### Step 4: Cohesion MatrixCOMMENT
LOW…alog/skills/(architecture)/domain-analysis/EXAMPLES.md422### Step 5: Issues FoundCOMMENT
LOW…alog/skills/(architecture)/domain-analysis/EXAMPLES.md427### Step 6: RecommendationsCOMMENT
LOW…/legacy-migration-planner/references/research-phase.md5## Step 1: Codebase Deep AnalysisCOMMENT
LOW…/legacy-migration-planner/references/research-phase.md57## Step 2: Domain / Bounded Context MappingCOMMENT
LOW…/legacy-migration-planner/references/research-phase.md94## Step 3: Stack ResearchCOMMENT
LOW…/legacy-migration-planner/references/research-phase.md138## Step 4: Risk and Dependency MappingCOMMENT
LOW…ure)/legacy-migration-planner/references/plan-phase.md7## Step 5: Define Migration DirectionCOMMENT
LOW…ure)/legacy-migration-planner/references/plan-phase.md39## Step 6: Design Seams and FacadesCOMMENT
LOW…ure)/legacy-migration-planner/references/plan-phase.md77## Step 7: Per-Domain Migration PlansCOMMENT
44 more matches not shown…
Decorative Section Separators48 hits · 150 pts
SeverityFileLineSnippetContext
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml8 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml11 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml66 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml69 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml79 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml82 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml248 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml251 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml261 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml264 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml52 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml55 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml100 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml103 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml114 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml117 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml128 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml131 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml168 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml171 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml189 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml192 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml337 # ============================================================================COMMENT
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml340 # ============================================================================COMMENT
MEDIUM…/nestjs-modular-monolith/references/state-isolation.md83// ═══════════════════════════════════════════COMMENT
MEDIUM…/nestjs-modular-monolith/references/state-isolation.md85// ═══════════════════════════════════════════COMMENT
MEDIUM…/nestjs-modular-monolith/references/state-isolation.md96// ═══════════════════════════════════════════COMMENT
MEDIUM…/nestjs-modular-monolith/references/state-isolation.md98// ═══════════════════════════════════════════COMMENT
MEDIUM…/nestjs-modular-monolith/references/state-isolation.md130// ═══════════════════════════════════════════COMMENT
MEDIUM…/nestjs-modular-monolith/references/state-isolation.md132// ═══════════════════════════════════════════COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh52# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh54# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh71# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh73# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh89# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh91# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh109# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh111# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh128# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh130# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh147# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh149# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh167# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh169# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh188# ─────────────────────────────────────────────────COMMENT
MEDIUM…/nestjs-modular-monolith/scripts/validate-isolation.sh190# ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/cli/src/components/Header.tsx74 <Text color="#334155">────── </Text>CODE
MEDIUMpackages/cli/src/components/Header.tsx78 <Text color="#334155"> ──────</Text>CODE
Hallucination Indicators13 hits · 130 pts
SeverityFileLineSnippetContext
CRITICAL…kills/(cloud)/cloudflare-deploy/references/ddos/api.md41const entrypointRuleset = await client.zones.rulesets.phases.entrypoint.get('ddos_l7', {CODE
CRITICAL…kills/(cloud)/cloudflare-deploy/references/ddos/api.md46await client.zones.rulesets.phases.entrypoint.update('ddos_l7', {CODE
CRITICAL…kills/(cloud)/cloudflare-deploy/references/ddos/api.md66const l4Ruleset = await client.accounts.rulesets.phases.entrypoint.get('ddos_l4', {CODE
CRITICAL…/(cloud)/cloudflare-deploy/references/ddos/patterns.md20await client.accounts.rulesets.phases.entrypoint.update('ddos_l7', {CODE
CRITICAL…/(cloud)/cloudflare-deploy/references/ddos/patterns.md71 return client.zones.rulesets.phases.entrypoint.update('ddos_l7', {CODE
CRITICAL…/(cloud)/cloudflare-deploy/references/ddos/patterns.md151await client.zones.rulesets.phases.entrypoint.update('ddos_l7', {CODE
CRITICAL…/(cloud)/cloudflare-deploy/references/ddos/patterns.md163await client.zones.rulesets.phases.entrypoint.update('http_request_firewall_managed', {CODE
CRITICAL…/(cloud)/cloudflare-deploy/references/ddos/patterns.md169await client.zones.rulesets.phases.entrypoint.update('http_ratelimit', {CODE
CRITICAL…/(cloud)/cloudflare-deploy/references/ddos/patterns.md181await client.zones.rulesets.phases.entrypoint.update('http_request_sbfm', {CODE
CRITICAL…/(cloud)/cloudflare-deploy/references/ddos/patterns.md201await client.zones.rulesets.phases.entrypoint.update('http_request_cache_settings', {CODE
CRITICAL…udflare-deploy/references/workers-for-platforms/api.md24await client.workersForPlatforms.dispatch.namespaces.scripts.update(namespace, scriptName, {CODE
CRITICAL…re-deploy/references/workers-for-platforms/patterns.md153 await client.workersForPlatforms.dispatch.namespaces.scripts.update('production', name, {CODE
CRITICAL…ills/(cloud)/cloudflare-deploy/references/pages/api.md189const data = await event.locals.runtime.env.DB.prepare('SELECT * FROM users').all()CODE
Magic Placeholder Names18 hits · 110 pts
SeverityFileLineSnippetContext
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md1752. Add this to `~/.cursor/mcp.json` (replace `<YOUR_API_KEY>`):CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md1752. Add this to `~/.cursor/mcp.json` (replace `<YOUR_API_KEY>`):CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md183 "Authorization": "Bearer <YOUR_API_KEY>"CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md183 "Authorization": "Bearer <YOUR_API_KEY>"CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md2022. Add the MCP server with Claude Code (replace `<YOUR_API_KEY>`):CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md2022. Add the MCP server with Claude Code (replace `<YOUR_API_KEY>`):CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md205claude mcp add --transport http render https://mcp.render.com/mcp --header "Authorization: Bearer <YOUR_API_KEY>"CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md205claude mcp add --transport http render https://mcp.render.com/mcp --header "Authorization: Bearer <YOUR_API_KEY>"CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md422. **NEVER include actual API keys in examples** - Always use placeholders like `<YOUR_API_KEY>` or `rnd_xxxxx`CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md422. **NEVER include actual API keys in examples** - Always use placeholders like `<YOUR_API_KEY>` or `rnd_xxxxx`CODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md55 - Replace `<YOUR_API_KEY>` with their actual keyCODE
HIGH…s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md55 - Replace `<YOUR_API_KEY>` with their actual keyCODE
HIGH…pment)/shopify-developer/references/app-development.md102SHOPIFY_API_KEY=your_api_keyCODE
HIGH…pment)/shopify-developer/references/app-development.md723SHOPIFY_API_KEY = "your_api_key"CODE
HIGH…e)/frontend-blueprint/references/stitch-integration.md112Header: X-Goog-Api-Key: <YOUR-API-KEY>CODE
HIGH…e)/frontend-blueprint/references/stitch-integration.md112Header: X-Goog-Api-Key: <YOUR-API-KEY>CODE
HIGH…e)/frontend-blueprint/references/stitch-integration.md130 "X-Goog-Api-Key": "YOUR-API-KEY"CODE
HIGH…e)/frontend-blueprint/references/stitch-integration.md138<tool> mcp add stitch --transport http https://stitch.googleapis.com/mcp --header "X-Goog-Api-Key: YOUR-API-KEY"CODE
Excessive Try-Catch Wrapping33 hits · 75 pts
SeverityFileLineSnippetContext
LOW…cloudflare-deploy/references/argo-smart-routing/api.md219 except Exception as e:CODE
LOW…kills/(development)/tlc-spec-driven/scripts/lessons.py56 except Exception:CODE
MEDIUM…kills/(development)/tlc-spec-driven/scripts/lessons.py53def _parse_date(s):CODE
LOW…s/(creation)/skill-architect/scripts/validate_skill.py313 except Exception as e:CODE
MEDIUM…/excalidraw-studio/scripts/split-excalidraw-library.py67 print(f"Error: No .excalidrawlib file found in {directory}")CODE
MEDIUM…/excalidraw-studio/scripts/split-excalidraw-library.py72 print(f"Error: Multiple .excalidrawlib files found in {directory}")CODE
MEDIUM…/excalidraw-studio/scripts/split-excalidraw-library.py89 print(f"Error: Directory not found: {library_dir}")CODE
MEDIUM…/excalidraw-studio/scripts/split-excalidraw-library.py93 print(f"Error: Path is not a directory: {library_dir}")CODE
MEDIUM…/excalidraw-studio/scripts/split-excalidraw-library.py107 print("Error: Invalid library file format (missing 'libraryItems')")CODE
MEDIUM…ling)/excalidraw-studio/scripts/add-icon-to-diagram.py365 print("Error: --library-path requires a path argument")CODE
MEDIUM…ling)/excalidraw-studio/scripts/add-icon-to-diagram.py372 print("Error: --label requires a text argument")CODE
MEDIUM…ling)/excalidraw-studio/scripts/add-icon-to-diagram.py381 print(f"Error: Unknown option: {sys.argv[i]}")CODE
MEDIUM…ling)/excalidraw-studio/scripts/add-icon-to-diagram.py386 print(f"Error: Diagram file not found: {diagram_path}")CODE
MEDIUM…ling)/excalidraw-studio/scripts/add-icon-to-diagram.py390 print(f"Error: Library path not found: {library_path}")CODE
LOW…ling)/excalidraw-studio/scripts/add-icon-to-diagram.py397 except Exception as e:CODE
MEDIUM…ling)/excalidraw-studio/scripts/add-icon-to-diagram.py398 print(f"Error: {e}")CODE
MEDIUM…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py267 print(f"Error: Invalid style '{style}'. Must be: solid, dashed, or dotted")CODE
MEDIUM…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py271 print("Error: --style requires an argument")CODE
MEDIUM…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py278 print("Error: --color requires an argument")CODE
MEDIUM…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py285 print("Error: --label requires a text argument")CODE
MEDIUM…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py294 print(f"Error: Unknown option: {sys.argv[i]}")CODE
MEDIUM…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py299 print(f"Error: Diagram file not found: {diagram_path}")CODE
LOW…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py306 except Exception as e:CODE
MEDIUM…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py307 print(f"Error: {e}")CODE
MEDIUM…kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py100 print("Error: not inside a Git repository.", file=sys.stderr)CODE
MEDIUM…kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py152 print("Error: gh is not installed or not on PATH.", file=sys.stderr)CODE
MEDIUM…kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py173 print("Error: unable to parse PR JSON.", file=sys.stderr)CODE
MEDIUM…kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py177 print("Error: no PR number found.", file=sys.stderr)CODE
MEDIUM…kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py203 print("Error: no usable fields available for gh pr checks.", file=sys.stderr)CODE
MEDIUM…kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py219 print("Error: unable to parse checks JSON.", file=sys.stderr)CODE
MEDIUM…kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py222 print("Error: unexpected checks JSON shape.", file=sys.stderr)CODE
MEDIUM…kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py492 print(f"Error fetching logs: {result['error']}")CODE
MEDIUM…talog/skills/(monitoring)/sentry/scripts/sentry_api.py237 print(f"Error: {exc}", file=sys.stderr)CODE
Modern AI Meta-Vocabulary7 hits · 21 pts
SeverityFileLineSnippetContext
MEDIUM…oud)/cloudflare-deploy/references/workers-ai/README.md59### Embeddings (Semantic Search/RAG)COMMENT
MEDIUM…oud)/cloudflare-deploy/references/workers-ai/README.md118## RAG vs Direct GenerationCOMMENT
MEDIUM…oud)/cloudflare-deploy/references/workers-ai/README.md120### Use RAG (Vectorize + Workers AI) When:COMMENT
MEDIUM…d)/cloudflare-deploy/references/workers-ai/patterns.md3## RAG (Retrieval-Augmented Generation)COMMENT
MEDIUM…oudflare-deploy/references/workers-ai/configuration.md80## RAG Setup (with Vectorize)COMMENT
MEDIUM…loud)/cloudflare-deploy/references/vectorize/README.md98### RAG PatternCOMMENT
MEDIUM…ud)/cloudflare-deploy/references/vectorize/patterns.md24## RAG PatternCOMMENT
Fake / Example Data19 hits · 19 pts
SeverityFileLineSnippetContext
LOW…loudflare-deploy/references/terraform/configuration.md184 include { email = ["admin@example.com"] }CODE
LOW…/(cloud)/cloudflare-deploy/references/workflows/api.md182 params: { userId: 'user123', email: 'user@example.com' },CODE
LOW…dflare-deploy/references/browser-rendering/patterns.md61await page.getByLabel('Email').fill('user@example.com')CODE
LOW…oud)/cloudflare-deploy/references/email-routing/api.md135 from: { name: 'Acme Corp', email: 'noreply@yourdomain.com' },CODE
LOW…cloudflare-deploy/references/email-routing/patterns.md7const allowed = ['user@example.com', 'trusted@corp.com']CODE
LOW…oud)/cloudflare-deploy/references/email-workers/api.md175msg.setSender({ name: 'John Doe', addr: 'john@example.com' })CODE
LOW…opment)/shopify-developer/references/liquid-filters.md227{{ "foo@bar.com" | url_encode }}CODE
LOW…ent)/shopify-developer/references/theme-development.md393 {{ 'product-1' | placeholder_svg_tag: 'placeholder' }}CODE
LOW…ent)/shopify-developer/references/theme-development.md645 "placeholder": "Enter store name",CODE
LOW…ent)/shopify-developer/references/theme-development.md660 "placeholder": "Enter footer text"CODE
LOW…ent)/shopify-developer/references/theme-development.md899 "placeholder": "https://www.youtube.com/watch?v=...",CODE
LOW…ent)/shopify-developer/references/theme-development.md1097 "placeholder": "https://twitter.com/username",CODE
LOW…lls/(web-automation)/playwright-skill/API_REFERENCE.md144await page.getByRole('textbox', { name: 'Email' }).fill('user@example.com');CODE
LOW…lls/(web-automation)/playwright-skill/API_REFERENCE.md153await page.locator('input[name="email"]').fill('test@test.com');CODE
LOW…lls/(web-automation)/playwright-skill/API_REFERENCE.md167const row = page.locator('tr').filter({ hasText: 'John Doe' });CODE
LOW…lls/(web-automation)/playwright-skill/API_REFERENCE.md188await page.getByLabel('Email').fill('user@example.com');CODE
LOW…lls/(web-automation)/playwright-skill/API_REFERENCE.md189await page.getByPlaceholder('Enter your name').fill('John Doe');CODE
LOW…lls/(web-automation)/playwright-skill/API_REFERENCE.md376 await loginPage.login('user@example.com', 'password123');CODE
LOW…alog/skills/(web-automation)/playwright-skill/SKILL.md164 await page.fill('input[name="name"]', 'John Doe')CODE
Hyper-Verbose Identifiers18 hits · 18 pts
SeverityFileLineSnippetContext
LOWlibs/core/src/lib/services/skills-provider.service.ts186function loadLocalCategoryMetadata(CODE
LOW…cloudflare-deploy/references/argo-smart-routing/api.md171async function enableArgoWithErrorHandling(client: Cloudflare, zoneId: string) {CODE
LOW…cloudflare-deploy/references/argo-smart-routing/api.md205def enable_argo_with_error_handling(client: Cloudflare, zone_id: str):CODE
LOW…/(cloud)/cloudflare-deploy/references/turn/patterns.md61function filterICEServersForBrowser(urls: string[]): string[] {CODE
LOW…s/(creation)/skill-architect/scripts/validate_skill.py98def _parse_frontmatter_stdlib(frontmatter_raw: str) -> dict[str, Any]:CODE
LOW…ular-decomposition/references/pattern-03-flattening.md490function findRootNamespacesWithCode(namespaces, sourceFiles) {CODE
LOW…ular-decomposition/references/pattern-03-flattening.md562function validateComponentStructure(namespaces, sourceFiles) {CODE
LOW…(architecture)/component-flattening-analysis/README.md483function validateComponentStructure(namespaces, sourceFiles) {CODE
LOW…/(architecture)/component-flattening-analysis/SKILL.md495function findRootNamespacesWithCode(namespaces, sourceFiles) {CODE
LOW…/(architecture)/component-flattening-analysis/SKILL.md567function validateComponentStructure(namespaces, sourceFiles) {CODE
LOW…atalog/skills/(web-automation)/playwright-skill/run.js134function getContextOptionsWithHeaders(options = {}) {CODE
LOWpackages/skills-catalog/src/scan-skills.ts100function isOnlyInfrastructureFailures(issues: ScanIssue[]): boolean {CODE
LOWpackages/mcp/src/prompts.ts28function registerDiscoveryAliasPrompt(server: FastMCP): void {CODE
LOWpackages/mcp/src/prompts.ts98export function buildCatalogPromptMessages(CODE
LOWpackages/mcp/src/prompts.ts130export function buildUsePromptNotFoundMessages(CODE
LOWpackages/mcp/src/tools/core/fetcher.ts9export async function fetchReferenceFileContents(CODE
LOWpackages/mcp/src/tools/core/search.ts18export function buildSearchSkillsResponse(results: Array<FuseResult<IndexSkill>>): SearchResponse {CODE
LOWpackages/cli/src/services/config.ts77export async function hasShortcutsBeenDismissed(): Promise<boolean> {CODE
Unused Imports11 hits · 11 pts
SeverityFileLineSnippetContext
LOW…skills/(cloud)/aws-advisor/scripts/generate_diagram.py15CODE
LOW…lopment)/gh-address-comments/scripts/fetch_comments.py16CODE
LOW…/excalidraw-studio/scripts/split-excalidraw-library.py20CODE
LOW…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py25CODE
LOW…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py25CODE
LOW…kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py2CODE
LOW…ecurity-ownership-map/scripts/community_maintainers.py4CODE
LOW…y)/security-ownership-map/scripts/run_ownership_map.py4CODE
LOW…y)/security-ownership-map/scripts/run_ownership_map.py137CODE
LOW…ity)/security-ownership-map/scripts/query_ownership.py4CODE
LOW…/security-ownership-map/scripts/build_ownership_map.py4CODE
Deep Nesting7 hits · 7 pts
SeverityFileLineSnippetContext
LOW…/(cloud)/aws-advisor/scripts/architecture_validator.py192CODE
LOW…ling)/excalidraw-studio/scripts/add-icon-to-diagram.py61CODE
LOW…ling)/excalidraw-studio/scripts/add-icon-to-diagram.py330CODE
LOW…kills/(tooling)/excalidraw-studio/scripts/add-arrow.py234CODE
LOW…talog/skills/(monitoring)/sentry/scripts/sentry_api.py206CODE
LOW…ity)/security-ownership-map/scripts/query_ownership.py447CODE
LOW…/security-ownership-map/scripts/build_ownership_map.py421CODE
Over-Commented Block6 hits · 6 pts
SeverityFileLineSnippetContext
LOWpackages/skills-catalog/skills/deprecated.yaml1# Deprecated skillsCOMMENT
LOW…(cloud)/cloudflare-deploy/references/images/gotchas.md101// Test with curlCOMMENT
LOW…/nestjs-modular-monolith/scripts/validate-isolation.sh1#!/bin/bashCOMMENT
LOW…e-engine-optimization/templates/robots-ai-crawlers.txt1# robots.txt — AI crawler controls templateCOMMENT
LOW…e-engine-optimization/templates/robots-ai-crawlers.txt21# User-agent: OAI-SearchBotCOMMENT
LOW…e-engine-optimization/templates/robots-ai-crawlers.txt41# Disallow: /COMMENT
Redundant / Tautological Comments4 hits · 6 pts
SeverityFileLineSnippetContext
LOW…catalog/skills/(cloud)/vercel-deploy/scripts/deploy.sh182# Check if input is a .tgz file or a directoryCOMMENT
LOW…catalog/skills/(cloud)/vercel-deploy/scripts/deploy.sh208 # Check if this is a static HTML project (no package.json)COMMENT
LOW…s/(creation)/skill-architect/scripts/validate_skill.py433 # Check if references are mentioned in bodyCOMMENT
LOW…/skills/(quality)/web-quality-audit/scripts/analyze.sh73# Output results as JSONCOMMENT
Synthetic Comment Markers1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…/(cloud)/cloudflare-deploy/references/ai-search/api.md33 response: string // AI-generated answerCODE
Docstring Block Structure1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…/excalidraw-studio/scripts/split-excalidraw-library.py52 Find the .excalidrawlib file in the given directory. Args: directory: Directory to search ReturnsSTRING
Self-Referential Comments1 hit · 4 pts
SeverityFileLineSnippetContext
MEDIUMpackages/skills-catalog/security-scan-allowlist.yaml2# This file contains approved exceptions for security warnings in skills.COMMENT
AI Slop Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMpackages/marketplace/src/app/about/page.tsx121│ ├── react-patterns/ # → Skill: React best practicesCODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…/nestjs-modular-monolith/scripts/validate-isolation.sh8# Usage:COMMENT
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…talog/skills/(monitoring)/sentry/scripts/sentry_api.py24CODE