The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.
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).
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 477 | ### Step 1: Analyze Codebase | COMMENT |
| LOW⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 481 | ### Step 2: Create Resources via MCP | COMMENT |
| LOW⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 487 | ### Step 3: Configure Environment Variables | COMMENT |
| LOW⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 493 | ### Step 4: Verify Deployment | COMMENT |
| LOW | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 268 | ### Step 1: Analyze Codebase | COMMENT |
| LOW | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 272 | ### Step 2: Generate render.yaml | COMMENT |
| LOW | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 334 | ### Step 3: Validate Configuration | COMMENT |
| LOW | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 352 | ### Step 4: Commit and Push | COMMENT |
| LOW | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 370 | ### Step 5: Generate Deeplink | COMMENT |
| LOW | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 400 | ### Step 6: Guide User | COMMENT |
| LOW | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 416 | ### Step 7: Verify Deployment | COMMENT |
| LOW | …ls/(cloud)/render-deploy/references/direct-creation.md | 7 | ### Step 1: Analyze Codebase | COMMENT |
| LOW | …ls/(cloud)/render-deploy/references/direct-creation.md | 11 | ### Step 2: Create Resources via MCP | COMMENT |
| LOW | …ls/(cloud)/render-deploy/references/direct-creation.md | 81 | ### Step 3: Configure Environment Variables | COMMENT |
| LOW | …ls/(cloud)/render-deploy/references/direct-creation.md | 98 | ### Step 4: Verify Deployment | COMMENT |
| LOW | …/skills-catalog/skills/(development)/codenavi/SKILL.md | 32 | ### Step 1: Briefing | COMMENT |
| LOW | …/skills-catalog/skills/(development)/codenavi/SKILL.md | 46 | ### Step 2: Recon | COMMENT |
| LOW | …/skills-catalog/skills/(development)/codenavi/SKILL.md | 64 | ### Step 3: Plan | COMMENT |
| LOW | …/skills-catalog/skills/(development)/codenavi/SKILL.md | 86 | ### Step 4: Execute | COMMENT |
| LOW | …/skills-catalog/skills/(development)/codenavi/SKILL.md | 117 | ### Step 5: Verify | COMMENT |
| LOW | …/skills-catalog/skills/(development)/codenavi/SKILL.md | 128 | ### Step 6: Debrief | COMMENT |
| LOW⚡ | …ills-catalog/skills/(development)/docs-writer/SKILL.md | 10 | ## Step 1: Understand the goal and create a plan | COMMENT |
| LOW⚡ | …ills-catalog/skills/(development)/docs-writer/SKILL.md | 16 | ## Step 2: Investigate and gather information | COMMENT |
| LOW⚡ | …ills-catalog/skills/(development)/docs-writer/SKILL.md | 22 | ## Step 3: Write or edit the documentation | COMMENT |
| LOW | …ills-catalog/skills/(development)/docs-writer/SKILL.md | 35 | ## Step 4: Verify and finalize | COMMENT |
| LOW | …s/skills-catalog/skills/(creation)/create-rfc/SKILL.md | 52 | ### Step 1: Gather Context (if not provided) | COMMENT |
| LOW | …s/skills-catalog/skills/(creation)/create-rfc/SKILL.md | 98 | ### Step 2: Validate Mandatory Fields | COMMENT |
| LOW⚡ | …s/skills-catalog/skills/(creation)/create-rfc/SKILL.md | 114 | ### Step 3: Detect RFC Type and Tailor Sections | COMMENT |
| LOW⚡ | …s/skills-catalog/skills/(creation)/create-rfc/SKILL.md | 124 | ### Step 4: Generate RFC Document | COMMENT |
| LOW⚡ | …s/skills-catalog/skills/(creation)/create-rfc/SKILL.md | 128 | ### Step 5: Offer Next Steps | COMMENT |
| LOW | …skills/(creation)/create-technical-design-doc/SKILL.md | 227 | ### Step 1: Initial Gathering | COMMENT |
| LOW | …skills/(creation)/create-technical-design-doc/SKILL.md | 276 | ### Step 2: Validate Mandatory Information | COMMENT |
| LOW | …skills/(creation)/create-technical-design-doc/SKILL.md | 337 | ### Step 3: Check for Critical Sections | COMMENT |
| LOW | …skills/(creation)/create-technical-design-doc/SKILL.md | 381 | ### Step 4: Offer Suggested Sections | COMMENT |
| LOW | …skills/(creation)/create-technical-design-doc/SKILL.md | 415 | ### Step 5: Generate Document | COMMENT |
| LOW | …skills/(creation)/create-technical-design-doc/SKILL.md | 419 | ### Step 6: Offer Confluence Integration | COMMENT |
| LOW | …s/skills-catalog/skills/(creation)/create-adr/SKILL.md | 69 | ### Step 1: Gather Context (if not provided) | COMMENT |
| LOW | …s/skills-catalog/skills/(creation)/create-adr/SKILL.md | 115 | ### Step 2: Validate Mandatory Fields | COMMENT |
| LOW⚡ | …s/skills-catalog/skills/(creation)/create-adr/SKILL.md | 135 | ### Step 3: Assign ADR Number | COMMENT |
| LOW⚡ | …s/skills-catalog/skills/(creation)/create-adr/SKILL.md | 144 | ### Step 4: Generate the ADR | COMMENT |
| LOW⚡ | …s/skills-catalog/skills/(creation)/create-adr/SKILL.md | 148 | ### Step 5: Offer File Placement | COMMENT |
| LOW⚡ | …r-decomposition/references/domain-analysis-examples.md | 400 | ### Step 1: Concepts Extracted | COMMENT |
| LOW⚡ | …r-decomposition/references/domain-analysis-examples.md | 406 | ### Step 2: Language Groups | COMMENT |
| LOW⚡ | …r-decomposition/references/domain-analysis-examples.md | 410 | ### Step 3: Subdomains Identified | COMMENT |
| LOW⚡ | …r-decomposition/references/domain-analysis-examples.md | 417 | ### Step 4: Cohesion Matrix | COMMENT |
| LOW⚡ | …r-decomposition/references/domain-analysis-examples.md | 422 | ### Step 5: Issues Found | COMMENT |
| LOW⚡ | …r-decomposition/references/domain-analysis-examples.md | 427 | ### Step 6: Recommendations | COMMENT |
| LOW⚡ | …alog/skills/(architecture)/domain-analysis/EXAMPLES.md | 400 | ### Step 1: Concepts Extracted | COMMENT |
| LOW⚡ | …alog/skills/(architecture)/domain-analysis/EXAMPLES.md | 406 | ### Step 2: Language Groups | COMMENT |
| LOW⚡ | …alog/skills/(architecture)/domain-analysis/EXAMPLES.md | 410 | ### Step 3: Subdomains Identified | COMMENT |
| LOW⚡ | …alog/skills/(architecture)/domain-analysis/EXAMPLES.md | 417 | ### Step 4: Cohesion Matrix | COMMENT |
| LOW⚡ | …alog/skills/(architecture)/domain-analysis/EXAMPLES.md | 422 | ### Step 5: Issues Found | COMMENT |
| LOW⚡ | …alog/skills/(architecture)/domain-analysis/EXAMPLES.md | 427 | ### Step 6: Recommendations | COMMENT |
| LOW | …/legacy-migration-planner/references/research-phase.md | 5 | ## Step 1: Codebase Deep Analysis | COMMENT |
| LOW | …/legacy-migration-planner/references/research-phase.md | 57 | ## Step 2: Domain / Bounded Context Mapping | COMMENT |
| LOW | …/legacy-migration-planner/references/research-phase.md | 94 | ## Step 3: Stack Research | COMMENT |
| LOW | …/legacy-migration-planner/references/research-phase.md | 138 | ## Step 4: Risk and Dependency Mapping | COMMENT |
| LOW | …ure)/legacy-migration-planner/references/plan-phase.md | 7 | ## Step 5: Define Migration Direction | COMMENT |
| LOW | …ure)/legacy-migration-planner/references/plan-phase.md | 39 | ## Step 6: Design Seams and Facades | COMMENT |
| LOW | …ure)/legacy-migration-planner/references/plan-phase.md | 77 | ## Step 7: Per-Domain Migration Plans | COMMENT |
| 44 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 8 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 11 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 66 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 69 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 79 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 82 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 248 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 251 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 261 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 264 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 52 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 55 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 100 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 103 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 114 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 117 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 128 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 131 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 168 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 171 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 189 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 192 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 337 | # ============================================================================ | COMMENT |
| MEDIUM | packages/skills-catalog/security-scan-allowlist.yaml | 340 | # ============================================================================ | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/references/state-isolation.md | 83 | // ═══════════════════════════════════════════ | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/references/state-isolation.md | 85 | // ═══════════════════════════════════════════ | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/references/state-isolation.md | 96 | // ═══════════════════════════════════════════ | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/references/state-isolation.md | 98 | // ═══════════════════════════════════════════ | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/references/state-isolation.md | 130 | // ═══════════════════════════════════════════ | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/references/state-isolation.md | 132 | // ═══════════════════════════════════════════ | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 52 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 54 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 71 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 73 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 89 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 91 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 109 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 111 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 128 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 130 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 147 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 149 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 167 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 169 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 188 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 190 | # ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/cli/src/components/Header.tsx | 74 | <Text color="#334155">────── </Text> | CODE |
| MEDIUM | packages/cli/src/components/Header.tsx | 78 | <Text color="#334155"> ──────</Text> | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …kills/(cloud)/cloudflare-deploy/references/ddos/api.md | 41 | const entrypointRuleset = await client.zones.rulesets.phases.entrypoint.get('ddos_l7', { | CODE |
| CRITICAL | …kills/(cloud)/cloudflare-deploy/references/ddos/api.md | 46 | await client.zones.rulesets.phases.entrypoint.update('ddos_l7', { | CODE |
| CRITICAL | …kills/(cloud)/cloudflare-deploy/references/ddos/api.md | 66 | const l4Ruleset = await client.accounts.rulesets.phases.entrypoint.get('ddos_l4', { | CODE |
| CRITICAL | …/(cloud)/cloudflare-deploy/references/ddos/patterns.md | 20 | await client.accounts.rulesets.phases.entrypoint.update('ddos_l7', { | CODE |
| CRITICAL | …/(cloud)/cloudflare-deploy/references/ddos/patterns.md | 71 | return client.zones.rulesets.phases.entrypoint.update('ddos_l7', { | CODE |
| CRITICAL | …/(cloud)/cloudflare-deploy/references/ddos/patterns.md | 151 | await client.zones.rulesets.phases.entrypoint.update('ddos_l7', { | CODE |
| CRITICAL | …/(cloud)/cloudflare-deploy/references/ddos/patterns.md | 163 | await client.zones.rulesets.phases.entrypoint.update('http_request_firewall_managed', { | CODE |
| CRITICAL | …/(cloud)/cloudflare-deploy/references/ddos/patterns.md | 169 | await client.zones.rulesets.phases.entrypoint.update('http_ratelimit', { | CODE |
| CRITICAL | …/(cloud)/cloudflare-deploy/references/ddos/patterns.md | 181 | await client.zones.rulesets.phases.entrypoint.update('http_request_sbfm', { | CODE |
| CRITICAL | …/(cloud)/cloudflare-deploy/references/ddos/patterns.md | 201 | await client.zones.rulesets.phases.entrypoint.update('http_request_cache_settings', { | CODE |
| CRITICAL | …udflare-deploy/references/workers-for-platforms/api.md | 24 | await client.workersForPlatforms.dispatch.namespaces.scripts.update(namespace, scriptName, { | CODE |
| CRITICAL | …re-deploy/references/workers-for-platforms/patterns.md | 153 | await client.workersForPlatforms.dispatch.namespaces.scripts.update('production', name, { | CODE |
| CRITICAL | …ills/(cloud)/cloudflare-deploy/references/pages/api.md | 189 | const data = await event.locals.runtime.env.DB.prepare('SELECT * FROM users').all() | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 175 | 2. Add this to `~/.cursor/mcp.json` (replace `<YOUR_API_KEY>`): | CODE |
| HIGH⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 175 | 2. Add this to `~/.cursor/mcp.json` (replace `<YOUR_API_KEY>`): | CODE |
| HIGH⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 183 | "Authorization": "Bearer <YOUR_API_KEY>" | CODE |
| HIGH⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 183 | "Authorization": "Bearer <YOUR_API_KEY>" | CODE |
| HIGH⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 202 | 2. Add the MCP server with Claude Code (replace `<YOUR_API_KEY>`): | CODE |
| HIGH⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 202 | 2. Add the MCP server with Claude Code (replace `<YOUR_API_KEY>`): | CODE |
| HIGH⚡ | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 205 | claude 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.md | 205 | claude 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.md | 42 | 2. **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.md | 42 | 2. **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.md | 55 | - Replace `<YOUR_API_KEY>` with their actual key | CODE |
| HIGH | …s/skills-catalog/skills/(cloud)/render-deploy/SKILL.md | 55 | - Replace `<YOUR_API_KEY>` with their actual key | CODE |
| HIGH | …pment)/shopify-developer/references/app-development.md | 102 | SHOPIFY_API_KEY=your_api_key | CODE |
| HIGH | …pment)/shopify-developer/references/app-development.md | 723 | SHOPIFY_API_KEY = "your_api_key" | CODE |
| HIGH | …e)/frontend-blueprint/references/stitch-integration.md | 112 | Header: X-Goog-Api-Key: <YOUR-API-KEY> | CODE |
| HIGH | …e)/frontend-blueprint/references/stitch-integration.md | 112 | Header: X-Goog-Api-Key: <YOUR-API-KEY> | CODE |
| HIGH | …e)/frontend-blueprint/references/stitch-integration.md | 130 | "X-Goog-Api-Key": "YOUR-API-KEY" | CODE |
| HIGH | …e)/frontend-blueprint/references/stitch-integration.md | 138 | <tool> mcp add stitch --transport http https://stitch.googleapis.com/mcp --header "X-Goog-Api-Key: YOUR-API-KEY" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …cloudflare-deploy/references/argo-smart-routing/api.md | 219 | except Exception as e: | CODE |
| LOW | …kills/(development)/tlc-spec-driven/scripts/lessons.py | 56 | except Exception: | CODE |
| MEDIUM | …kills/(development)/tlc-spec-driven/scripts/lessons.py | 53 | def _parse_date(s): | CODE |
| LOW | …s/(creation)/skill-architect/scripts/validate_skill.py | 313 | except Exception as e: | CODE |
| MEDIUM | …/excalidraw-studio/scripts/split-excalidraw-library.py | 67 | print(f"Error: No .excalidrawlib file found in {directory}") | CODE |
| MEDIUM | …/excalidraw-studio/scripts/split-excalidraw-library.py | 72 | print(f"Error: Multiple .excalidrawlib files found in {directory}") | CODE |
| MEDIUM | …/excalidraw-studio/scripts/split-excalidraw-library.py | 89 | print(f"Error: Directory not found: {library_dir}") | CODE |
| MEDIUM | …/excalidraw-studio/scripts/split-excalidraw-library.py | 93 | print(f"Error: Path is not a directory: {library_dir}") | CODE |
| MEDIUM | …/excalidraw-studio/scripts/split-excalidraw-library.py | 107 | print("Error: Invalid library file format (missing 'libraryItems')") | CODE |
| MEDIUM⚡ | …ling)/excalidraw-studio/scripts/add-icon-to-diagram.py | 365 | print("Error: --library-path requires a path argument") | CODE |
| MEDIUM⚡ | …ling)/excalidraw-studio/scripts/add-icon-to-diagram.py | 372 | print("Error: --label requires a text argument") | CODE |
| MEDIUM⚡ | …ling)/excalidraw-studio/scripts/add-icon-to-diagram.py | 381 | print(f"Error: Unknown option: {sys.argv[i]}") | CODE |
| MEDIUM⚡ | …ling)/excalidraw-studio/scripts/add-icon-to-diagram.py | 386 | print(f"Error: Diagram file not found: {diagram_path}") | CODE |
| MEDIUM⚡ | …ling)/excalidraw-studio/scripts/add-icon-to-diagram.py | 390 | print(f"Error: Library path not found: {library_path}") | CODE |
| LOW⚡ | …ling)/excalidraw-studio/scripts/add-icon-to-diagram.py | 397 | except Exception as e: | CODE |
| MEDIUM⚡ | …ling)/excalidraw-studio/scripts/add-icon-to-diagram.py | 398 | print(f"Error: {e}") | CODE |
| MEDIUM⚡ | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 267 | print(f"Error: Invalid style '{style}'. Must be: solid, dashed, or dotted") | CODE |
| MEDIUM⚡ | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 271 | print("Error: --style requires an argument") | CODE |
| MEDIUM⚡ | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 278 | print("Error: --color requires an argument") | CODE |
| MEDIUM⚡ | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 285 | print("Error: --label requires a text argument") | CODE |
| MEDIUM⚡ | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 294 | print(f"Error: Unknown option: {sys.argv[i]}") | CODE |
| MEDIUM⚡ | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 299 | print(f"Error: Diagram file not found: {diagram_path}") | CODE |
| LOW⚡ | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 306 | except Exception as e: | CODE |
| MEDIUM⚡ | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 307 | print(f"Error: {e}") | CODE |
| MEDIUM | …kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py | 100 | print("Error: not inside a Git repository.", file=sys.stderr) | CODE |
| MEDIUM | …kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py | 152 | print("Error: gh is not installed or not on PATH.", file=sys.stderr) | CODE |
| MEDIUM | …kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py | 173 | print("Error: unable to parse PR JSON.", file=sys.stderr) | CODE |
| MEDIUM | …kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py | 177 | print("Error: no PR number found.", file=sys.stderr) | CODE |
| MEDIUM | …kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py | 203 | print("Error: no usable fields available for gh pr checks.", file=sys.stderr) | CODE |
| MEDIUM | …kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py | 219 | print("Error: unable to parse checks JSON.", file=sys.stderr) | CODE |
| MEDIUM | …kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py | 222 | print("Error: unexpected checks JSON shape.", file=sys.stderr) | CODE |
| MEDIUM | …kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py | 492 | print(f"Error fetching logs: {result['error']}") | CODE |
| MEDIUM | …talog/skills/(monitoring)/sentry/scripts/sentry_api.py | 237 | print(f"Error: {exc}", file=sys.stderr) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …oud)/cloudflare-deploy/references/workers-ai/README.md | 59 | ### Embeddings (Semantic Search/RAG) | COMMENT |
| MEDIUM | …oud)/cloudflare-deploy/references/workers-ai/README.md | 118 | ## RAG vs Direct Generation | COMMENT |
| MEDIUM | …oud)/cloudflare-deploy/references/workers-ai/README.md | 120 | ### Use RAG (Vectorize + Workers AI) When: | COMMENT |
| MEDIUM | …d)/cloudflare-deploy/references/workers-ai/patterns.md | 3 | ## RAG (Retrieval-Augmented Generation) | COMMENT |
| MEDIUM | …oudflare-deploy/references/workers-ai/configuration.md | 80 | ## RAG Setup (with Vectorize) | COMMENT |
| MEDIUM | …loud)/cloudflare-deploy/references/vectorize/README.md | 98 | ### RAG Pattern | COMMENT |
| MEDIUM | …ud)/cloudflare-deploy/references/vectorize/patterns.md | 24 | ## RAG Pattern | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …loudflare-deploy/references/terraform/configuration.md | 184 | include { email = ["admin@example.com"] } | CODE |
| LOW | …/(cloud)/cloudflare-deploy/references/workflows/api.md | 182 | params: { userId: 'user123', email: 'user@example.com' }, | CODE |
| LOW | …dflare-deploy/references/browser-rendering/patterns.md | 61 | await page.getByLabel('Email').fill('user@example.com') | CODE |
| LOW | …oud)/cloudflare-deploy/references/email-routing/api.md | 135 | from: { name: 'Acme Corp', email: 'noreply@yourdomain.com' }, | CODE |
| LOW | …cloudflare-deploy/references/email-routing/patterns.md | 7 | const allowed = ['user@example.com', 'trusted@corp.com'] | CODE |
| LOW | …oud)/cloudflare-deploy/references/email-workers/api.md | 175 | msg.setSender({ name: 'John Doe', addr: 'john@example.com' }) | CODE |
| LOW | …opment)/shopify-developer/references/liquid-filters.md | 227 | {{ "foo@bar.com" | url_encode }} | CODE |
| LOW | …ent)/shopify-developer/references/theme-development.md | 393 | {{ 'product-1' | placeholder_svg_tag: 'placeholder' }} | CODE |
| LOW | …ent)/shopify-developer/references/theme-development.md | 645 | "placeholder": "Enter store name", | CODE |
| LOW | …ent)/shopify-developer/references/theme-development.md | 660 | "placeholder": "Enter footer text" | CODE |
| LOW | …ent)/shopify-developer/references/theme-development.md | 899 | "placeholder": "https://www.youtube.com/watch?v=...", | CODE |
| LOW | …ent)/shopify-developer/references/theme-development.md | 1097 | "placeholder": "https://twitter.com/username", | CODE |
| LOW | …lls/(web-automation)/playwright-skill/API_REFERENCE.md | 144 | await page.getByRole('textbox', { name: 'Email' }).fill('user@example.com'); | CODE |
| LOW | …lls/(web-automation)/playwright-skill/API_REFERENCE.md | 153 | await page.locator('input[name="email"]').fill('test@test.com'); | CODE |
| LOW | …lls/(web-automation)/playwright-skill/API_REFERENCE.md | 167 | const row = page.locator('tr').filter({ hasText: 'John Doe' }); | CODE |
| LOW | …lls/(web-automation)/playwright-skill/API_REFERENCE.md | 188 | await page.getByLabel('Email').fill('user@example.com'); | CODE |
| LOW | …lls/(web-automation)/playwright-skill/API_REFERENCE.md | 189 | await page.getByPlaceholder('Enter your name').fill('John Doe'); | CODE |
| LOW | …lls/(web-automation)/playwright-skill/API_REFERENCE.md | 376 | await loginPage.login('user@example.com', 'password123'); | CODE |
| LOW | …alog/skills/(web-automation)/playwright-skill/SKILL.md | 164 | await page.fill('input[name="name"]', 'John Doe') | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libs/core/src/lib/services/skills-provider.service.ts | 186 | function loadLocalCategoryMetadata( | CODE |
| LOW | …cloudflare-deploy/references/argo-smart-routing/api.md | 171 | async function enableArgoWithErrorHandling(client: Cloudflare, zoneId: string) { | CODE |
| LOW | …cloudflare-deploy/references/argo-smart-routing/api.md | 205 | def enable_argo_with_error_handling(client: Cloudflare, zone_id: str): | CODE |
| LOW | …/(cloud)/cloudflare-deploy/references/turn/patterns.md | 61 | function filterICEServersForBrowser(urls: string[]): string[] { | CODE |
| LOW | …s/(creation)/skill-architect/scripts/validate_skill.py | 98 | def _parse_frontmatter_stdlib(frontmatter_raw: str) -> dict[str, Any]: | CODE |
| LOW | …ular-decomposition/references/pattern-03-flattening.md | 490 | function findRootNamespacesWithCode(namespaces, sourceFiles) { | CODE |
| LOW | …ular-decomposition/references/pattern-03-flattening.md | 562 | function validateComponentStructure(namespaces, sourceFiles) { | CODE |
| LOW | …(architecture)/component-flattening-analysis/README.md | 483 | function validateComponentStructure(namespaces, sourceFiles) { | CODE |
| LOW | …/(architecture)/component-flattening-analysis/SKILL.md | 495 | function findRootNamespacesWithCode(namespaces, sourceFiles) { | CODE |
| LOW | …/(architecture)/component-flattening-analysis/SKILL.md | 567 | function validateComponentStructure(namespaces, sourceFiles) { | CODE |
| LOW | …atalog/skills/(web-automation)/playwright-skill/run.js | 134 | function getContextOptionsWithHeaders(options = {}) { | CODE |
| LOW | packages/skills-catalog/src/scan-skills.ts | 100 | function isOnlyInfrastructureFailures(issues: ScanIssue[]): boolean { | CODE |
| LOW | packages/mcp/src/prompts.ts | 28 | function registerDiscoveryAliasPrompt(server: FastMCP): void { | CODE |
| LOW | packages/mcp/src/prompts.ts | 98 | export function buildCatalogPromptMessages( | CODE |
| LOW | packages/mcp/src/prompts.ts | 130 | export function buildUsePromptNotFoundMessages( | CODE |
| LOW | packages/mcp/src/tools/core/fetcher.ts | 9 | export async function fetchReferenceFileContents( | CODE |
| LOW | packages/mcp/src/tools/core/search.ts | 18 | export function buildSearchSkillsResponse(results: Array<FuseResult<IndexSkill>>): SearchResponse { | CODE |
| LOW | packages/cli/src/services/config.ts | 77 | export async function hasShortcutsBeenDismissed(): Promise<boolean> { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …skills/(cloud)/aws-advisor/scripts/generate_diagram.py | 15 | CODE | |
| LOW | …lopment)/gh-address-comments/scripts/fetch_comments.py | 16 | CODE | |
| LOW | …/excalidraw-studio/scripts/split-excalidraw-library.py | 20 | CODE | |
| LOW | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 25 | CODE | |
| LOW | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 25 | CODE | |
| LOW | …kills/(tooling)/gh-fix-ci/scripts/inspect_pr_checks.py | 2 | CODE | |
| LOW | …ecurity-ownership-map/scripts/community_maintainers.py | 4 | CODE | |
| LOW | …y)/security-ownership-map/scripts/run_ownership_map.py | 4 | CODE | |
| LOW | …y)/security-ownership-map/scripts/run_ownership_map.py | 137 | CODE | |
| LOW | …ity)/security-ownership-map/scripts/query_ownership.py | 4 | CODE | |
| LOW | …/security-ownership-map/scripts/build_ownership_map.py | 4 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/(cloud)/aws-advisor/scripts/architecture_validator.py | 192 | CODE | |
| LOW | …ling)/excalidraw-studio/scripts/add-icon-to-diagram.py | 61 | CODE | |
| LOW | …ling)/excalidraw-studio/scripts/add-icon-to-diagram.py | 330 | CODE | |
| LOW | …kills/(tooling)/excalidraw-studio/scripts/add-arrow.py | 234 | CODE | |
| LOW | …talog/skills/(monitoring)/sentry/scripts/sentry_api.py | 206 | CODE | |
| LOW | …ity)/security-ownership-map/scripts/query_ownership.py | 447 | CODE | |
| LOW | …/security-ownership-map/scripts/build_ownership_map.py | 421 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/skills-catalog/skills/deprecated.yaml | 1 | # Deprecated skills | COMMENT |
| LOW | …(cloud)/cloudflare-deploy/references/images/gotchas.md | 101 | // Test with curl | COMMENT |
| LOW | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …e-engine-optimization/templates/robots-ai-crawlers.txt | 1 | # robots.txt — AI crawler controls template | COMMENT |
| LOW | …e-engine-optimization/templates/robots-ai-crawlers.txt | 21 | # User-agent: OAI-SearchBot | COMMENT |
| LOW | …e-engine-optimization/templates/robots-ai-crawlers.txt | 41 | # Disallow: / | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …catalog/skills/(cloud)/vercel-deploy/scripts/deploy.sh | 182 | # Check if input is a .tgz file or a directory | COMMENT |
| LOW | …catalog/skills/(cloud)/vercel-deploy/scripts/deploy.sh | 208 | # Check if this is a static HTML project (no package.json) | COMMENT |
| LOW | …s/(creation)/skill-architect/scripts/validate_skill.py | 433 | # Check if references are mentioned in body | COMMENT |
| LOW | …/skills/(quality)/web-quality-audit/scripts/analyze.sh | 73 | # Output results as JSON | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/(cloud)/cloudflare-deploy/references/ai-search/api.md | 33 | response: string // AI-generated answer | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/excalidraw-studio/scripts/split-excalidraw-library.py | 52 | Find the .excalidrawlib file in the given directory. Args: directory: Directory to search Returns | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | packages/skills-catalog/security-scan-allowlist.yaml | 2 | # This file contains approved exceptions for security warnings in skills. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/marketplace/src/app/about/page.tsx | 121 | │ ├── react-patterns/ # → Skill: React best practices | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/nestjs-modular-monolith/scripts/validate-isolation.sh | 8 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …talog/skills/(monitoring)/sentry/scripts/sentry_api.py | 24 | CODE |