This report presents the forensic synthetic code analysis of andrewyng/context-hub, a JavaScript project with 13,784 GitHub stars. SynthScan v2.0 examined 592,910 lines of code across 1837 source files, recording 1462 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 4.3 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 1462 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | content/zenml/docs/package/python/DOC.md | 135 | zenml login https://<your-zenml-server> --api-key <YOUR_API_KEY> | CODE |
| HIGH | content/zenml/docs/package/python/DOC.md | 135 | zenml login https://<your-zenml-server> --api-key <YOUR_API_KEY> | CODE |
| HIGH | content/cohere/docs/llm/DOC.md | 61 | token: "your-api-key" | CODE |
| HIGH | content/crewai/docs/package/python/DOC.md | 52 | export OPENAI_API_KEY="your-api-key" | CODE |
| HIGH | content/langsmith/docs/package/python/DOC.md | 40 | export LANGSMITH_API_KEY="YOUR_API_KEY" | CODE |
| HIGH | content/langsmith/docs/package/python/DOC.md | 68 | api_key="YOUR_API_KEY", | CODE |
| HIGH | content/langsmith/docs/package/python/DOC.md | 129 | client = Client(api_key="YOUR_API_KEY") | CODE |
| HIGH | content/together/docs/package/python/DOC.md | 37 | export TOGETHER_API_KEY="your-api-key" | CODE |
| HIGH | content/together/docs/package/python/DOC.md | 45 | client = Together(api_key="your-api-key") | CODE |
| HIGH | content/mistralai/docs/package/python/DOC.md | 50 | export MISTRAL_API_KEY="your_api_key" | CODE |
| HIGH | content/gemini/docs/deep-research/python/DOC.md | 49 | os.environ["GEMINI_API_KEY"] = "your-api-key" | CODE |
| HIGH | content/gemini/docs/live/python/references/advanced.md | 10 | wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1beta.GenerativeService.BidiGenerateContent?key | CODE |
| HIGH | …ent/gemini/docs/live/javascript/references/advanced.md | 10 | wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1beta.GenerativeService.BidiGenerateContent?key | CODE |
| HIGH | content/chromadb/docs/embeddings-db/python/DOC.md | 1221 | api_key="your-api-key", | CODE |
| HIGH | content/guidance/docs/package/python/DOC.md | 202 | export OPENAI_API_KEY=your_api_key | CODE |
| HIGH⚡ | content/sendgrid/docs/email-api/python/DOC.md | 54 | export SENDGRID_API_KEY='YOUR_API_KEY' | CODE |
| HIGH⚡ | content/sendgrid/docs/email-api/python/DOC.md | 56 | echo "SENDGRID_API_KEY='YOUR_API_KEY'" > .env | CODE |
| HIGH⚡ | content/sendgrid/docs/email-api/python/DOC.md | 61 | set SENDGRID_API_KEY=YOUR_API_KEY | CODE |
| HIGH⚡ | content/sendgrid/docs/email-api/python/DOC.md | 63 | setx SENDGRID_API_KEY "YOUR_API_KEY" | CODE |
| HIGH | content/sendgrid/docs/email-api/python/DOC.md | 255 | sg = SendGridAPIClient(api_key='your-api-key') | CODE |
| HIGH | content/sendgrid/docs/email-api/python/DOC.md | 267 | api_key='your-api-key', | CODE |
| HIGH⚡ | content/sendgrid/docs/email-api/python/DOC.md | 359 | echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env | CODE |
| HIGH⚡ | content/sendgrid/docs/email-api/python/DOC.md | 368 | set SENDGRID_API_KEY=YOUR_API_KEY | CODE |
| HIGH⚡ | content/sendgrid/docs/email-api/python/DOC.md | 372 | setx SENDGRID_API_KEY "YOUR_API_KEY" | CODE |
| HIGH | content/sendgrid/docs/email-api/javascript/DOC.md | 57 | echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env | CODE |
| HIGH | content/google/docs/generativeai/python/DOC.md | 37 | export GEMINI_API_KEY="your-api-key" | CODE |
| HIGH | content/google/docs/recaptcha-enterprise/python/DOC.md | 97 | client_options=ClientOptions(api_key="YOUR_API_KEY") | CODE |
| HIGH | …t/apache-airflow/docs/providers-sendgrid/python/DOC.md | 55 | export SENDGRID_API_KEY='SG.your-api-key' | CODE |
| HIGH | …pache-airflow/docs/providers-openlineage/python/DOC.md | 99 | apiKey: your-api-key | CODE |
| HIGH | content/deepgram/docs/speech/python/DOC.md | 49 | - Alternatively, pass the API key directly: `client = DeepgramClient(api_key="YOUR_API_KEY")` | CODE |
| HIGH | content/deepgram/docs/speech/python/DOC.md | 58 | client = DeepgramClient(api_key="YOUR_API_KEY") | CODE |
| HIGH | content/deepgram/docs/speech/python/DOC.md | 70 | client = DeepgramClient(api_key="YOUR_API_KEY") | CODE |
| HIGH | content/deepgram/docs/speech/javascript/DOC.md | 56 | const explicit = new DeepgramClient({ apiKey: "YOUR_API_KEY" }); | CODE |
| HIGH | content/deepgram/docs/speech/javascript/DOC.md | 306 | const client = new DeepgramClient({ apiKey: "your-api-key" }); | CODE |
| HIGH | content/groq/docs/package/python/DOC.md | 40 | export GROQ_API_KEY="your-api-key" | CODE |
| HIGH | content/vectara/docs/api/python/DOC.md | 48 | API_KEY = "your_api_key" # Use env var in production | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/python/DOC.md | 1096 | client = Amplitude('YOUR_API_KEY') | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 62 | client = Amplitude('YOUR_API_KEY') | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 71 | api_key='YOUR_API_KEY', | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 894 | api_key='YOUR_API_KEY', | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 907 | api_key='YOUR_API_KEY', | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 920 | api_key='YOUR_API_KEY', | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 939 | api_key='YOUR_API_KEY', | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 957 | "api_key": "YOUR_API_KEY", | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 983 | "api_key": "YOUR_API_KEY", | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 1023 | client = Amplitude('YOUR_API_KEY') | CODE |
| HIGH | content/amplitude/docs/analytics/python/DOC.md | 1058 | client = Amplitude('YOUR_API_KEY') | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 70 | amplitude.init('YOUR_API_KEY'); | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 76 | amplitude.init('YOUR_API_KEY', 'user@example.com'); | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 82 | amplitude.init('YOUR_API_KEY', 'user@example.com', { | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 839 | amplitude.init('YOUR_API_KEY', { | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 849 | amplitude.init('YOUR_API_KEY', { | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 859 | amplitude.init('YOUR_API_KEY', { | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 1063 | amplitude.init('YOUR_API_KEY', { | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 1073 | amplitude.init('YOUR_API_KEY', { | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 1083 | amplitude.init('YOUR_API_KEY', { | CODE |
| HIGH⚡ | content/amplitude/docs/analytics/javascript/DOC.md | 1093 | amplitude.init('YOUR_API_KEY', { | CODE |
| HIGH | content/amplitude/docs/analytics/javascript/DOC.md | 96 | await amplitude.init('YOUR_API_KEY').promise; | CODE |
| HIGH | content/amplitude/docs/analytics/javascript/DOC.md | 107 | amplitude.init('YOUR_API_KEY'); | CODE |
| HIGH | content/amplitude/docs/analytics/javascript/DOC.md | 417 | amplitude.init('YOUR_API_KEY', { | CODE |
| 82 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | content/flask/docs/login/python/DOC.md | 154 | except Exception: | CODE |
| LOW | content/pymysql/docs/package/python/DOC.md | 151 | except Exception: | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 169 | print("Error: " + result.message) | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 312 | print("Error: " + result.message) | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 688 | print(f"Error: {e}") | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 970 | print(f"Error Code: {error.code}") | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 131 | def get_client_token(): | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 144 | def client_token(request): | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 671 | def webhooks(): | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 699 | def webhook(request): | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 1023 | def get_client_token(): | CODE |
| MEDIUM | content/braintree/docs/gateway/python/DOC.md | 1128 | def client_token(request): | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 135 | except Exception as e: | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 148 | except Exception as e: | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 687 | except Exception as e: | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 712 | except Exception as e: | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 1027 | except Exception as e: | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 1132 | except Exception as e: | CODE |
| LOW | content/databases/docs/package/python/DOC.md | 189 | except Exception: | STRING |
| LOW | content/schedule/docs/package/python/DOC.md | 268 | except Exception: | CODE |
| MEDIUM | content/schedule/docs/package/python/DOC.md | 265 | def wrapper(*args, **kwargs): | CODE |
| MEDIUM | content/discord/docs/bot/python/DOC.md | 657 | print(f'Error in {event}') | CODE |
| MEDIUM | content/discord/docs/bot/python/DOC.md | 792 | print(f'Error: {error}') | CODE |
| LOW | content/pygments/docs/package/python/DOC.md | 121 | except Exception: | STRING |
| LOW | content/mako/docs/package/python/DOC.md | 205 | except Exception: | CODE |
| LOW | content/gemini/docs/deep-research/python/DOC.md | 107 | except Exception as e: | CODE |
| LOW | content/gemini/docs/live/python/DOC.md | 375 | except Exception: | CODE |
| LOW | content/kombu/docs/package/python/DOC.md | 172 | except Exception: | CODE |
| MEDIUM | content/kombu/docs/package/python/DOC.md | 168 | def handle_message(body, message): | CODE |
| LOW | content/decorator/docs/package/python/DOC.md | 116 | except Exception as exc: # narrow this in real code | CODE |
| LOW | content/chromadb/docs/embeddings-db/python/DOC.md | 1124 | except Exception as e: | CODE |
| LOW | content/chromadb/docs/embeddings-db/python/DOC.md | 1146 | except Exception as e: | CODE |
| MEDIUM | content/chromadb/docs/embeddings-db/python/DOC.md | 1147 | print(f"Error: {e}") | CODE |
| LOW | content/chromadb/docs/embeddings-db/python/DOC.md | 1298 | except Exception: | CODE |
| LOW | content/confluent-kafka/docs/package/python/DOC.md | 244 | except Exception as exc: | CODE |
| LOW | content/azure/docs/servicebus/python/DOC.md | 143 | except Exception: | CODE |
| LOW | content/azure/docs/monitor-opentelemetry/python/DOC.md | 265 | except Exception as exc: | CODE |
| LOW | content/aiomysql/docs/package/python/DOC.md | 147 | except Exception: | CODE |
| LOW | content/sendgrid/docs/email-api/python/DOC.md | 92 | except Exception as e: | CODE |
| LOW | content/sendgrid/docs/email-api/python/DOC.md | 299 | except Exception as e: | CODE |
| MEDIUM | content/sendgrid/docs/email-api/python/DOC.md | 300 | print(f"Error occurred: {e}") | CODE |
| LOW | content/sendgrid/docs/email-api/python/DOC.md | 599 | except Exception as e: | CODE |
| LOW | content/sendgrid/docs/email-api/python/DOC.md | 655 | except Exception as e: | CODE |
| LOW | content/launchdarkly/docs/feature-flags/python/DOC.md | 180 | except Exception as e: | CODE |
| LOW | content/launchdarkly/docs/feature-flags/python/DOC.md | 1643 | except Exception as e: | CODE |
| LOW | content/google/docs/error-reporting/python/DOC.md | 128 | except Exception: | CODE |
| LOW | content/google/docs/error-reporting/python/DOC.md | 150 | except Exception: | CODE |
| LOW | content/google/docs/error-reporting/python/DOC.md | 177 | except Exception: | CODE |
| MEDIUM | content/google/docs/error-reporting/python/DOC.md | 146 | def checkout(): | CODE |
| MEDIUM | content/google/docs/error-reporting/python/DOC.md | 174 | def handle_job(job): | CODE |
| LOW | content/google/docs/pubsub/python/DOC.md | 167 | except Exception: | CODE |
| LOW | content/microsoft/docs/onedrive/python/DOC.md | 1281 | except Exception as e: | CODE |
| LOW | content/microsoft/docs/onedrive/python/DOC.md | 1527 | except Exception as e: | CODE |
| MEDIUM⚡ | content/square/docs/payments/python/DOC.md | 906 | print("Error retrieving inventory:", e.errors) | CODE |
| MEDIUM⚡ | content/square/docs/payments/python/DOC.md | 921 | print("Error retrieving inventory counts:", e.errors) | CODE |
| MEDIUM | content/square/docs/payments/python/DOC.md | 154 | print("Error listing locations:", e.errors) | CODE |
| MEDIUM | content/square/docs/payments/python/DOC.md | 165 | print("Error retrieving location:", e.errors) | CODE |
| MEDIUM | content/square/docs/payments/python/DOC.md | 179 | print("Error listing locations:", e.errors) | CODE |
| MEDIUM | content/square/docs/payments/python/DOC.md | 260 | print("Error listing payments:", e.errors) | CODE |
| MEDIUM | content/square/docs/payments/python/DOC.md | 272 | print("Error retrieving payment:", e.errors) | CODE |
| 572 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | content/postmark/docs/transactional-email/DOC.md | 227 | name: 'John Doe', | CODE |
| LOW | content/postmark/docs/transactional-email/DOC.md | 602 | company: 'Acme Corp' | CODE |
| LOW | content/postmark/docs/transactional-email/DOC.md | 621 | Recipient: 'user@example.com', | CODE |
| LOW | content/postmark/docs/transactional-email/DOC.md | 752 | EmailFilter: 'user@example.com', | CODE |
| LOW | content/postmark/docs/transactional-email/DOC.md | 805 | EmailFilter: 'user@example.com' | CODE |
| LOW | content/postmark/docs/transactional-email/DOC.md | 1114 | name: 'John Doe', | CODE |
| LOW | content/flask/docs/mail/python/DOC.md | 83 | recipients=["user@example.com"], | CODE |
| LOW | content/flask/docs/dance/python/DOC.md | 329 | storage=MemoryStorage({"access_token": "fake-token"}), | CODE |
| LOW | content/flask/docs/security-too/python/DOC.md | 127 | if not user_datastore.find_user(email="admin@example.com"): | CODE |
| LOW | content/flask/docs/security-too/python/DOC.md | 129 | email="admin@example.com", | CODE |
| LOW | content/flask/docs/security-too/python/DOC.md | 200 | -d '{"email":"admin@example.com","password":"change-me-now"}' | CODE |
| LOW | content/flask/docs/login/python/DOC.md | 50 | "1": User("1", "user@example.com"), | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 200 | "street_address": "123 Main St", | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 209 | "street_address": "123 Main St", | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 356 | "company": "Acme Corp", | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 469 | "street_address": "123 Main St", | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 906 | "street_address": "123 Main St", | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 917 | "street_address": "123 Main St", | CODE |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 214 | streetAddress: "123 Main St", | CODE |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 223 | streetAddress: "123 Main St", | CODE |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 389 | company: "Acme Corp", | CODE |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 534 | streetAddress: "123 Main St", | CODE |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 1067 | streetAddress: "123 Main St", | CODE |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 1078 | streetAddress: "123 Main St", | CODE |
| LOW | content/mocha/docs/mocha/javascript/DOC.md | 172 | const account = await db.createAccount({ email: 'user@example.com' }) | CODE |
| LOW | content/mocha/docs/mocha/javascript/DOC.md | 173 | assert.equal(account.email, 'user@example.com') | CODE |
| LOW | content/cypress/docs/cypress/javascript/DOC.md | 97 | "E2E_EMAIL": "user@example.com", | CODE |
| LOW | content/fastapi-mail/docs/package/python/DOC.md | 175 | recipients=["user@example.com"], | STRING |
| LOW | content/vercel/docs/platform/DOC.md | 1004 | email: 'user@example.com', | CODE |
| LOW | content/factory-bot/docs/package/DOC.md | 94 | email { "admin@example.com" } | CODE |
| LOW | content/sidekiq/docs/package/DOC.md | 180 | batch.on(:complete, ImportCallback, notify: "admin@example.com") | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 139 | email="user@example.com" | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 159 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 170 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 182 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 229 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 317 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 325 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 374 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 553 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 562 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 656 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 670 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 679 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 692 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 707 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 739 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 924 | organization_name="Acme Corp", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 969 | name="John Doe", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 993 | name="Jane Doe", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 1286 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 1623 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 1863 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/python/DOC.md | 1911 | email="user@example.com", | CODE |
| LOW | content/stytch/docs/auth/javascript/DOC.md | 144 | email: 'user@example.com', | CODE |
| LOW | content/stytch/docs/auth/javascript/DOC.md | 155 | email: 'user@example.com', | CODE |
| LOW | content/stytch/docs/auth/javascript/DOC.md | 167 | email: 'user@example.com', | CODE |
| LOW | content/stytch/docs/auth/javascript/DOC.md | 216 | email: 'user@example.com', | CODE |
| LOW | content/stytch/docs/auth/javascript/DOC.md | 297 | email: 'user@example.com', | CODE |
| LOW | content/stytch/docs/auth/javascript/DOC.md | 305 | email: 'user@example.com', | CODE |
| 273 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | content/azure/docs/maps-route/python/DOC.md | 253 | from azure.core.exceptions import HttpResponseError | CODE |
| CRITICAL | content/azure/docs/maps-search/python/DOC.md | 226 | from azure.core.exceptions import HttpResponseError | CODE |
| CRITICAL | content/azure/docs/communication-email/python/DOC.md | 153 | from azure.core.exceptions import HttpResponseError | CODE |
| CRITICAL | content/azure/docs/storage-blob/python/DOC.md | 121 | from azure.core.exceptions import ResourceExistsError | CODE |
| CRITICAL | content/azure/docs/digitaltwins-core/python/DOC.md | 322 | from azure.core.exceptions import HttpResponseError, ResourceNotFoundError | STRING |
| CRITICAL | content/azure/docs/storage-queue/python/DOC.md | 138 | from azure.core.exceptions import ResourceExistsError | CODE |
| CRITICAL | content/azure/docs/storage-file-datalake/python/DOC.md | 138 | from azure.core.exceptions import ResourceExistsError | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 215 | result = await client.me.drive.root.children.get() | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 281 | result = await client.me.drive.root.children.get() | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 308 | result = await client.me.drive.root.children.get() | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 317 | result = await client.me.drive.root.children.get() | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 342 | result = await client.me.drive.root.children.get(request_configuration=request_config) | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 355 | result = await client.me.drive.root.children.get(request_configuration=request_config) | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 369 | result = await client.me.drive.root.children.get(request_configuration=request_config) | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 691 | folder = await client.me.drive.root.children.post(drive_item) | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 711 | folder = await client.me.drive.root.children.post(drive_item) | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 1082 | result = await client.me.drive.root.delta.get() | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 1091 | result = await client.me.drive.root.delta.get() | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 1114 | result = await client.me.drive.root.delta.get() | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 1253 | from azure.core.exceptions import HttpResponseError | CODE |
| CRITICAL | content/microsoft/docs/onedrive/python/DOC.md | 1511 | lambda: client.me.drive.root.children.get() | CODE |
| CRITICAL | content/spring-security/docs/package/java/DOC.md | 73 | return org.springframework.security.core.userdetails.User.builder() | CODE |
| CRITICAL | content/twilio/docs/messaging/typescript/DOC.md | 482 | const mainAccountCalls = await client.api.v2010.account.calls.list(); | CODE |
| CRITICAL | content/spring-boot/docs/security/java/DOC.md | 116 | return org.springframework.security.core.userdetails.User.builder() | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | content/cohere/docs/llm/DOC.md | 394 | // Step 1: Embed documents | COMMENT |
| LOW⚡ | content/cohere/docs/llm/DOC.md | 401 | // Step 2: Embed query | COMMENT |
| LOW⚡ | content/cohere/docs/llm/DOC.md | 408 | // Step 3: Find top candidates using similarity (simplified) | COMMENT |
| LOW⚡ | content/cohere/docs/llm/DOC.md | 411 | // Step 4: Rerank for precision | COMMENT |
| LOW⚡ | content/cohere/docs/llm/DOC.md | 419 | // Step 5: Generate answer with context | COMMENT |
| LOW⚡ | content/braintree/docs/gateway/python/DOC.md | 1086 | # Step 1: Get customer | COMMENT |
| LOW⚡ | content/braintree/docs/gateway/python/DOC.md | 1089 | # Step 2: Find default payment method | COMMENT |
| LOW⚡ | content/braintree/docs/gateway/python/DOC.md | 1096 | # Step 3: Use default payment method for transaction | COMMENT |
| LOW | content/braintree/docs/gateway/python/DOC.md | 1061 | # Step 1: Create customer | COMMENT |
| LOW | content/braintree/docs/gateway/python/DOC.md | 1073 | # Step 2: Create subscription | COMMENT |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 1234 | // Step 1: Create customer | COMMENT |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 1245 | // Step 2: Create subscription | COMMENT |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 1261 | // Step 1: Get customer | COMMENT |
| LOW | content/braintree/docs/gateway/javascript/DOC.md | 1263 | // Step 2: Use default payment method for transaction | COMMENT |
| LOW | content/stytch/docs/auth/python/DOC.md | 1817 | # Step 1: Primary authentication (password) | COMMENT |
| LOW | content/stytch/docs/auth/python/DOC.md | 1838 | # Step 2: MFA with TOTP | COMMENT |
| LOW | content/stytch/docs/auth/javascript/DOC.md | 1641 | // Step 1: Primary authentication (password) | COMMENT |
| LOW | content/stytch/docs/auth/javascript/DOC.md | 1663 | // Step 2: MFA with TOTP | COMMENT |
| LOW | content/microsoft/docs/onedrive/python/DOC.md | 565 | # Step 1: Create upload session | COMMENT |
| LOW | content/microsoft/docs/onedrive/python/DOC.md | 576 | # Step 2: Upload file in chunks | COMMENT |
| LOW | content/microsoft/docs/onedrive/javascript/DOC.md | 509 | // Step 1: Create upload session | COMMENT |
| LOW | content/microsoft/docs/onedrive/javascript/DOC.md | 519 | // Step 2: Upload file in chunks | COMMENT |
| LOW | content/prisma/docs/orm/python/DOC.md | 36 | ### Step 1: Install Prisma | COMMENT |
| LOW | content/prisma/docs/orm/python/DOC.md | 42 | ### Step 2: Create Schema File | COMMENT |
| LOW | content/prisma/docs/orm/python/DOC.md | 64 | ### Step 3: Set Environment Variable | COMMENT |
| LOW | content/prisma/docs/orm/python/DOC.md | 88 | ### Step 4: Generate Client and Push Schema | COMMENT |
| LOW⚡ | content/prisma/docs/orm/javascript/DOC.md | 35 | ### Step 1: Install Dependencies | COMMENT |
| LOW⚡ | content/prisma/docs/orm/javascript/DOC.md | 42 | ### Step 2: Initialize Prisma | COMMENT |
| LOW⚡ | content/prisma/docs/orm/javascript/DOC.md | 52 | ### Step 3: Configure Database Connection | COMMENT |
| LOW | content/prisma/docs/orm/javascript/DOC.md | 76 | ### Step 4: Initialize TypeScript (if needed) | COMMENT |
| LOW⚡ | content/zendesk/docs/support/python/DOC.md | 1608 | # Step 1: Upload the file | COMMENT |
| LOW⚡ | content/zendesk/docs/support/python/DOC.md | 1614 | # Step 2: Create ticket with attachment | COMMENT |
| LOW⚡ | content/zendesk/docs/support/javascript/DOC.md | 1398 | // Step 1: Upload the file | COMMENT |
| LOW⚡ | content/zendesk/docs/support/javascript/DOC.md | 1406 | // Step 2: Create ticket with attachment | COMMENT |
| LOW | …s/ade/document-workflows/references/table-stitching.md | 103 | # Step 1: Parse (cache the result to avoid re-parsing) | COMMENT |
| LOW | …s/ade/document-workflows/references/table-stitching.md | 116 | # Step 2: Extract with the multi-page table schema | COMMENT |
| LOW | …ls/ade/document-workflows/references/schema-catalog.md | 655 | # Step 1: Classify | COMMENT |
| LOW | …ls/ade/document-workflows/references/schema-catalog.md | 662 | # Step 2: Extract with type-specific schema | COMMENT |
| LOW⚡ | …tent/landingai/skills/ade/document-extraction/SKILL.md | 246 | # Step 1: Create parse job | COMMENT |
| LOW⚡ | …tent/landingai/skills/ade/document-extraction/SKILL.md | 255 | # Step 2: Poll for completion | COMMENT |
| LOW⚡ | …tent/landingai/skills/ade/document-extraction/SKILL.md | 264 | # Step 3: Access results | COMMENT |
| LOW | …tent/landingai/skills/ade/document-extraction/SKILL.md | 478 | # Step 1: Parse document | COMMENT |
| LOW | …tent/landingai/skills/ade/document-extraction/SKILL.md | 488 | # Step 2: Extract structured data | COMMENT |
| LOW⚡ | …tent/landingai/skills/ade/document-extraction/SKILL.md | 573 | # Step 1: Define classification schema | COMMENT |
| LOW⚡ | …tent/landingai/skills/ade/document-extraction/SKILL.md | 582 | # Step 2: Parse document | COMMENT |
| LOW⚡ | …tent/landingai/skills/ade/document-extraction/SKILL.md | 588 | # Step 3: Classify document | COMMENT |
| LOW | …tent/landingai/skills/ade/document-extraction/SKILL.md | 599 | # Step 4: Extract based on type | COMMENT |
| LOW | …tent/landingai/skills/ade/document-extraction/SKILL.md | 640 | # Step 1: Parse multi-document PDF | COMMENT |
| LOW | …tent/landingai/skills/ade/document-extraction/SKILL.md | 646 | # Step 2: Define split classes | COMMENT |
| LOW | …tent/landingai/skills/ade/document-extraction/SKILL.md | 664 | # Step 3: Split document | COMMENT |
| LOW | …tent/landingai/skills/ade/document-extraction/SKILL.md | 670 | # Step 4: Process each split | COMMENT |
| LOW⚡ | …skills/ade/document-extraction/references/use-cases.md | 77 | # Step 1: Parse the batch | COMMENT |
| LOW⚡ | …skills/ade/document-extraction/references/use-cases.md | 80 | # Step 2: Split by document type | COMMENT |
| LOW⚡ | …skills/ade/document-extraction/references/use-cases.md | 90 | # Step 3: Extract from each split based on its classification | COMMENT |
| LOW⚡ | …skills/ade/document-extraction/references/use-cases.md | 158 | # Step 1: Parse the PDF | COMMENT |
| LOW⚡ | …skills/ade/document-extraction/references/use-cases.md | 162 | # Step 2: Filter figure chunks | COMMENT |
| LOW⚡ | …skills/ade/document-extraction/references/use-cases.md | 166 | # Step 3: Open PDF with PyMuPDF and crop each figure | COMMENT |
| LOW | content/aws/docs/s3/python/DOC.md | 1298 | # Step 1: Initiate multipart upload | COMMENT |
| LOW | content/aws/docs/s3/python/DOC.md | 1305 | # Step 2: Upload parts | COMMENT |
| LOW | content/aws/docs/s3/python/DOC.md | 1332 | # Step 3: Complete multipart upload | COMMENT |
| 50 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | content/pytest-django/docs/package/python/DOC.md | 135 | def test_select_for_update_path(): | CODE |
| LOW | content/pytest-django/docs/package/python/DOC.md | 162 | def test_dashboard_requires_login(client, django_user_model): | CODE |
| LOW | content/postmark/docs/transactional-email/DOC.md | 1010 | async function sendEmailWithErrorHandling() { | CODE |
| LOW | content/braintree/docs/gateway/python/DOC.md | 1164 | def handle_subscription_renewal(subscription_id): | CODE |
| LOW | content/pytest/docs/timeout/python/DOC.md | 162 | def test_only_the_function_body_is_timed(): | CODE |
| LOW | content/pytest/docs/lazy-fixture/python/DOC.md | 98 | def test_parametrized_fixture(value): | CODE |
| LOW | content/pytest/docs/html/python/DOC.md | 132 | def pytest_runtest_makereport(item, call): | CODE |
| LOW | content/pytest/docs/httpx/python/DOC.md | 242 | def test_local_server_and_remote_mock(httpx_mock): | CODE |
| LOW | content/pytest/docs/django/python/DOC.md | 127 | def test_select_for_update_path(): | CODE |
| LOW | content/pytest/docs/django/python/DOC.md | 155 | def test_dashboard_requires_login(client, django_user_model): | CODE |
| LOW | content/pytest/docs/package/python/DOC.md | 139 | def test_normalize_rejects_empty() -> None: | CODE |
| LOW | content/pytest-httpx/docs/package/python/DOC.md | 242 | def test_local_server_and_remote_mock(httpx_mock): | CODE |
| LOW | content/pytest-mock/docs/package/python/DOC.md | 167 | def test_greet_uses_normalize(mocker: MockerFixture) -> None: | CODE |
| LOW | content/pytest-mock/docs/package/python/DOC.md | 211 | def test_run_job_calls_callback(mocker: MockerFixture) -> None: | CODE |
| LOW | …ent/azure/docs/storage-file-datalake/javascript/DOC.md | 119 | export function createDataLakeServiceClient() { | CODE |
| LOW | content/sendgrid/docs/email-api/python/DOC.md | 625 | def set_sendgrid_data_residency(self, region): | CODE |
| LOW | content/huey/docs/package/python/DOC.md | 297 | def test_send_email_runs_inline(): | CODE |
| LOW | content/launchdarkly/docs/feature-flags/python/DOC.md | 1153 | def generate_secure_mode_hash(sdk_key, context_key): | CODE |
| LOW | …/google/docs/contact-center-insights/javascript/DOC.md | 150 | async function enableAutomaticUploadAnalysis(projectId, location) { | CODE |
| LOW | …/google/docs/contact-center-insights/javascript/DOC.md | 182 | async function createTranscriptConversation(projectId, location) { | CODE |
| LOW | content/google/docs/documentai/javascript/DOC.md | 155 | async function processWithProcessorVersion({ | CODE |
| LOW | content/google/docs/bigquery/javascript/DOC.md | 164 | async function createDatasetWithLocation() { | CODE |
| LOW | content/google/docs/bigquery/javascript/DOC.md | 268 | async function createTableWithAdvancedSchema() { | CODE |
| LOW | content/google/docs/bigquery/javascript/DOC.md | 1543 | async function handlePartialInsertErrors() { | CODE |
| LOW | content/google/docs/compute/python/DOC.md | 144 | def wait_for_extended_operation( | CODE |
| LOW | content/google/docs/network-management/python/DOC.md | 209 | def create_subnet_flow_logs_config( | CODE |
| LOW | content/google/docs/recaptcha-enterprise/python/DOC.md | 169 | def annotate_fraudulent_assessment(project_id: str, assessment_id: str) -> None: | CODE |
| LOW | …ent/google/docs/recaptcha-enterprise/javascript/DOC.md | 170 | async function annotateFraudulentAssessment(assessmentName) { | CODE |
| LOW | content/google/docs/pubsub/javascript/DOC.md | 121 | async function ensureTopicAndSubscription(topicName, subscriptionName) { | CODE |
| LOW | content/google/docs/billing/javascript/DOC.md | 207 | async function listProjectsOnBillingAccount(billingAccountName) { | CODE |
| LOW | …t/apache-airflow/docs/providers-dingding/python/DOC.md | 149 | def dingding_failure_callback(context) -> None: | CODE |
| LOW | …tent/apache-airflow/docs/providers-asana/python/DOC.md | 141 | def find_recent_project_tasks() -> list[dict[str, str | None]]: | CODE |
| LOW | …pache-airflow/docs/providers-apache-hdfs/python/DOC.md | 140 | def webhdfs_inspect_and_upload(): | CODE |
| LOW | content/microsoft/docs/onedrive/python/DOC.md | 1320 | async def download_folder_recursive(folder_id: str, local_path: str): | CODE |
| LOW⚡ | content/square/docs/payments/python/DOC.md | 913 | def batch_retrieve_inventory_counts(catalog_object_ids: list, location_ids: list): | CODE |
| LOW | content/square/docs/payments/python/DOC.md | 762 | def create_advanced_catalog_item(item_data: dict): | CODE |
| LOW | content/square/docs/payments/python/DOC.md | 875 | def batch_upsert_catalog_objects(objects: list): | CODE |
| LOW | content/square/docs/payments/python/DOC.md | 1126 | def create_advanced_subscription(subscription_data: dict): | CODE |
| LOW | content/square/docs/payments/python/DOC.md | 1425 | def create_webhook_subscription(notification_url: str, event_types: list): | CODE |
| LOW | content/square/docs/payments/python/DOC.md | 1443 | def list_webhook_subscriptions(): | CODE |
| LOW | content/square/docs/payments/python/DOC.md | 1651 | def process_payment_with_customer(payment_details: dict): | CODE |
| LOW | content/square/docs/payments/javascript/DOC.md | 788 | async function createAdvancedCatalogItem(itemData) { | CODE |
| LOW | content/square/docs/payments/javascript/DOC.md | 914 | async function batchUpsertCatalogObjects(objects) { | CODE |
| LOW | content/square/docs/payments/javascript/DOC.md | 964 | async function batchRetrieveInventoryCounts(catalogObjectIds, locationIds) { | CODE |
| LOW | content/square/docs/payments/javascript/DOC.md | 1204 | async function createAdvancedSubscription(subscriptionData) { | CODE |
| LOW | content/square/docs/payments/javascript/DOC.md | 1548 | async function createWebhookSubscription(notificationUrl, eventTypes) { | CODE |
| LOW | content/square/docs/payments/javascript/DOC.md | 1774 | async function processPaymentWithCustomer(paymentDetails) { | CODE |
| LOW | content/typescript/docs/pg/typescript/DOC.md | 237 | export async function startNotificationListener(): Promise<void> { | CODE |
| LOW | content/intercom/docs/messaging/python/DOC.md | 1115 | def create_contact_with_retry(data, max_retries=3): | CODE |
| LOW | content/intercom/docs/messaging/python/DOC.md | 1403 | def make_request_with_backoff(request_fn, max_retries=5): | CODE |
| LOW | content/intercom/docs/messaging/python/DOC.md | 1481 | def bulk_operation_with_rate_limit(items, operation, requests_per_second=5): | CODE |
| LOW | content/intercom/docs/messaging/javascript/DOC.md | 1556 | async function bulkOperationWithRateLimit(items, operation, requestsPerSecond = 5) { | CODE |
| LOW | content/mailchimp/docs/marketing/DOC.md | 753 | async function createCampaignFromTemplate(listId, templateId, subject) { | CODE |
| LOW | content/mailchimp/docs/marketing/DOC.md | 847 | async function addSubscriberToAutomation(workflowId, workflowEmailId, email) { | CODE |
| LOW | content/mailchimp/docs/marketing/DOC.md | 1202 | async function getAllListMembersPaginated(listId) { | CODE |
| LOW | content/rabbitmq/docs/message-queue/javascript/DOC.md | 666 | async function declareExchangeWithOptions() { | CODE |
| LOW | …ntent/datahub/docs/sdk/python/references/assertions.md | 57 | def create_freshness_assertions(datasets, client): | CODE |
| LOW | content/retrying/docs/package/python/DOC.md | 79 | def retry_if_connection_error(exc: Exception) -> bool: | CODE |
| LOW | content/dagster/docs/dbt/python/DOC.md | 161 | def jaffle_shop_with_artifacts( | CODE |
| LOW | content/dagster/docs/airbyte/python/DOC.md | 244 | def airbyte_connection_assets( | CODE |
| 123 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | content/semantic-kernel/docs/package/python/DOC.md | 165 | ### 3. Move to agents when you need orchestration | COMMENT |
| MEDIUM | content/cohere/docs/llm/DOC.md | 383 | ### RAG (Retrieval Augmented Generation) | COMMENT |
| MEDIUM | content/chromadb/docs/embeddings-db/python/DOC.md | 882 | ## Complete Example: RAG (Retrieval-Augmented Generation) | COMMENT |
| MEDIUM | content/chromadb/docs/embeddings-db/javascript/DOC.md | 852 | ## Complete Example: RAG (Retrieval-Augmented Generation) | COMMENT |
| MEDIUM | content/langchain/docs/agents/python/DOC.md | 30 | ## Wrong imports that agents hallucinate | COMMENT |
| MEDIUM | content/typescript/docs/lodash/typescript/DOC.md | 153 | ### Debounce event-driven work | COMMENT |
| MEDIUM | …tent/cloudflare/docs/workers-runtime/javascript/DOC.md | 23 | npm create cloudflare@latest # New project scaffold | CODE |
| MEDIUM | content/vectara/docs/api/python/DOC.md | 84 | ## Query API — Search and RAG | COMMENT |
| MEDIUM | content/vectara/docs/api/python/DOC.md | 138 | ### RAG — Search with Generated Answer | COMMENT |
| MEDIUM | content/snowflake/docs/cortex-search/DOC.md | 151 | ## RAG Architecture | COMMENT |
| MEDIUM | content/pinecone/docs/sdk/python/DOC.md | 1347 | ### Pattern: RAG Pipeline | COMMENT |
| MEDIUM | …ntent/landingai/skills/ade/document-workflows/SKILL.md | 661 | ## RAG Preparation | COMMENT |
| MEDIUM | …lls/ade/document-workflows/references/rag-pipelines.md | 1 | # RAG Pipeline Patterns | COMMENT |
| MEDIUM | …lls/ade/document-workflows/references/rag-pipelines.md | 9 | ## 1. Chunks to CSV — RAG-Ready Dataset | COMMENT |
| MEDIUM | …lls/ade/document-workflows/references/rag-pipelines.md | 305 | ### RAG Query with LangChain | COMMENT |
| MEDIUM | …lls/ade/document-workflows/references/rag-pipelines.md | 339 | ## 4. Full RAG Pipeline — End to End | COMMENT |
| MEDIUM | content/haystack-ai/docs/package/python/DOC.md | 74 | ## Minimal RAG Pipeline | COMMENT |
| MEDIUM | content/phidata/docs/package/python/DOC.md | 98 | ## Add Knowledge / RAG | COMMENT |
| MEDIUM | content/huggingface/docs/transformers/DOC.md | 919 | | [Zero-Shot Classification](https://huggingface.co/tasks/zero-shot-classification) | `zero-shot-classification` | Clas | CODE |
| MEDIUM⚡ | content/huggingface/docs/transformers/DOC.md | 954 | | [Zero-Shot Audio Classification](https://huggingface.co/learn/audio-course/chapter4/classification_models#zero-shot-au | CODE |
| MEDIUM⚡ | content/huggingface/docs/transformers/DOC.md | 955 | | [Zero-Shot Image Classification](https://huggingface.co/tasks/zero-shot-image-classification) | `zero-shot-image-class | CODE |
| MEDIUM⚡ | content/huggingface/docs/transformers/DOC.md | 956 | | [Zero-Shot Object Detection](https://huggingface.co/tasks/zero-shot-object-detection) | `zero-shot-object-detection` | CODE |
| MEDIUM | …/tavily/skills/tavily-best-practices/references/sdk.md | 313 | ## Hybrid RAG | COMMENT |
| MEDIUM | …avily/skills/tavily-best-practices/references/crawl.md | 178 | ### 5. RAG/Knowledge Base Integration | COMMENT |
| MEDIUM | content/modal/docs/package/python/DOC.md | 278 | ### Mixing local orchestration and remote imports carelessly | COMMENT |
| MEDIUM | content/langchain4j/docs/package/java/DOC.md | 282 | ## RAG (Retrieval Augmented Generation) | COMMENT |
| MEDIUM | content/langchain4j/docs/package/java/DOC.md | 309 | ### RAG with AI Service | COMMENT |
| MEDIUM | content/weaviate/docs/vector-db/python/DOC.md | 685 | ## Generative Search (RAG) | COMMENT |
| MEDIUM | content/weaviate/docs/vector-db/python/DOC.md | 1309 | # Generative search (RAG) | COMMENT |
| MEDIUM | content/weaviate/docs/vector-db/javascript/DOC.md | 586 | ## Generative Search (RAG) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | cli/tests/commands/search.test.js | 93 | // ── Path 1: No query (list all) ────────────────────────────── | COMMENT |
| MEDIUM | cli/tests/commands/search.test.js | 152 | // ── Path 2: Exact ID match ─────────────────────────────────── | COMMENT |
| MEDIUM | cli/tests/commands/search.test.js | 199 | // ── Path 3: Fuzzy search ───────────────────────────────────── | COMMENT |
| MEDIUM | cli/tests/commands/search.test.js | 262 | // ── Formatting ─────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | content/resend/docs/email/DOC.md | 461 | // created_at: '2023-04-03T22:13:42.674981+00:00', | COMMENT |
| LOW | content/resend/docs/email/DOC.md | 621 | // object: 'list', | COMMENT |
| LOW | content/resend/docs/email/DOC.md | 781 | const { data, error } = await resend.domains.create({ | COMMENT |
| LOW | content/resend/docs/email/DOC.md | 821 | // { | COMMENT |