The open-source hub to build & deploy GPT/LLM Agents ⚡️
This report presents the forensic synthetic code analysis of botpress/botpress, a TypeScript project with 14,784 GitHub stars. SynthScan v2.0 examined 324,437 lines of code across 3398 source files, recording 387 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 4.8 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 387 distinct pattern matches across 15 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 |
|---|---|---|---|---|
| CRITICAL⚡ | plugins/hitl/src/conv-manager.ts | 157 | return await this._props.states.conversation.initiatingUser.set(this._conversation.id, { upstreamUserId: userId }) | CODE |
| CRITICAL⚡ | plugins/hitl/src/conv-manager.ts | 161 | return await this._props.states.conversation.hitl.getOrSet(this._conversation.id, DEFAULT_STATE) | CODE |
| CRITICAL⚡ | plugins/hitl/src/conv-manager.ts | 165 | return await this._props.states.conversation.hitl.set(this._conversation.id, state) | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 157 | text: { schema: sdk.messages.defaults.text.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 158 | image: { schema: sdk.messages.defaults.image.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 159 | audio: { schema: sdk.messages.defaults.audio.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 160 | video: { schema: sdk.messages.defaults.video.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 161 | file: { schema: sdk.messages.defaults.file.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 162 | location: { schema: sdk.messages.defaults.location.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 163 | carousel: { schema: sdk.messages.defaults.carousel.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 164 | card: { schema: sdk.messages.defaults.card.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 165 | dropdown: { schema: sdk.messages.defaults.dropdown.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 166 | choice: { schema: sdk.messages.defaults.choice.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/postmark/integration.definition.ts | 167 | bloc: { schema: sdk.messages.defaults.bloc.schema.extend(emailProps) }, | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 6 | const text = { schema: sdk.messages.defaults.text.schema.extend({ metadata }) } | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 7 | const image = { schema: sdk.messages.defaults.image.schema.extend({ metadata }) } | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 8 | const audio = { schema: sdk.messages.defaults.audio.schema.extend({ metadata }) } | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 9 | const video = { schema: sdk.messages.defaults.video.schema.extend({ metadata }) } | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 10 | const file = { schema: sdk.messages.defaults.file.schema.extend({ metadata }) } | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 11 | const location = { schema: sdk.messages.defaults.location.schema.extend({ metadata }) } | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 12 | const carousel = { schema: sdk.messages.defaults.carousel.schema.extend({ metadata }) } | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 13 | const card = { schema: sdk.messages.defaults.card.schema.extend({ metadata }) } | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 14 | const dropdown = { schema: sdk.messages.defaults.dropdown.schema.extend({ metadata }) } | CODE |
| CRITICAL⚡ | integrations/chat/definitions/channels/messages.ts | 15 | const choice = { schema: sdk.messages.defaults.choice.schema.extend({ metadata }) } | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 136 | const contacts = await this._hsClient.crm.contacts.searchApi.doSearch({ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 155 | const contact = await this._hsClient.crm.contacts.basicApi.getById(contactId.toString(), [ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 199 | const companies = await this._hsClient.crm.companies.searchApi.doSearch({ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 220 | const company = await this._hsClient.crm.companies.basicApi.getById(companyId.toString(), [ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 240 | const updatedCompany = await this._hsClient.crm.companies.basicApi.update(companyId.toString(), { | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 248 | const ticket = await this._hsClient.crm.tickets.basicApi.getById(ticketId.toString(), [ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 313 | const newContact = await this._hsClient.crm.contacts.basicApi.create({ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 362 | return this._hsClient.crm.properties.coreApi.getAll(objectType) | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 370 | const contact = await this._hsClient.crm.contacts.basicApi.getById( | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 399 | const updatedContact = await this._hsClient.crm.contacts.basicApi.update( | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 415 | await this._hsClient.crm.contacts.basicApi.archive(contactId) | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 420 | const { results, paging } = await this._hsClient.crm.contacts.basicApi.getPage(PAGING_LIMIT, nextToken, [ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 568 | return await this._hsClient.crm.tickets.basicApi.create(ticketCreateInput) | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 587 | const deals = await this._hsClient.crm.deals.searchApi.doSearch({ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 608 | const deal = await this._hsClient.crm.deals.basicApi.getById(dealId, [ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 619 | await this._hsClient.crm.deals.basicApi.archive(dealId) | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 634 | const deal = await this._hsClient.crm.deals.basicApi.update(dealId, { | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 647 | const deal = await this._hsClient.crm.deals.basicApi.create({ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 669 | const lead = await this._hsClient.crm.objects.leads.basicApi.create({ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 694 | const lead = await this._hsClient.crm.objects.leads.basicApi.getById(leadId, [ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 703 | await this._hsClient.crm.objects.leads.basicApi.archive(leadId) | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 718 | const lead = await this._hsClient.crm.objects.leads.basicApi.update(leadId, { | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 744 | const leads = await this._hsClient.crm.objects.leads.searchApi.doSearch({ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 860 | const company = await this._hsClient.crm.companies.basicApi.getById(canonicalInput, [ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 868 | const companies = await this._hsClient.crm.companies.searchApi.doSearch({ | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 1011 | const pipelines = await this._hsClient.crm.pipelines.pipelinesApi.getAll('ticket') | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 1044 | const properties = await this._hsClient.crm.properties.coreApi.getAll('contacts') | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 1054 | return await this._hsClient.crm.owners.ownersApi.getById(numericOwnerId) | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 1070 | const owners = await this._hsClient.crm.owners.ownersApi.getPage(email, undefined, 1, false) | CODE |
| CRITICAL | integrations/hubspot/src/hubspot-api/hubspot-client.ts | 1082 | const ticket = await this._hsClient.crm.tickets.basicApi.getById(id) | CODE |
| CRITICAL | …tegrations/hubspot/src/hubspot-api/properties-cache.ts | 108 | const properties = await this._hsClient.crm.properties.coreApi.getAll(this._type, false) | CODE |
| CRITICAL⚡ | …ons/messenger/definitions/channels/channel/messages.ts | 13 | text: { schema: sdk.messages.defaults.text.schema.merge(commentIdSchema) }, | CODE |
| CRITICAL⚡ | …ons/messenger/definitions/channels/channel/messages.ts | 14 | image: { schema: sdk.messages.defaults.image.schema.merge(commentIdSchema) }, | CODE |
| CRITICAL⚡ | …ons/messenger/definitions/channels/channel/messages.ts | 15 | audio: { schema: sdk.messages.defaults.audio.schema.merge(commentIdSchema) }, | CODE |
| CRITICAL⚡ | …ons/messenger/definitions/channels/channel/messages.ts | 16 | video: { schema: sdk.messages.defaults.video.schema.merge(commentIdSchema) }, | CODE |
| CRITICAL⚡ | …ons/messenger/definitions/channels/channel/messages.ts | 17 | file: { schema: sdk.messages.defaults.file.schema.merge(commentIdSchema) }, | CODE |
| 22 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 819 | print(f"Hello {name}! You are {age} years old.") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 820 | print(f"Next year: {age + 1}") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 821 | print(f"Uppercase: {name.upper()}") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 825 | print(f"Price: \${price:.2f}") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 826 | print(f"Hex: {255:#x}") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 827 | print(f"Percentage: {0.846:.1%}") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 833 | print(f"Valid phone: {phone}") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 905 | print(f"Hello {name}! You are {age} years old.") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 906 | print(f"Next year: {age + 1}") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 907 | print(f"Uppercase: {name.upper()}") | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 914 | print(f"Price: \${price:.2f}") # Two decimal places | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 915 | print(f"Hex: {255:#x}") # Hexadecimal | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 916 | print(f"Percentage: {0.846:.1%}") # Percentage | CODE |
| HIGH⚡ | packages/llmz/e2e/chat-mode.test.ts | 925 | print(f"Valid phone: {phone}") | CODE |
| HIGH | packages/llmz/e2e/chat-mode.test.ts | 661 | elif [[ ! -z "\${NAME}" ]]; then | CODE |
| HIGH | packages/llmz/e2e/chat-mode.test.ts | 760 | elif [[ ! -z "\${NAME}" ]]; then | CODE |
| HIGH | packages/llmz/e2e/chat-mode.test.ts | 850 | print(f"User: {user['name']} ({user.get('role', 'user')})") | STRING |
| HIGH | packages/llmz/e2e/chat-mode.test.ts | 950 | print(f"User: {user['name']} ({user.get('role', 'user')})") | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ations/whatsapp/src/channels/message-types/carousel.ts | 60 | // ─── Partitioning ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ations/whatsapp/src/channels/message-types/carousel.ts | 156 | // ─── Native-carousel construction ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 13 | //* ─────────────────────────── UI & Metadata ─────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 79 | //* ─────────────────────────── Errors & Issues ─────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 280 | //* ─────────────────────────── Parsing ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 363 | //* ─────────────────────────── Base Type ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 565 | //* ─────────────────────────── ZodAny ─────────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 574 | //* ─────────────────────────── ZodArray ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 613 | //* ─────────────────────────── ZodBigInt ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 657 | //* ─────────────────────────── ZodBoolean ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 667 | //* ─────────────────────────── ZodBranded ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 689 | //* ─────────────────────────── ZodCatch ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 703 | //* ─────────────────────────── ZodDate ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 731 | //* ─────────────────────────── ZodDefault ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 746 | //* ─────────────────────────── ZodEnum ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 788 | //* ─────────────────────────── ZodNever ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 797 | //* ─────────────────────────── ZodNullable ───────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 810 | //* ─────────────────────────── ZodOptional ──────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 823 | //* ─────────────────────────── ZodTuple ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 864 | //* ─────────────────────────── ZodObject ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1068 | //* ─────────────────────────── ZodDiscriminatedUnion ────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1097 | //* ─────────────────────────── ZodUnknown ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1106 | //* ─────────────────────────── ZodFunction ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1148 | //* ─────────────────────────── ZodIntersection ────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1160 | //* ─────────────────────────── ZodLazy ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1179 | //* ─────────────────────────── ZodLiteral ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1192 | //* ─────────────────────────── ZodMap ─────────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1207 | //* ─────────────────────────── ZodNaN ─────────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1216 | //* ─────────────────────────── ZodNativeEnum ──────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1233 | //* ─────────────────────────── ZodNull ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1242 | //* ─────────────────────────── ZodNumber ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1300 | //* ─────────────────────────── ZodPipeline ────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1314 | //* ─────────────────────────── ZodPromise ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1327 | //* ─────────────────────────── ZodReadonly ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1364 | //* ─────────────────────────── ZodString ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1522 | //* ─────────────────────────── ZodRecord ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1553 | //* ─────────────────────────── ZodRef ─────────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1563 | //* ─────────────────────────── ZodSet ─────────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1588 | //* ─────────────────────────── ZodSymbol ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1597 | //* ─────────────────────────── ZodEffects ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1642 | //* ─────────────────────────── ZodUndefined ───────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1651 | //* ─────────────────────────── ZodUnion ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1666 | //* ─────────────────────────── ZodVoid ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1675 | //* ─────────────────────────── ZodNativeType ─────────────────────────────── | COMMENT |
| MEDIUM | packages/zui/src/z/typings.ts | 1728 | //* ─────────────────────────── Builders ────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bots/hit-looper/src/index.ts | 52 | name: 'John Doe', | CODE |
| LOW | …ile-synchronizer/src/sync-queue/file-processor.test.ts | 32 | const EXISTING_FILE = 'dummy-id' | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 121 | "type": "placeholder", | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 255 | "type": "placeholder", | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 338 | "type": "placeholder", | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 413 | "type": "placeholder", | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 488 | "type": "placeholder", | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 535 | "type": "placeholder", | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 579 | "placeholder": [ | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 597 | "type": "placeholder", | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 747 | "type": "placeholder", | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 768 | "type": "placeholder", | CODE |
| LOW | …tions/confluence/src/parser/testFiles/jsonExample.json | 789 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 290 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 309 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 365 | { "type": "placeholder", "attrs": { "text": "P. ex., simplifier l'expérience utilisateur" } } | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 377 | { "type": "placeholder", "attrs": { "text": "P. ex., le score de satisfaction client augmente" } } | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 413 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 432 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 459 | "placeholder": [ | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 477 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 560 | "content": [{ "type": "placeholder", "attrs": { "text": "P. ex., doit être « responsive »" } }] | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 572 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 657 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 740 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 755 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 770 | "content": [{ "type": "placeholder", "attrs": { "text": "Saisissez // pour ajouter une date" } }] | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample3.json | 791 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 54 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 88 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 122 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 175 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 195 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 215 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 253 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 287 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 321 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 355 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 675 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 720 | "type": "placeholder", | CODE |
| LOW | …ions/confluence/src/parser/testFiles/jsonExample2.json | 760 | "type": "placeholder", | CODE |
| LOW | integrations/slack/hub.md | 41 | name: 'John Doe' | CODE |
| LOW | integrations/slack/hub.md | 60 | name: 'John Doe' | CODE |
| LOW⚡ | integrations/slack/src/misc/replace-mentions.test.ts | 9 | const mentions: Mention[] = [{ start: 6, end: 10, user: { id: 'u1', name: 'John Doe' } }] | CODE |
| LOW⚡ | integrations/slack/src/misc/replace-mentions.test.ts | 15 | { start: 0, end: 5, user: { id: 'u1', name: 'John Doe' } }, | CODE |
| LOW⚡ | integrations/slack/src/misc/replace-mentions.test.ts | 16 | { start: 6, end: 11, user: { id: 'u2', name: 'Jane Doe' } }, | CODE |
| LOW | integrations/slack/src/misc/replace-mentions.test.ts | 27 | const mentions: Mention[] = [{ start: 0, end: 4, user: { id: 'u1', name: 'John Doe' } }] | CODE |
| LOW | …ons/whatsapp/src/misc/markdown-to-whatsapp-rtf.test.ts | 136 | expect(convertMarkdownToWhatsApp('test@test.com')).toBe('test@test.com') | CODE |
| LOW | integrations/stripe/src/misc/custom-schemas.ts | 233 | name: z.string().optional().describe('The name of the customer').placeholder('John Doe').title('Name'), | CODE |
| LOW | integrations/stripe/src/setup/handler.ts | 16 | const _signatureVerifier = new Stripe('placeholder', { apiVersion: '2023-08-16' }) | CODE |
| LOW | packages/zui/src/z/types/catch/catch.test.ts | 193 | return 'John Doe' | CODE |
| LOW | …i/src/transforms/zui-from-object/object-to-zui.test.ts | 40 | address: { street: '123 Main St', city: 'New York', state: 'NY' }, | CODE |
| LOW | …i/src/transforms/zui-from-object/object-to-zui.test.ts | 118 | street: '123 Main St', | CODE |
| LOW | …/src/transforms/zui-to-typescript-schema/index.test.ts | 665 | test('placeholder', () => { | CODE |
| LOW | …s/zui/src/transforms/zui-to-typescript-schema/index.ts | 289 | 'placeholder', | CODE |
| LOW | …/src/conversation-transcript/message-formatter.test.ts | 19 | name: 'John Doe', | CODE |
| LOW | …onversation-transcript/conversation-transcript.test.ts | 8 | name: 'John Doe', | CODE |
| LOW | packages/llmz/DOCS.md | 512 | value: 'John Doe', | CODE |
| LOW | packages/llmz/DOCS.md | 551 | const userName = user.name // "John Doe" | CODE |
| LOW | packages/llmz/DOCS.md | 592 | // before: 'John Doe', | COMMENT |
| 30 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ector/src/utils/create-integration-transfer-handler.ts | 22 | export function createIntegrationTransferHandler(props: CreateIntegrationTransferHandlerProps): { | CODE |
| LOW | integrations/monday/src/oauth-wizard/wizard.ts | 42 | function installMondayAppAndContinue() { | CODE |
| LOW | …grations/bigcommerce-sync/src/actions/sync-products.ts | 41 | function transformProductToTableRow( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 9 | export function fromListCandidatesInputModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 22 | export function toListCandidatesOutputModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 64 | export function fromGetCandidateInputModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 70 | export function toBaseDetailedCandidateModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 178 | export function toCandidateCreatedEventModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 192 | export function toCandidateMovedEventModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 206 | export function fromPostEducationEntryModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 230 | export function fromPostExperienceEntryModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 252 | export function toPostCandidateInJobOutputModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 263 | export function toPostCandidateInTalentPoolOutputModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 280 | export function fromPostCandidateInTalentPoolModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 321 | export function fromPostCandidateInTalentPoolInputModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 332 | export function fromPostCandidateInJobInputModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 350 | export function fromUpdateCandidateInputModel( | CODE |
| LOW | integrations/workable/src/mapping/candidate-mapper.ts | 400 | export function toUpdateCandidateOutputModel( | CODE |
| LOW | integrations/workable/src/mapping/jobs-mapper.ts | 5 | export function toGetJobQuestionsOutputModel( | CODE |
| LOW | integrations/workable/src/mapping/jobs-mapper.ts | 28 | export function fromGetJobQuestionsInputModel( | CODE |
| LOW | integrations/zendesk-messaging-hitl/src/setup/util.ts | 1 | export function getAgentWorkspaceSwitchboardIntegrationName(): string { | CODE |
| LOW | …ssaging-hitl/src/events/switchboard-release-control.ts | 4 | export async function handleSwitchboardReleaseControl( | CODE |
| LOW | …desk-messaging-hitl/src/events/conversation-message.ts | 4 | export async function handleConversationMessage( | CODE |
| LOW | integrations/messenger/src/misc/meta-client.ts | 344 | export async function createAuthenticatedMetaClient({ | CODE |
| LOW | integrations/messenger/src/misc/messenger-client.ts | 5 | export async function createAuthenticatedMessengerClient(client: bp.Client, ctx: bp.Context): Promise<MessengerClient> { | CODE |
| LOW | integrations/messenger/src/misc/utils.ts | 7 | export function getGoogleMapLinkFromLocation(payload: Location) { | CODE |
| LOW | integrations/messenger/src/misc/facebook-client.ts | 109 | export async function createAuthenticatedFacebookClient(ctx: bp.Context, client: bp.Client): Promise<FacebookClient> { | CODE |
| LOW | integrations/messenger/src/misc/auth.ts | 11 | export async function getMessengerClientCredentials( | CODE |
| LOW | integrations/messenger/src/misc/auth.ts | 50 | export async function getFacebookClientCredentials( | CODE |
| LOW | integrations/messenger/src/misc/auth.ts | 89 | export async function getOAuthMetaClientCredentials( | CODE |
| LOW | integrations/messenger/src/misc/auth.ts | 105 | export async function patchOAuthMetaClientCredentials( | CODE |
| LOW | integrations/google-ai/src/actions/generate-content.ts | 108 | async function buildGenerateContentRequest( | CODE |
| LOW | integrations/google-ai/src/actions/generate-content.ts | 311 | function buildFunctionCallingConfig( | CODE |
| LOW | integrations/kommo/src/actions/contact.ts | 6 | function mapKommoContactToBotpress(contact: KommoContact) { | CODE |
| LOW | integrations/sunco/src/events/conversation-message.ts | 4 | export async function handleConversationMessage( | CODE |
| LOW | …rations/telegram/src/misc/markdown-to-telegram-html.ts | 145 | export function stdMarkdownToTelegramHtml(markdown: string): MarkdownToTelegramHtmlResult { | CODE |
| LOW | …rations/telegram/src/misc/markdown-to-telegram-html.ts | 186 | export function markdownHtmlToTelegramPayloads(html: string, images: ImageData[]): MixedPayloads { | CODE |
| LOW | …egrations/teams/src/markdown/teams-html-to-markdown.ts | 6 | export function transformTeamsHtmlToStdMarkdown(teamsHtml: string) { | CODE |
| LOW | integrations/loops/src/loops.webhook.ts | 8 | export function validateWebhookSigningSecret(value: string): void { | CODE |
| LOW | integrations/anthropic/src/actions/generate-content.ts | 221 | async function mapToAnthropicMessageContent(message: llm.Message): Promise<Anthropic.MessageParam['content']> { | CODE |
| LOW | integrations/anthropic/src/actions/generate-content.ts | 268 | async function mapMultipartMessageContentToAnthropicContent( | CODE |
| LOW | integrations/slack/src/misc/markdown-to-slack.ts | 54 | export function transformMarkdownForSlack(text: string): string { | CODE |
| LOW | integrations/instagram/refreshTokens.ts | 25 | async function refreshSandboxAccessToken(args: RefreshSecretArgs) { | CODE |
| LOW | integrations/whatsapp/src/misc/template-utils.ts | 138 | export function parseTemplateVariablesJSON(templateVariablesJson: string, logger: bp.Logger): TemplateVariables { | CODE |
| LOW | integrations/whatsapp/src/misc/template-utils.ts | 398 | export function buildBodyComponentFromLegacy(variables: TemplateVariables): TemplateComponent | undefined { | CODE |
| LOW | …grations/whatsapp/src/misc/markdown-to-whatsapp-rtf.ts | 58 | export function convertMarkdownToWhatsApp(markdown: string): string { | CODE |
| LOW | integrations/openai/src/index.ts | 592 | function getOpenAIImageGenerationParams(modelId: ImageModelId): { | CODE |
| LOW | integrations/twilio/src/markdown-to-twilio.ts | 29 | export function transformMarkdownForTwilio(text: string, channel: TwilioChannel) { | CODE |
| LOW | scripts/upload-sandbox-scripts.ts | 11 | function readIntegrationDefinition(integrationPath: string): any { | CODE |
| LOW | packages/cognitive/src/cognitive-v2/adapter.ts | 27 | export function buildResponseFromBetaMetadata(output: string, metadata: CognitiveMetadata): Response { | CODE |
| LOW | packages/zui/src/transforms/common/utils.ts | 6 | export function primitiveToTypscriptLiteralType(x: Primitive): string { | CODE |
| LOW | packages/zui/src/transforms/common/utils.ts | 20 | export function primitiveToTypescriptValue(x: Primitive): string { | CODE |
| LOW | packages/cli/src/code-generation/generators.ts | 47 | export function primitiveToTypescriptValue(x: Primitive): string { | CODE |
| LOW | packages/cli/src/code-generation/generators.ts | 54 | export function primitiveRecordToTypescriptValues(x: Record<string, Primitive>): Record<string, string> { | CODE |
| LOW | packages/common/src/llm/errors.ts | 5 | export function createUpstreamProviderFailedError(cause: Error, message?: string) { | CODE |
| LOW | packages/common/src/llm/openai.ts | 237 | async function mapToOpenAIMessageContent(message: Message) { | CODE |
| LOW | packages/common/src/llm/openai.ts | 265 | async function mapMultipartMessageToOpenAIMessageParts( | CODE |
| LOW | packages/common/src/llm/openai.ts | 413 | export function validateGptOssReasoningEffort( | CODE |
| LOW | packages/common/src/llm/openai.ts | 445 | export function validateOpenAIReasoningEffort( | CODE |
| LOW | packages/sdk/src/serve.ts | 96 | async function mapIncomingMessageToRequest(incoming: http.IncomingMessage): Promise<Request> { | CODE |
| 10 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …grations/bigcommerce-sync/src/actions/sync-products.ts | 302 | // Step 1: Load categories and brands | COMMENT |
| LOW⚡ | …grations/bigcommerce-sync/src/actions/sync-products.ts | 309 | // Step 2: Get first page synchronously | COMMENT |
| LOW | …grations/bigcommerce-sync/src/actions/sync-products.ts | 328 | // Step 3: Process first page using unified function | COMMENT |
| LOW | …grations/bigcommerce-sync/src/actions/sync-products.ts | 345 | // Step 4: If there are more pages, send webhook to trigger background processing | COMMENT |
| LOW⚡ | integrations/notion/hub.md | 38 | #### Step 1 - Create Integration | COMMENT |
| LOW⚡ | integrations/notion/hub.md | 42 | #### Step 2 - Give access to Notion Assets | COMMENT |
| LOW⚡ | integrations/notion/hub.md | 46 | #### Step 3 - Configure your Bot | COMMENT |
| LOW⚡ | integrations/notion/hub.md | 54 | #### Step 4 - Setup Webhooks (optional) | COMMENT |
| LOW⚡ | integrations/kommo/hub.md | 17 | ### Step 1: Create a Private Integration in Kommo | COMMENT |
| LOW⚡ | integrations/kommo/hub.md | 26 | ### Step 2: Generate an Access Token | COMMENT |
| LOW⚡ | integrations/kommo/hub.md | 32 | ### Step 3: Configure Botpress Integration | COMMENT |
| LOW | integrations/slack/hub.md | 112 | #### Step 1 - Preparing your Slack application | COMMENT |
| LOW | integrations/slack/hub.md | 146 | #### Step 2 - Completing the setup wizard | COMMENT |
| LOW | integrations/slack/hub.md | 153 | #### Step 3 - Enabling webhooks | COMMENT |
| LOW⚡ | packages/llmz/examples/21_chat_tool_components/index.ts | 98 | // Step 1: Show progress | COMMENT |
| LOW⚡ | packages/llmz/examples/21_chat_tool_components/index.ts | 102 | // Step 2: Show more progress | COMMENT |
| LOW⚡ | packages/llmz/examples/21_chat_tool_components/index.ts | 106 | // Step 3: Yiels the ticket component itself | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 649 | // Step 1: Split files that are too large | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 656 | // Step 2: Create batches that fit within token limits | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 659 | // Step 3: Process batches in parallel | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 663 | // Step 4: Merge results - combine patches from all batches per file | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 673 | // Step 5: Apply merged patches to original files (with JSON validation/repair for .json files) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/llmz/DOCS.md | 1000 | // Implement guardrails | COMMENT |
| MEDIUM | packages/llmz/DOCS.md | 1397 | ### Citations (RAG Support) | COMMENT |
| MEDIUM | packages/llmz/DOCS.md | 1436 | #### RAG Implementation Example | COMMENT |
| MEDIUM | packages/llmz/docs/TODO.md | 256 | // Implement guardrails | COMMENT |
| MEDIUM | packages/llmz/docs/TODO.md | 796 | ### RAG Implementation Example | COMMENT |
| MEDIUM | packages/llmz/examples/20_chat_rag/README.md | 1 | ## RAG / Knowledge Bases | COMMENT |
| MEDIUM | packages/llmz/examples/07_chat_guardrails/index.ts | 50 | // Main execution loop with safety guardrails | COMMENT |
| MEDIUM | packages/llmz/examples/07_chat_guardrails/index.ts | 63 | // Use Zai to analyze the generated code against our guardrails | COMMENT |
| MEDIUM | packages/llmz/examples/07_chat_guardrails/index.ts | 85 | // This causes the LLM to regenerate code that complies with guardrails | COMMENT |
| MEDIUM | packages/llmz/examples/07_chat_guardrails/index.ts | 89 | // All guardrails passed - safe to execute | COMMENT |
| MEDIUM | packages/llmz/src/prompts/chat-mode/system.md.ts | 1 | export default "# Important Instructions\n\nYou are a helpful assistant with a defined Personality, Role, Capabilities a | CODE |
| MEDIUM | packages/llmz/src/prompts/worker-mode/system.md.ts | 1 | export default "# Important Instructions\n\nYou are a helpful background AI Agent with defined Role, Capabilities and Re | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …grations/bigcommerce-sync/src/actions/sync-products.ts | 302 | // Step 1: Load categories and brands | COMMENT |
| LOW⚡ | …grations/bigcommerce-sync/src/actions/sync-products.ts | 309 | // Step 2: Get first page synchronously | COMMENT |
| LOW | …grations/bigcommerce-sync/src/actions/sync-products.ts | 328 | // Step 3: Process first page using unified function | COMMENT |
| LOW | …grations/bigcommerce-sync/src/actions/sync-products.ts | 345 | // Step 4: If there are more pages, send webhook to trigger background processing | COMMENT |
| LOW⚡ | packages/llmz/examples/21_chat_tool_components/index.ts | 98 | // Step 1: Show progress | COMMENT |
| LOW⚡ | packages/llmz/examples/21_chat_tool_components/index.ts | 102 | // Step 2: Show more progress | COMMENT |
| LOW⚡ | packages/llmz/examples/21_chat_tool_components/index.ts | 106 | // Step 3: Yiels the ticket component itself | COMMENT |
| LOW | packages/llmz/src/context.ts | 710 | // probably we need to check if max tokens is 75% reached and then summarize messages and variables if needed | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 649 | // Step 1: Split files that are too large | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 656 | // Step 2: Create batches that fit within token limits | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 659 | // Step 3: Process batches in parallel | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 663 | // Step 4: Merge results - combine patches from all batches per file | COMMENT |
| LOW⚡ | packages/zai/src/operations/patch.ts | 673 | // Step 5: Apply merged patches to original files (with JSON validation/repair for .json files) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | integrations/intercom/integration.definition.ts | 21 | .describe('The client secret of the Intercom app, used for event signature validation'), | COMMENT |
| LOW | packages/zui/src/z/types/tuple/tuple.test.ts | 81 | }) | COMMENT |
| LOW | packages/zui/src/z/types/object/index.ts | 241 | // augmentation: Augmentation | COMMENT |
| LOW | packages/zui/src/z/types/object/index.ts | 261 | ...this._def.shape(), | COMMENT |
| LOW | packages/zui/src/z/types/object/index.ts | 281 | // }> | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 1 | import { test } from 'vitest' | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 21 | // const instanceVariable = | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 41 | // // const instanceVariable = sourceFile.getVariableDeclarationOrThrow( | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 61 | // // // Find usage of TestMerge.f2 property | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 81 | // // }); | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 101 | // expect(parentOfProperty?.getName()).toEqual("Test"); | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 121 | // expect(definitionOfProperty?.getText()).toEqual( | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 141 | // ); | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 161 | // ); | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 181 | // ); | COMMENT |
| LOW | packages/zui/src/z/__tests__/language-server.test.ts | 201 | // ); | COMMENT |
| LOW | packages/zui/src/z/__tests__/primitive.test.ts | 401 | // literalStringSchemaTest, | COMMENT |
| LOW | packages/zui/src/z/error/error.test.ts | 161 | expect(result.error.issues[0]?.code).toEqual('custom') | COMMENT |
| LOW | packages/zui/src/z/error/error.test.ts | 481 | if (!result.success) { | COMMENT |
| LOW | packages/sdk/src/bot/workflow-proxy/proxy.ts | 1 | import type * as client from '@botpress/client' | COMMENT |
| LOW | packages/sdk/src/bot/workflow-proxy/proxy.ts | 21 | // character in the workflow definition's tag definition. The plugin | COMMENT |
| LOW | packages/llmz/DOCS.md | 461 | }, | COMMENT |
| LOW | packages/llmz/DOCS.md | 581 | ```typescript | COMMENT |
| LOW | packages/llmz/examples/01_chat_basic/index.ts | 21 | // Initialize the Botpress Client for LLM interactions | COMMENT |
| LOW | packages/zai/README.md | 141 | // Result: [ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/llmz/e2e/chat-mode.test.ts | 157 | Here's how you can create a React component with state: | CODE |
| MEDIUM | packages/llmz/src/vm/vm-jsx.test.ts | 395 | In TypeScript, the \`Omit\` utility type is used to create a new type by omitting specific properties from an existing | CODE |
| MEDIUM | packages/llmz/src/vm/vm-jsx.test.ts | 427 | In TypeScript, the \`Omit\` utility type is used to create a new type by omitting specific properties from an ex | CODE |
| MEDIUM | packages/llmz/src/prompts/chat-mode/system.md.ts | 1 | export default "# Important Instructions\n\nYou are a helpful assistant with a defined Personality, Role, Capabilities a | CODE |
| MEDIUM | packages/llmz/src/prompts/worker-mode/system.md.ts | 1 | export default "# Important Instructions\n\nYou are a helpful background AI Agent with defined Role, Capabilities and Re | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/llmz/src/vm/vm-jsx.test.ts | 358 | // Modify the code snippet as requested and provide the updated version | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/llmz/src/snapshots.ts | 52 | * ### Creating a Snapshot | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/prod-master-version-verification.yml | 35 | # Check if integration should be skipped | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/zai/e2e/patch.test.ts | 656 | lines.push(` // TODO: implement feature ${i / 10}`) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/zai/e2e/sort.test.ts | 574 | function processData(data) { | CODE |