Repository Analysis

kortix-ai/suna

The Company AI Command Center

6.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of kortix-ai/suna, a TypeScript project with 19,964 GitHub stars. SynthScan v2.0 examined 1,248,812 lines of code across 4638 source files, recording 3760 pattern matches distributed across 23 syntactic categories. The overall adjusted score of 6.8 places this repository in the Low AI signal 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).

6.8
Adjusted Score
6.8
Raw Score
100%
Time Factor
2026-07-14
Last Push
20.0K
Stars
TypeScript
Language
1.2M
Lines of Code
4.6K
Files
3.8K
Pattern Hits
2026-07-14
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 1HIGH 32MEDIUM 2188LOW 1539

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 3760 distinct pattern matches across 23 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.

Decorative Section Separators2093 hits · 6357 pts
SeverityFileLineSnippetContext
MEDIUMinfra/terraform/environments/prod/main.tf1# ── prod environment — api.kortix.com on ECS Fargate (autoscaled, HA) ─────────COMMENT
MEDIUMinfra/terraform/environments/dev-eks/cluster/main.tf1# ── dev-eks (cluster layer) — dev-api-eks.kortix.com on EKS ───────────────────COMMENT
MEDIUMinfra/terraform/environments/dev-eks/cluster/main.tf64# ── Network (own VPC; EKS subnet-discovery tags via the shared module) ─────────COMMENT
MEDIUMinfra/terraform/environments/dev-eks/cluster/main.tf84# ── EKS control plane + managed node group ────────────────────────────────────COMMENT
MEDIUMinfra/terraform/environments/dev-eks/cluster/main.tf116# ── TLS cert for the Argo CD UI (dev-ops.kortix.com) ──────────────────────────COMMENT
MEDIUMinfra/terraform/environments/dev-eks/cluster/main.tf132# ── App IRSA role: read the kortix-dev-env Secrets Manager bundle ──────────────COMMENT
MEDIUM…a/terraform/environments/dev-eks/cluster/iam-deploy.tf1# ── GitHub Actions OIDC deploy role + EKS access ──────────────────────────────COMMENT
MEDIUM…a/terraform/environments/dev-eks/cluster/iam-deploy.tf53# ── Kubernetes RBAC via EKS access entries ────────────────────────────────────COMMENT
MEDIUM…a/terraform/environments/dev-eks/cluster/iam-deploy.tf83# ── Optional extra human cluster-admins ───────────────────────────────────────COMMENT
MEDIUM…ra/terraform/environments/dev-eks/cluster/variables.tf25# ── Node group (dev-sized; smaller floor than prod's 3) ───────────────────────COMMENT
MEDIUM…ra/terraform/environments/dev-eks/cluster/variables.tf50# ── App / secrets wiring ──────────────────────────────────────────────────────COMMENT
MEDIUM…ra/terraform/environments/dev-eks/cluster/variables.tf69# ── DNS / TLS (Cloudflare) ────────────────────────────────────────────────────COMMENT
MEDIUM…ra/terraform/environments/dev-eks/cluster/variables.tf108# ── CI / access ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…/terraform/environments/dev-eks/cluster/iam-staging.tf1# ── Staging runtime on the dev EKS control plane ─────────────────────────────COMMENT
MEDIUMinfra/terraform/environments/dev-eks/cluster/preview.tf1# ── PR preview environments (ephemeral per-PR API on dev-eks) ─────────────────COMMENT
MEDIUMinfra/terraform/environments/dev-eks/platform/main.tf1# ── dev-eks (platform layer) — in-cluster controllers + app namespace ─────────COMMENT
MEDIUMinfra/terraform/environments/qa/main.tf90# ── GitHub Actions OIDC role that publishes QA reports to the bucket ──────────COMMENT
MEDIUMinfra/terraform/environments/prod-eks/cluster/main.tf1# ── prod-eks (cluster layer) — api-eks.kortix.com on EKS ──────────────────────COMMENT
MEDIUMinfra/terraform/environments/prod-eks/cluster/main.tf59# ── Network (own VPC; EKS subnet-discovery tags via the shared module) ─────────COMMENT
MEDIUMinfra/terraform/environments/prod-eks/cluster/main.tf79# ── EKS control plane + managed node group ────────────────────────────────────COMMENT
MEDIUMinfra/terraform/environments/prod-eks/cluster/main.tf99# ── TLS cert for api-eks.kortix.com (ACM, validated via Cloudflare DNS) ────────COMMENT
MEDIUMinfra/terraform/environments/prod-eks/cluster/main.tf111# ── TLS cert for the Argo CD UI (ops.kortix.com) ──────────────────────────────COMMENT
MEDIUMinfra/terraform/environments/prod-eks/cluster/main.tf126# ── TLS cert for the consolidated DevOps gateway ──────────────────────────────COMMENT
MEDIUMinfra/terraform/environments/prod-eks/cluster/main.tf148# ── App IRSA role: read the SAME Secrets Manager bundle ECS uses ───────────────COMMENT
MEDIUM…/terraform/environments/prod-eks/cluster/iam-deploy.tf1# ── GitHub Actions OIDC deploy role + EKS access ──────────────────────────────COMMENT
MEDIUM…/terraform/environments/prod-eks/cluster/iam-deploy.tf57# ── Kubernetes RBAC via EKS access entries ────────────────────────────────────COMMENT
MEDIUM…/terraform/environments/prod-eks/cluster/iam-deploy.tf87# ── Optional extra human cluster-admins ───────────────────────────────────────COMMENT
MEDIUM…a/terraform/environments/prod-eks/cluster/variables.tf25# ── Node group ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…a/terraform/environments/prod-eks/cluster/variables.tf50# ── App / secrets wiring ──────────────────────────────────────────────────────COMMENT
MEDIUM…a/terraform/environments/prod-eks/cluster/variables.tf69# ── DNS / TLS (Cloudflare) ────────────────────────────────────────────────────COMMENT
MEDIUM…a/terraform/environments/prod-eks/cluster/variables.tf114# ── CI / access ───────────────────────────────────────────────────────────────COMMENT
MEDIUMinfra/terraform/environments/prod-eks/platform/main.tf1# ── prod-eks (platform layer) — in-cluster controllers + app namespace ────────COMMENT
MEDIUMinfra/terraform/environments/dev/main.tf66# ── Network (VPC + public/private subnets + NAT) ──────────────────────────────COMMENT
MEDIUMinfra/terraform/environments/dev/main.tf76# ── TLS cert (ACM, validated via Cloudflare DNS) ──────────────────────────────COMMENT
MEDIUMinfra/terraform/environments/dev/main.tf89# ── ECS Fargate API service (autoscaled) ──────────────────────────────────────COMMENT
MEDIUMinfra/terraform/environments/dev/main.tf122# ── DNS: dev-api-ecs-fargate.kortix.com → the ALB (Cloudflare-proxied) ─────────COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf1# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf3# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf15# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf18# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf68# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf72# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf86# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf90# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf98# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf100# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf143# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/main.tf146# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/iam-groups.tf1# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/iam-groups.tf6# ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMinfra/terraform/security-baseline/providers.tf1# ── Account-level security baseline (SOC 2 / Drata) ──────────────────────────COMMENT
MEDIUMinfra/terraform/scripts/bootstrap-state.sh12# ── S3 bucket ────────────────────────────────────────────────────────────────COMMENT
MEDIUMinfra/terraform/scripts/bootstrap-state.sh28# ── DynamoDB lock table ──────────────────────────────────────────────────────COMMENT
MEDIUMinfra/terraform/modules/network/main.tf42# ── Public subnets ────────────────────────────────────────────────────────────COMMENT
MEDIUMinfra/terraform/modules/network/main.tf69# ── Private subnets (egress via NAT) ──────────────────────────────────────────COMMENT
MEDIUMinfra/terraform/modules/network/variables.tf30# ── EKS subnet discovery tags (optional; empty = no-op for the ECS envs) ───────COMMENT
MEDIUMinfra/terraform/modules/ecs-api/main.tf29# ── Logs ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMinfra/terraform/modules/ecs-api/main.tf36# ── IAM ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMinfra/terraform/modules/ecs-api/main.tf80# ── Security groups ───────────────────────────────────────────────────────────COMMENT
MEDIUMinfra/terraform/modules/ecs-api/main.tf130# ── Load balancer ─────────────────────────────────────────────────────────────COMMENT
2033 more matches not shown…
Hyper-Verbose Identifiers926 hits · 944 pts
SeverityFileLineSnippetContext
LOWtests/e2e/specs/10-production-golden-paths.spec.ts172async function stopActiveProjectSessions(token: string, projectId: string) {CODE
LOWtests/e2e/specs/08-accounts-project-access.spec.ts70async function createProjectForAccessTest(CODE
LOWtests/e2e/helpers/self-host.ts53export function runSqlWithSelfHostFallback(sql: string): void {CODE
LOWtests/e2e/helpers/env.ts53export function firstExistingExplicitEnvFile(): string | null {CODE
LOW.claude/skills/kortix-presentation/scripts/clean.py106def get_slide_referenced_files(unpacked_dir: Path) -> set:CODE
LOW.claude/skills/kortix-presentation/scripts/clean.py128def remove_orphaned_rels_files(unpacked_dir: Path) -> list[str]:CODE
LOW.claude/skills/kortix-presentation/scripts/add_slide.py141def _add_to_presentation_rels(unpacked_dir: Path, dest: str) -> str:CODE
LOW.claude/skills/kortix-presentation/scripts/thumbnail.py149def create_hidden_placeholder(size: tuple[int, int]) -> Image.Image:CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py66 def validate_whitespace_preservation(self):CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py163 def count_paragraphs_in_unpacked(self):CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py179 def count_paragraphs_in_original(self):CODE
LOW…ix-presentation/scripts/office/validators/redlining.py198 def _remove_author_tracked_changes(self, root):CODE
LOW…/kortix-presentation/scripts/office/validators/pptx.py104 def validate_slide_layout_ids(self):CODE
LOW…/kortix-presentation/scripts/office/validators/pptx.py172 def validate_no_duplicate_slide_layouts(self):CODE
LOW…/kortix-presentation/scripts/office/validators/pptx.py210 def validate_notes_slide_references(self):CODE
LOW…/kortix-presentation/scripts/office/validators/base.py115 def repair_whitespace_preservation(self) -> int:CODE
LOW…/kortix-presentation/scripts/office/validators/base.py385 def validate_all_relationship_ids(self):CODE
LOW…/kortix-presentation/scripts/office/validators/base.py469 def _get_expected_relationship_type(self, element_name):CODE
LOW…/kortix-presentation/scripts/office/validators/base.py598 def validate_file_against_xsd(self, xml_file, verbose=False):CODE
LOW…/kortix-presentation/scripts/office/validators/base.py703 def _clean_ignorable_namespaces(self, xml_doc):CODE
LOW…/kortix-presentation/scripts/office/validators/base.py723 def _remove_ignorable_elements(self, root):CODE
LOW…/kortix-presentation/scripts/office/validators/base.py742 def _preprocess_for_mc_ignorable(self, xml_doc):CODE
LOW…/kortix-presentation/scripts/office/validators/base.py750 def _validate_single_file_xsd(self, xml_file, base_path):CODE
LOW…/kortix-presentation/scripts/office/validators/base.py787 def _get_original_file_errors(self, xml_file):CODE
LOW…/kortix-presentation/scripts/office/validators/base.py814 def _remove_template_tags_from_text_nodes(self, xml_doc):CODE
LOW…esentation/scripts/office/helpers/simplify_redlines.py47def _merge_tracked_changes_in(container, tag: str) -> int:CODE
LOW…esentation/scripts/office/helpers/simplify_redlines.py126def get_tracked_change_authors(doc_xml_path: Path) -> dict[str, int]:CODE
LOWscripts/build-local-images.sh84function packageNameFromPackageJson(packageJsonPath) {CODE
LOWscripts/build-local-images.sh94function packageNameFromResolvedPath(resolvedPath) {CODE
LOWpackages/agent-tunnel/src/agent/service.ts86export function renderWindowsPowerShellScript(CODE
LOW…ages/agent-tunnel/src/agent/capabilities/filesystem.ts15function permissionFilesystemScope(params: Record<string, unknown>): {CODE
LOW…ages/agent-tunnel/src/agent/capabilities/filesystem.ts49export function createFilesystemCapability(config: TunnelConfig): Capability {CODE
LOW…ages/agent-tunnel/src/agent/security/path-validator.ts39function assertAllowedResolvedPath(CODE
LOW…kages/llm-gateway/src/transports/anthropic/response.ts200export function translateAnthropicResponse(CODE
LOW…ckages/llm-gateway/src/transports/anthropic/request.ts135export function buildAnthropicCorePayload(body: Record<string, any>): Record<string, unknown> {CODE
LOW…lm-gateway/src/transports/openai-responses/response.ts307export async function translateResponsesResponse(CODE
LOWpackages/llm-gateway/src/usage/extract.ts37export function extractUsageFromSseBuffer(buffer: string): ExtractedUsage | null {CODE
LOWpackages/llm-gateway/src/routing/policy-engine.ts11export function createModelFallbackPolicyEngine(CODE
LOWpackages/shared/src/tools/formatter.ts125export function extractAppSlugFromToolCall(toolCall: any): string | null {CODE
LOWpackages/manifest-schema/src/index.v2.ts294export function validateAgentMdFrontmatter(CODE
LOWpackages/manifest-schema/src/index.ts1233function expectRelativePathOrAbsent(value: unknown, path: string, issues: ManifestIssue[]): void {CODE
LOW…lls/webapp/template/client/src/components/ui/chart.tsx320function getPayloadConfigFromPayload(CODE
LOW…owledge-worker/.kortix/opencode/skills/pdf/formfill.py101def _extract_checkbox_on_value(resolved: dict, cb: CheckboxField) -> None:CODE
LOW…-worker/.kortix/opencode/skills/pptx/scripts/slides.py138def _remove_unreferenced_resources(unpacked_dir: Path, referenced: set[Path]) -> list[str]:CODE
LOW…-worker/.kortix/opencode/skills/pptx/scripts/slides.py190def _strip_stale_content_types(unpacked_dir: Path, removed_parts: list[str]) -> None:CODE
LOW…-worker/.kortix/opencode/skills/pptx/scripts/slides.py280def _register_presentation_rel(unpacked_dir: Path, slide_filename: str) -> str:CODE
LOW…worker/.kortix/opencode/skills/docx/scripts/comment.py172def _build_extensible_element(durable_hex: str, timestamp: str) -> etree._Element:CODE
LOW…worker/.kortix/opencode/skills/docx/scripts/comment.py182def _resolve_parent_paragraph(comments_path: Path, parent_cid: int) -> str | None:CODE
LOW…-worker/.kortix/opencode/skills/docx/scripts/unpack.py221def _coalesce_tracked_changes(doc_xml: Path) -> int:CODE
LOW…/starter/templates/base/.kortix/opencode/tools/show.ts113function validateAndBuildEntry(item: Record<string, unknown>): string | ShowEntry {CODE
LOW…pencode/plugins/opencode-pty/src/plugin/pty/manager.ts24export function registerSessionUpdateCallback(callback: SessionUpdateCallback) {CODE
LOW…pencode/plugins/opencode-pty/src/plugin/pty/manager.ts28export function removeSessionUpdateCallback(callback: SessionUpdateCallback) {CODE
LOW…pencode/plugins/opencode-pty/src/plugin/pty/manager.ts33export function registerRawOutputCallback(callback: RawOutputCallback): void {CODE
LOW…pencode/plugins/opencode-pty/src/plugin/pty/manager.ts476export async function ensurePtyBackendAvailable(): Promise<void> {CODE
LOW…e/.kortix/opencode/continuation/kortix-continuation.ts41function extractLastAssistantMessage(messages: any[]): { text: string; hadToolCalls: boolean } {CODE
LOW…templates/base/.kortix/opencode/continuation/dedupe.ts22export function isPassiveContinuationMessage(text: string): boolean {CODE
LOW…templates/base/.kortix/opencode/continuation/dedupe.ts29export function countPassiveContinuationsAfter(messages: any[], lastUserId: string | null): number {CODE
LOWpackages/starter/src/index.ts74export function normalizeStarterTemplateId(value: unknown): StarterTemplateId {CODE
LOWpackages/starter/src/index.ts83export function listGeneralKnowledgeWorkerSkills(): string[] {CODE
LOWpackages/sdk/src/core/runtime/kortix-master.ts624export async function getKortixProjectBySession(baseUrl: string, sessionId: string): Promise<KortixMasterProject> {CODE
866 more matches not shown…
Over-Commented Block343 hits · 330 pts
SeverityFileLineSnippetContext
LOWinfra/terraform/environments/dev-eks/cluster/main.tf1# ── dev-eks (cluster layer) — dev-api-eks.kortix.com on EKS ───────────────────COMMENT
LOWinfra/terraform/environments/prod-eks/cluster/main.tf1# ── prod-eks (cluster layer) — api-eks.kortix.com on EKS ──────────────────────COMMENT
LOWinfra/terraform/environments/dev/main.tf1# ── dev environment — dev-api-ecs-fargate.kortix.com (ECS Fargate, autoscaled) ─COMMENT
LOWinfra/terraform/security-baseline/providers.tf1# ── Account-level security baseline (SOC 2 / Drata) ──────────────────────────COMMENT
LOWinfra/terraform/modules/qa-portal/main.tf1# ── QA report portal: durable S3 store + IRSA read role ───────────────────────COMMENT
LOWinfra/terraform/modules/qa-portal/access.tf1# ── Cloudflare Access (Zero Trust) gate for qa.kortix.com ─────────────────────COMMENT
LOWinfra/terraform/modules/eks/cluster/main.tf1# Reusable EKS control plane + a managed node group, tuned for production uptimeCOMMENT
LOWinfra/terraform/modules/eks/platform/main.tf1# In-cluster platform controllers, installed via Helm. These turn the bare EKSCOMMENT
LOWinfra/terraform/modules/eks/platform/main.tf101# policy=sync + a txtOwnerId registry means external-dns only ever touchesCOMMENT
LOWinfra/k8s/argocd/applications/qa.yaml1# Argo CD Application for the internal QA report portal (qa.kortix.com).COMMENT
LOWinfra/k8s/argocd/applications/platform-falco.yaml1# Runtime security — Falco. A per-node DaemonSet that watches syscalls via theCOMMENT
LOWinfra/k8s/argocd/applications/gateway-prod.yaml1# Argo CD Application for the EKS prod LLM gateway (gateway.kortix.com).COMMENT
LOW…a/k8s/argocd/applications/platform-otel-collector.yaml1# Traces ingest — OpenTelemetry Collector (deployment mode). The single OTLPCOMMENT
LOWinfra/k8s/argocd/applications/platform-velero.yaml1# Backup/restore — Velero with the AWS provider. Takes scheduled cluster backupsCOMMENT
LOWinfra/k8s/argocd/applications/platform-tracing.yaml1# Traces — Grafana Tempo (single-binary). The trace store that lands spans sentCOMMENT
LOWinfra/k8s/argocd/applications/prod.yaml1# Argo CD Application for EKS prod (api-eks.kortix.com).COMMENT
LOWinfra/k8s/argocd/applicationsets/preview.yaml1# Ephemeral per-PR preview environments on the dev-eks cluster.COMMENT
LOWinfra/k8s/platform/botkube-slack-app-manifest.yaml1# Slack App manifest for Botkube (Socket Mode).COMMENT
LOW…8s/platform/botkube-communication.secret.template.yaml1# TEMPLATE — do NOT commit real tokens. The Botkube Slack tokens live in a secretCOMMENT
LOWinfra/k8s/charts/qa-portal/values.yaml1# Defaults for the qa-portal chart. Environment-specific values (bucket, IRSACOMMENT
LOWinfra/k8s/charts/qa-portal/templates/deployment.yaml1{{- if not .Values.bucket }}COMMENT
LOWinfra/k8s/charts/kortix-api/values.yaml1# Defaults for the kortix-api chart. Environment-specific values (cert ARN, IRSACOMMENT
LOWinfra/k8s/charts/kortix-api/values.yaml41# - cpu limit "1" used to throttle the single-threaded event loop the moment aCOMMENT
LOWinfra/k8s/charts/kortix-api/values.yaml81 # Liveness probe path. The shallow `path` above answers in <1ms even when theCOMMENT
LOWinfra/k8s/charts/kortix-api/values.yaml121 resources:COMMENT
LOWinfra/k8s/envs/prod/values.yaml21 # Point sandboxes at the standalone LLM gateway. Must be the PUBLIC host —COMMENT
LOWinfra/k8s/envs/prod/values.yaml101# autoscaler), zero-downtime rolling deploys — all come from the Deployment, notCOMMENT
LOWinfra/k8s/envs/dev/values.yaml1# Dev environment values for the kortix-api chart, deployed by Argo CDCOMMENT
LOWinfra/k8s/envs/dev/values.yaml21 # catalog shape) and the model picker collapses to a single model.COMMENT
LOWinfra/k8s/envs/preview/values.yaml1# Base values for an ephemeral per-PR preview API on dev-eks. The Argo CDCOMMENT
LOWinfra/cloudflare/workers/api-router/wrangler.toml1# Cloudflare Worker that fronts the public API and routes to the active backend.COMMENT
LOWtests/infra/run.sh1#!/usr/bin/env bashCOMMENT
LOWtests/shell/vps/test-vps-e2e.sh1#!/usr/bin/env bashCOMMENT
LOWtests/scripts/publish-allure.sh1#!/usr/bin/env bashCOMMENT
LOWtests/performance/run.sh1#!/usr/bin/env bashCOMMENT
LOWtests/performance/session-start/run.sh1#!/usr/bin/env bashCOMMENT
LOWtests/e2e/scripts/memory-tool-opencode-e2e.sh1#!/usr/bin/env bashCOMMENT
LOWtests/e2e/scripts/pty-ws-smoke.ts1#!/usr/bin/env bunCOMMENT
LOWtests/chaos/container-chaos-pumba.sh1#!/usr/bin/env bashCOMMENT
LOWtests/chaos/resilience-toxiproxy.sh1#!/usr/bin/env bashCOMMENT
LOWtests/migration/run.sh1#!/usr/bin/env bashCOMMENT
LOWtests/src/flows/stragglers-backlog.flow.ts21// cross-referenced flows exist; there is no separate sandbox route here.COMMENT
LOWsupabase/config.toml1# ╔══════════════════════════════════════════════════════════════════════════════╗COMMENT
LOWscripts/dev-local.sh21# laptop diligence as `pnpm dev` — decrypt env, clear ports, Docker/Supabase,COMMENT
LOWscripts/dev-local.sh61 # Warm SNAPSHOT baking OFF for local dev. The [warm-bake] builder (gated byCOMMENT
LOWscripts/dev-local.sh221 ) &COMMENT
LOWscripts/dev-local.sh461 echo "[dev] supabase start…"COMMENT
LOWscripts/dev-local.sh501 # NEXT_PUBLIC_BACKEND_URL is RELATIVE (/v1) so the browser hits the SAMECOMMENT
LOWscripts/dev-local.sh541 # trio. For build+start, `next build` / `next start` (unlike the web's `dev`COMMENT
LOWscripts/dev-local.sh701 FRONTEND_PID=$!COMMENT
LOWscripts/install.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/ci-maintenance-banner.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/ci-local.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/publish-npm-package.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/nuke-local.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/worktree/cli.ts41// OSC 8 hyperlink — makes `text` actually clickable in supporting terminalsCOMMENT
LOWpackages/llm-gateway/src/pipeline/streaming.ts41COMMENT
LOWpackages/llm-gateway/src/domain/principal.ts1export interface AuthedPrincipal {COMMENT
LOWpackages/manifest-schema/src/index.ts1021 // fails to parse there, it is not advisory. v2 mirrors that as aCOMMENT
LOW…ortix/opencode/skills/paper-creator/scripts/compile.sh1#!/usr/bin/env bashCOMMENT
283 more matches not shown…
Cross-Language Confusion23 hits · 145 pts
SeverityFileLineSnippetContext
HIGH…e/skills/kortix-presentation/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {CODE
HIGH…e/skills/kortix-presentation/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…e/skills/kortix-presentation/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {CODE
HIGH…e/skills/kortix-presentation/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {CODE
HIGH…x/opencode/skills/logo-creator/scripts/compose_logo.py45 print("Error: playwright required. Install: pip install playwright && playwright install chromium")CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py107 if (cs.backgroundImage && cs.backgroundImage !== 'none') return true;CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py109 if (bg && bg !== 'rgba(0, 0, 0, 0)' && bg !== 'transparent') return true;CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py110 if (cs.borderStyle && cs.borderStyle !== 'none' && cs.borderWidth !== '0px') return true;CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py111 if (cs.boxShadow && cs.boxShadow !== 'none') return true;CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py121 if (!el || el.nodeType !== 1) return [];CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py124 if (r.width === 0 || r.height === 0) return [];CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py130 out.push({type:'visual', captureId:cid, x:r.left, y:r.top, width:r.width, height:r.height, tag:el.tagName.toCODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py132 for (const ch of el.children) out.push(...walk(ch, depth+1));CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py138 if (el.textContent && el.textContent.trim()) {CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py155 if (!el || el.nodeType !== 1) return [];CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py159 if (r.width === 0 || r.height === 0) return [];CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py167 out.push({CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py179 for (const ch of el.children) out.push(...extract(ch));CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py218 if (!root && orig.tagName !== 'svg' && orig.tagName !== 'SVG' &&CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py222 for (let j=0; j<orig.children.length && j<cl.children.length; j++)CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py310 if (el.textContent && el.textContent.trim()) {CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py322 if (Math.abs(r.left-v.x)<5 && Math.abs(r.top-v.y)<5 &&CODE
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py323 Math.abs(r.width-v.width)<5 && Math.abs(r.height-v.height)<5) {CODE
Modern AI Meta-Vocabulary42 hits · 132 pts
SeverityFileLineSnippetContext
MEDIUMinfra/k8s/argocd/platform-app-of-apps.yaml2# applications/ (the DevOps console, observability, security guardrails, cost,COMMENT
MEDIUMtests/security/strix/README.md1# Strix OSS agentic penetration testingCOMMENT
MEDIUMtests/src/flows/cli-ship.flow.ts366 // Establish the link via a first managed ship (clean push of the scaffold).COMMENT
MEDIUMdocs/INFRASTRUCTURE_PLAN.md127### Wave 3 — Cluster guardrails *(additive; audit-before-enforce)*COMMENT
MEDIUMdocs/specs/2026-07-08-pluggable-runtime-harness.md144### 3.2 Product-facing: ACP is the destination, the OpenCode-API shim is scaffoldingCOMMENT
MEDIUM…e/skills/kortix-system/references/kortix/kortix-cli.md341### Project scaffoldCOMMENT
MEDIUM…ckages/sdk/src/react/use-opencode-sessions/sessions.ts38 // With the scaffold-warm seed, opencode is ALREADY 'ok' for /workspace and aCOMMENT
MEDIUMpackages/registry/src/schema.ts47 'registry:project', // a whole Kortix project (full repo scaffold)CODE
MEDIUMapps/web/src/features/session/session-chat.tsx3775 // UI doesn't flicker between agentic steps. NOT a 2s debounce.COMMENT
MEDIUMapps/web/src/lib/blog-posts.ts511 text: 'The rest of the market is converging on the same lesson. [Auth0](https://auth0.com/blog/api-key-security-foCODE
MEDIUMapps/web/src/lib/blog-posts.ts664 text: 'The market is already pointing this way. [Accenture AI Refinery](https://www.accenture.com/us-en/services/aCODE
MEDIUMapps/web/src/lib/kortix/session-category.ts24 * (Engineer · #3 Project scaffold)COMMENT
MEDIUMapps/cli/DESIGN.md230 scaffold.ts # init scaffold (existing)CODE
MEDIUMapps/cli/scripts/e2e-cloud.sh205# …then scaffold a Kortix project so link CAN succeed.COMMENT
MEDIUMapps/cli/src/index.ts389 // project scaffold — `kortix <new-project-name>` used to, which turnedCOMMENT
MEDIUMapps/cli/src/commands/init.ts356 // scaffold into an existing non-empty folder — a Kortix project is standalone.COMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/main.ts480 // Scaffold-warm the seed: materialize the image-baked scaffold at /workspaceCOMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/main.ts484 // wall). Resolve opencode's config from the scaffold's .kortix/opencode so theCOMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/main.ts489 // scaffold seed. A failed project clone returns false and degrades to theCOMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/main.ts490 // scaffold seed.COMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/main.ts552 // (scaffold OR real project repo) materialized; otherwise capture cannot be pinned.COMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/git.ts605 // the baked content IS this session's base — i.e. a fresh scaffold-rootedCOMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/git.ts607 // (an imported repo / diverged project), the baked scaffold is the WRONGCOMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/git.ts626 // /opt/kortix/scaffold.git whose root commit is SHARED with every projectCOMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/git.ts819// Materialize `target` from the image-baked scaffold + a delta fetch from theCOMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/git.ts837 // ZERO-NETWORK fast path: the image-baked scaffold's root commit is shared,COMMENT
MEDIUMapps/api/src/snapshots/build-context.ts169 // Canonical scaffold repo baked at /opt/kortix/scaffold.git. Built from theCOMMENT
MEDIUMapps/api/src/snapshots/build-context.ts222 // Fail-loud completeness guard: a context missing scaffold.git / the agentCOMMENT
MEDIUMapps/api/src/snapshots/templates.ts57// (`ship`, `cr`, `tunnel`, `self-host`, `accounts`, the whole `init`/scaffoldCOMMENT
MEDIUMapps/api/src/snapshots/dockerfile-layer.ts481 // Canonical scaffold repo (bare). Its root commit matches every seededCOMMENT
MEDIUMapps/api/src/snapshots/providers/daytona.ts114 // reports as "Path does not exist: …/scaffold.git". Re-staging self-healsCOMMENT
MEDIUM…i/src/snapshots/__tests__/cli-executor-closure.test.ts10// developer-only CLI edit (`ship`, `cr`, `tunnel`, `self-host`, the scaffoldCOMMENT
MEDIUMapps/api/src/projects/git-backends/github.ts157 // image-baked scaffold (snapshots/build-context.ts). Without forwardingCOMMENT
MEDIUMapps/api/src/projects/git-backends/github.ts159 // to the baked scaffold → every fresh session full-cloned through theCOMMENT
MEDIUMapps/api/src/projects/lib/triggers.ts1238 // No manifest yet → synthesize a minimal one. Brand-new repos scaffoldCOMMENT
MEDIUMapps/api/src/projects/lib/triggers.ts1239 // kortix.yaml (matching the CLI scaffold); resolve the yaml sibling ofCOMMENT
MEDIUMapps/api/src/projects/lib/sessions.ts755 // can skip the in-guest fetch when the baked scaffold already IS base.COMMENT
MEDIUMapps/api/src/projects/routes/r1.ts519 // Seed the project tip == the deterministic scaffold root (the constantCOMMENT
MEDIUMapps/api/src/projects/routes/r1.ts520 // 'kortix-project' render), byte-identical to the image-baked scaffoldCOMMENT
MEDIUMapps/api/src/projects/routes/r1.ts523 // network (git.ts baked-checkout reuse fires when baseSha == scaffoldCOMMENT
MEDIUMapps/api/src/__tests__/e2e-create-repo-starter.test.ts26// scaffold changes.COMMENT
MEDIUM…pi/src/__tests__/unit-daytona-snapshot-context.test.ts225 // exactly the reported symptom: the SDK can't find scaffold.git in the contextCOMMENT
Excessive Try-Catch Wrapping93 hits · 126 pts
SeverityFileLineSnippetContext
MEDIUM.claude/skills/kortix-presentation/scripts/repair.py58 print(f"Error: {src} not found", file=sys.stderr)CODE
LOW.claude/skills/kortix-presentation/scripts/repair.py110 except Exception:CODE
MEDIUM.claude/skills/kortix-presentation/scripts/clean.py276 print(f"Error: {unpacked_dir} not found", file=sys.stderr)CODE
MEDIUM.claude/skills/kortix-presentation/scripts/add_slide.py40 print(f"Error: {layout_path} not found", file=sys.stderr)CODE
MEDIUM.claude/skills/kortix-presentation/scripts/add_slide.py97 print(f"Error: {source_slide} not found", file=sys.stderr)CODE
MEDIUM.claude/skills/kortix-presentation/scripts/add_slide.py187 print(f"Error: {unpacked_dir} not found", file=sys.stderr)CODE
MEDIUM.claude/skills/kortix-presentation/scripts/thumbnail.py66 print(f"Error: Invalid PowerPoint file: {args.input}", file=sys.stderr)CODE
MEDIUM.claude/skills/kortix-presentation/scripts/thumbnail.py79 print("Error: No slides found", file=sys.stderr)CODE
LOW.claude/skills/kortix-presentation/scripts/thumbnail.py90 except Exception as e:CODE
MEDIUM.claude/skills/kortix-presentation/scripts/thumbnail.py91 print(f"Error: {e}", file=sys.stderr)CODE
LOW.claude/skills/kortix-presentation/scripts/thumbnail.py246 except Exception:CODE
LOW…aude/skills/kortix-presentation/scripts/office/pack.py126 except Exception as e:CODE
MEDIUM…/skills/kortix-presentation/scripts/office/validate.py94 print(f"Error: Validation not supported for file type {file_extension}")CODE
LOW…de/skills/kortix-presentation/scripts/office/unpack.py78 except Exception as e:CODE
LOW…de/skills/kortix-presentation/scripts/office/unpack.py87 except Exception:CODE
LOW…de/skills/kortix-presentation/scripts/office/unpack.py97 except Exception:CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py174 except Exception as e:CODE
MEDIUM…/kortix-presentation/scripts/office/validators/docx.py175 print(f"Error counting paragraphs in unpacked document: {e}")CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py197 except Exception as e:CODE
MEDIUM…/kortix-presentation/scripts/office/validators/docx.py198 print(f"Error counting paragraphs in original document: {e}")CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py287 except Exception:CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py439 except Exception:CODE
LOW…ix-presentation/scripts/office/validators/redlining.py56 except Exception:CODE
LOW…ix-presentation/scripts/office/validators/redlining.py65 except Exception as e:CODE
LOW…/kortix-presentation/scripts/office/validators/pptx.py195 except Exception as e:CODE
LOW…/kortix-presentation/scripts/office/validators/base.py138 except Exception:CODE
LOW…/kortix-presentation/scripts/office/validators/base.py154 except Exception as e:CODE
LOW…/kortix-presentation/scripts/office/validators/base.py357 except Exception as e:CODE
LOW…/kortix-presentation/scripts/office/validators/base.py454 except Exception as e:CODE
LOW…/kortix-presentation/scripts/office/validators/base.py564 except Exception:CODE
LOW…/kortix-presentation/scripts/office/validators/base.py583 except Exception as e:CODE
LOW…/kortix-presentation/scripts/office/validators/base.py784 except Exception as e:CODE
LOW…esentation/scripts/office/helpers/simplify_redlines.py43 except Exception as e:CODE
LOW…rtix-presentation/scripts/office/helpers/merge_runs.py38 except Exception as e:CODE
MEDIUM…ode/skills/paper-creator/scripts/openalex_to_bibtex.py180 print(f"Error: Invalid JSON input: {e}", file=sys.stderr)CODE
MEDIUM…x/opencode/skills/logo-creator/scripts/compose_logo.py45 print("Error: playwright required. Install: pip install playwright && playwright install chromium")CODE
MEDIUM…rtix/opencode/skills/logo-creator/scripts/remove_bg.py35 print("Error: rembg not installed. Run: pip install rembg pillow onnxruntime")CODE
MEDIUM…rtix/opencode/skills/logo-creator/scripts/remove_bg.py39 print(f"Error: File not found: {input_path}")CODE
MEDIUM…rtix/opencode/skills/logo-creator/scripts/remove_bg.py78 print("Error: rembg not installed.")CODE
MEDIUM…ncode/skills/logo-creator/scripts/create_logo_sheet.py238 print(f"Error: '{args.image_dir}' is not a directory")CODE
MEDIUM…ncode/skills/logo-creator/scripts/create_logo_sheet.py243 print(f"Error: No images found in '{args.image_dir}'")CODE
LOW…-worker/.kortix/opencode/skills/xlsx/scripts/recalc.py61 except Exception:CODE
LOW…-worker/.kortix/opencode/skills/xlsx/scripts/recalc.py95 except Exception:CODE
LOW…-worker/.kortix/opencode/skills/xlsx/scripts/recalc.py141 except Exception:CODE
LOW…-worker/.kortix/opencode/skills/xlsx/scripts/recalc.py154 except Exception:CODE
LOW…-worker/.kortix/opencode/skills/xlsx/scripts/recalc.py175 except Exception as e:CODE
LOW…er/.kortix/opencode/skills/xlsx/scripts/pivot_table.py92 except Exception:CODE
LOW…er/.kortix/opencode/skills/xlsx/scripts/pivot_table.py105 except Exception:CODE
LOW…er/.kortix/opencode/skills/xlsx/scripts/pivot_table.py314 except Exception as e:CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py85 except Exception:CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py96 except Exception:CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py117 except Exception:CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py202 except Exception:CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py225 except Exception:CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py381 except Exception:CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py638 except Exception:CODE
LOW…rker/.kortix/opencode/skills/elevenlabs/scripts/tts.py75 except Exception:CODE
LOW…x/opencode/skills/legal-writer/scripts/verify-legal.py469 except Exception as e:CODE
LOW…x/opencode/skills/presentations/scripts/convert_pdf.py84 except Exception as e:STRING
LOW…x/opencode/skills/presentations/scripts/convert_pdf.py101 except Exception:STRING
33 more matches not shown…
Structural Annotation Overuse51 hits · 92 pts
SeverityFileLineSnippetContext
LOWpackages/agent-tunnel/src/agent/cli.ts288 // Step 1: Create device auth requestCOMMENT
LOWpackages/agent-tunnel/src/agent/cli.ts318 // Step 2: Display code and open browserCOMMENT
LOWpackages/agent-tunnel/src/agent/cli.ts327 // Step 3: Poll for approvalCOMMENT
LOW…worker/.kortix/opencode/skills/draft-outreach/SKILL.md126### Step 1: Parse RequestCOMMENT
LOW…worker/.kortix/opencode/skills/draft-outreach/SKILL.md136### Step 2: Research First (Always)COMMENT
LOW…worker/.kortix/opencode/skills/draft-outreach/SKILL.md151### Step 3: Identify HookCOMMENT
LOW…worker/.kortix/opencode/skills/draft-outreach/SKILL.md162### Step 4: Draft MessageCOMMENT
LOW…worker/.kortix/opencode/skills/draft-outreach/SKILL.md194### Step 5: Create Email DraftCOMMENT
LOW…worker/.kortix/opencode/skills/daily-briefing/SKILL.md144### Step 1: Gather ContextCOMMENT
LOW…worker/.kortix/opencode/skills/daily-briefing/SKILL.md175### Step 2: PrioritizeCOMMENT
LOW…worker/.kortix/opencode/skills/daily-briefing/SKILL.md193### Step 3: Generate BriefingCOMMENT
LOW…rker/.kortix/opencode/skills/account-research/SKILL.md182### Step 1: Parse RequestCOMMENT
LOW…rker/.kortix/opencode/skills/account-research/SKILL.md192### Step 2: Web Search (Always)COMMENT
LOW…rker/.kortix/opencode/skills/account-research/SKILL.md213### Step 3: Enrichment (If Connected)COMMENT
LOW…rker/.kortix/opencode/skills/account-research/SKILL.md230### Step 4: CRM Check (If Connected)COMMENT
LOW…rker/.kortix/opencode/skills/account-research/SKILL.md246### Step 5: SynthesizeCOMMENT
LOW…rker/.kortix/opencode/skills/canned-responses/SKILL.md268### Step 1: Define the Use CaseCOMMENT
LOW…rker/.kortix/opencode/skills/canned-responses/SKILL.md274### Step 2: Identify Required ElementsCOMMENT
LOW…rker/.kortix/opencode/skills/canned-responses/SKILL.md279### Step 3: Define VariablesCOMMENT
LOW…rker/.kortix/opencode/skills/canned-responses/SKILL.md284### Step 4: Draft the TemplateCOMMENT
LOW…rker/.kortix/opencode/skills/canned-responses/SKILL.md291### Step 5: Define Escalation TriggersCOMMENT
LOW…rker/.kortix/opencode/skills/canned-responses/SKILL.md296### Step 6: Add MetadataCOMMENT
LOW…rker/.kortix/opencode/skills/website-building/SKILL.md79### Step 0: Load ALL mandatory files (do this FIRST, in parallel)COMMENT
LOW…rker/.kortix/opencode/skills/website-building/SKILL.md92### Step 1: Generate unique paletteCOMMENT
LOW…rker/.kortix/opencode/skills/website-building/SKILL.md100### Step 2: Design & BuildCOMMENT
LOW…rker/.kortix/opencode/skills/website-building/SKILL.md104### Step 3: PreviewCOMMENT
LOW…rker/.kortix/opencode/skills/website-building/SKILL.md166## Step 1: Art Direction — Infer Before You Ask, Ask Before You DefaultCOMMENT
LOW…rker/.kortix/opencode/skills/website-building/SKILL.md192## Step 2: PublishCOMMENT
LOW…pencode/skills/website-building/shared/09-technical.md30### Step 1: Design DirectionCOMMENT
LOW…pencode/skills/website-building/shared/09-technical.md33### Step 2: BuildCOMMENT
LOW…pencode/skills/website-building/shared/09-technical.md36### Step 3: Preview LocallyCOMMENT
LOW…pencode/skills/website-building/shared/09-technical.md50### Step 4: VerifyCOMMENT
LOW…pencode/skills/website-building/shared/09-technical.md53### Step 5: DeliverCOMMENT
LOW…knowledge-worker/.kortix/opencode/skills/pptx/SKILL.md130### Step 1: Content QACOMMENT
LOW…knowledge-worker/.kortix/opencode/skills/pptx/SKILL.md148### Step 2: Visual QA via background sessionCOMMENT
LOW…knowledge-worker/.kortix/opencode/skills/pptx/SKILL.md172### Step 3: Fix-and-verify cycleCOMMENT
LOW…edge-worker/.kortix/opencode/skills/call-prep/SKILL.md164### Step 1: Gather ContextCOMMENT
LOW…edge-worker/.kortix/opencode/skills/call-prep/SKILL.md199### Step 2: Research SupplementCOMMENT
LOW…edge-worker/.kortix/opencode/skills/call-prep/SKILL.md210### Step 3: Synthesize & GenerateCOMMENT
LOW…rker/.kortix/opencode/skills/meeting-briefing/SKILL.md13### Step 1: Identify the MeetingCOMMENT
LOW…rker/.kortix/opencode/skills/meeting-briefing/SKILL.md22### Step 2: Assess Preparation NeedsCOMMENT
LOW…rker/.kortix/opencode/skills/meeting-briefing/SKILL.md37### Step 3: Gather Context from Connected SourcesCOMMENT
LOW…rker/.kortix/opencode/skills/meeting-briefing/SKILL.md77### Step 4: Synthesize into BriefingCOMMENT
LOW…rker/.kortix/opencode/skills/meeting-briefing/SKILL.md81### Step 5: Identify Preparation GapsCOMMENT
LOW…ps/web/src/app/(auth)/auth/phone-verification/page.tsx125 // Step 1: Enroll the phone numberCOMMENT
LOW…ps/web/src/app/(auth)/auth/phone-verification/page.tsx131 // Step 2: Create a challenge (sends SMS)COMMENT
LOW…s/web/src/components/file-editors/markdown-toolbar.tsx365 // Step 1: Upload the file via OpenCodeCOMMENT
LOW…s/web/src/components/file-editors/markdown-toolbar.tsx369 // Step 2: Read back the uploaded image and create blob URLCOMMENT
LOWapps/mobile/components/pages/ChannelsPage.tsx1143 // Step 1: ConfigureCOMMENT
LOWapps/mobile/components/pages/ChannelsPage.tsx1148 // Step 2: ManifestCOMMENT
LOWapps/mobile/components/pages/ChannelsPage.tsx1152 // Step 3: CredentialsCOMMENT
Deep Nesting62 hits · 58 pts
SeverityFileLineSnippetContext
LOW.claude/skills/kortix-presentation/scripts/repair.py55CODE
LOW.claude/skills/kortix-presentation/scripts/clean.py49CODE
LOW.claude/skills/kortix-presentation/scripts/clean.py171CODE
LOW…aude/skills/kortix-presentation/scripts/office/pack.py24CODE
LOW…aude/skills/kortix-presentation/scripts/office/pack.py108CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py66CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py112CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py254CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py298CODE
LOW…/kortix-presentation/scripts/office/validators/docx.py391CODE
LOW…ix-presentation/scripts/office/validators/redlining.py127CODE
LOW…ix-presentation/scripts/office/validators/redlining.py198CODE
LOW…/kortix-presentation/scripts/office/validators/pptx.py62CODE
LOW…/kortix-presentation/scripts/office/validators/pptx.py104CODE
LOW…/kortix-presentation/scripts/office/validators/pptx.py210CODE
LOW…/kortix-presentation/scripts/office/validators/base.py115CODE
LOW…/kortix-presentation/scripts/office/validators/base.py199CODE
LOW…/kortix-presentation/scripts/office/validators/base.py289CODE
LOW…/kortix-presentation/scripts/office/validators/base.py385CODE
LOW…/kortix-presentation/scripts/office/validators/base.py469CODE
LOW…/kortix-presentation/scripts/office/validators/base.py492CODE
LOW…/kortix-presentation/scripts/office/validators/base.py636CODE
LOW…/kortix-presentation/scripts/office/validators/base.py703CODE
LOW…esentation/scripts/office/helpers/simplify_redlines.py149CODE
LOW…rtix-presentation/scripts/office/helpers/merge_runs.py178CODE
LOW…x/opencode/skills/logo-creator/scripts/compose_logo.py129CODE
LOW…-worker/.kortix/opencode/skills/xlsx/scripts/recalc.py65CODE
LOW…-worker/.kortix/opencode/skills/xlsx/scripts/recalc.py82CODE
LOW…-worker/.kortix/opencode/skills/xlsx/scripts/recalc.py102CODE
LOW…-worker/.kortix/opencode/skills/xlsx/scripts/recalc.py117CODE
LOW…er/.kortix/opencode/skills/xlsx/scripts/pivot_table.py109CODE
LOW…knowledge-worker/.kortix/opencode/skills/pdf/layout.py158CODE
LOW…owledge-worker/.kortix/opencode/skills/pdf/formfill.py143CODE
LOW…owledge-worker/.kortix/opencode/skills/pdf/formfill.py300CODE
LOW…encode/skills/document-review/scripts/annotate_pptx.py212CODE
LOW…encode/skills/document-review/scripts/annotate_xlsx.py68CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py77CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py100CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py410CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py513CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py607CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py707CODE
LOW…x/opencode/skills/legal-writer/scripts/verify-legal.py52CODE
LOW…/opencode/skills/legal-writer/scripts/courtlistener.py182CODE
LOW…/opencode/skills/legal-writer/scripts/courtlistener.py235CODE
LOW…ix/opencode/skills/legal-writer/scripts/ecfr_lookup.py45CODE
LOW…ix/opencode/skills/legal-writer/scripts/ecfr_lookup.py241CODE
LOW…x/opencode/skills/presentations/scripts/convert_pdf.py37CODE
LOW…/opencode/skills/presentations/scripts/convert_pptx.py345CODE
LOW…-worker/.kortix/opencode/skills/pptx/scripts/repair.py20CODE
LOW…ge-worker/.kortix/opencode/skills/pptx/scripts/pack.py22CODE
LOW…ge-worker/.kortix/opencode/skills/pptx/scripts/pack.py47CODE
LOW…-worker/.kortix/opencode/skills/pptx/scripts/slides.py138CODE
LOW…t-youtube-transcript/scripts/get_youtube_transcript.py33CODE
LOW…t-youtube-transcript/scripts/get_youtube_transcript.py68CODE
LOW…ge-worker/.kortix/opencode/skills/docx/scripts/pack.py22CODE
LOW…ge-worker/.kortix/opencode/skills/docx/scripts/pack.py47CODE
LOW…worker/.kortix/opencode/skills/docx/scripts/comment.py182CODE
LOW…worker/.kortix/opencode/skills/docx/scripts/comment.py199CODE
LOW…-worker/.kortix/opencode/skills/docx/scripts/unpack.py160CODE
2 more matches not shown…
Fake / Example Data54 hits · 56 pts
SeverityFileLineSnippetContext
LOW…ts/e2e/scripts/test-gate5-release-verifier-fixtures.sh819 GATE5_API_CURL_USER_TOKEN=dummy-user-token \CODE
LOWapps/web/translations/zh.json495 "placeholder": "输入你的消息..."CODE
LOWapps/web/translations/zh.json1504 "line122JsxAttrPlaceholderJaneDoe": "Jane Doe",CODE
LOWapps/web/translations/zh.json4848 "line254JsxAttrPlaceholderUserExampleCom": "user@example.com",CODE
LOWapps/web/translations/ja.json495 "placeholder": "メッセージを入力..."CODE
LOWapps/web/translations/ja.json1504 "line122JsxAttrPlaceholderJaneDoe": "Jane Doe",CODE
LOWapps/web/translations/ja.json4848 "line254JsxAttrPlaceholderUserExampleCom": "user@example.com",CODE
LOWapps/web/translations/de.json495 "placeholder": "Gib deine Nachricht ein..."CODE
LOWapps/web/translations/de.json1504 "line122JsxAttrPlaceholderJaneDoe": "Jane Doe",CODE
LOWapps/web/translations/de.json4848 "line254JsxAttrPlaceholderUserExampleCom": "user@example.com",CODE
LOWapps/web/translations/pt.json495 "placeholder": "Digite tua mensagem..."CODE
LOWapps/web/translations/pt.json1504 "line122JsxAttrPlaceholderJaneDoe": "Jane Doe",CODE
LOWapps/web/translations/pt.json4848 "line254JsxAttrPlaceholderUserExampleCom": "user@example.com",CODE
LOWapps/web/translations/en.json495 "placeholder": "Type your message..."CODE
LOWapps/web/translations/en.json1504 "line122JsxAttrPlaceholderJaneDoe": "Jane Doe",CODE
LOWapps/web/translations/en.json4912 "line254JsxAttrPlaceholderUserExampleCom": "user@example.com",CODE
LOWapps/web/translations/it.json495 "placeholder": "Digita il tuo messaggio..."CODE
LOWapps/web/translations/it.json1504 "line122JsxAttrPlaceholderJaneDoe": "Jane Doe",CODE
LOWapps/web/translations/it.json4848 "line254JsxAttrPlaceholderUserExampleCom": "user@example.com",CODE
LOWapps/web/translations/fr.json495 "placeholder": "Tape ton message..."CODE
LOWapps/web/translations/fr.json1504 "line122JsxAttrPlaceholderJaneDoe": "Jane Doe",CODE
LOWapps/web/translations/fr.json4848 "line254JsxAttrPlaceholderUserExampleCom": "user@example.com",CODE
LOWapps/web/translations/es.json495 "placeholder": "Escribe tu mensaje..."CODE
LOWapps/web/translations/es.json1504 "line122JsxAttrPlaceholderJaneDoe": "Jane Doe",CODE
LOWapps/web/translations/es.json4848 "line254JsxAttrPlaceholderUserExampleCom": "user@example.com",CODE
LOW…s/workspace/customize/sections/teams-channel-panel.tsx195 placeholder="Acme Corp"CODE
LOWapps/cli/src/__tests__/host-notice.test.ts81 user_email: 'user@example.com',CODE
LOWapps/mobile/locales/zh.json268 "placeholder": "给 Kortix 一个任务...",CODE
LOWapps/mobile/locales/zh.json959 "placeholder": "定义你的员工应该如何行为......",CODE
LOWapps/mobile/locales/ja.json268 "placeholder": "Kortixにタスクを...",CODE
LOWapps/mobile/locales/ja.json959 "placeholder": "従業員がどのように行動すべきかを定義します...",CODE
LOWapps/mobile/locales/de.json268 "placeholder": "Gib Kortix eine Aufgabe...",CODE
LOWapps/mobile/locales/de.json959 "placeholder": "Definieren Sie, wie sich Ihr Mitarbeiter verhalten soll...",CODE
LOWapps/mobile/locales/pt.json268 "placeholder": "Dê uma tarefa para o Kortix...",CODE
LOWapps/mobile/locales/pt.json959 "placeholder": "Defina como seu funcionário deve se comportar...",CODE
LOWapps/mobile/locales/en.json268 "placeholder": "Give Kortix a task...",CODE
LOWapps/mobile/locales/en.json1009 "placeholder": "Define how your worker should behave...",CODE
LOWapps/mobile/locales/it.json268 "placeholder": "Dai a Kortix un compito...",CODE
LOWapps/mobile/locales/it.json959 "placeholder": "Definisci come dovrebbe comportarsi il tuo lavoratore...",CODE
LOWapps/mobile/locales/fr.json268 "placeholder": "Donne une tâche à Kortix...",CODE
LOWapps/mobile/locales/fr.json968 "placeholder": "Définissez comment votre travailleur doit se comporter...",CODE
LOWapps/mobile/locales/es.json268 "placeholder": "Dale a Kortix una tarea...",CODE
LOWapps/mobile/locales/es.json968 "placeholder": "Define cómo debe comportarse tu trabajador...",CODE
LOWapps/mobile/components/ui/search-list-header.tsx23 inputProps?: Omit<TextInputProps, 'value' | 'onChangeText' | 'placeholder' | 'placeholderTextColor' | 'style'>;CODE
LOWapps/api/src/__tests__/unit-email-channel.test.ts430 message: { ...event.message, from: 'vip-12@example.org' },CODE
LOWapps/api/src/__tests__/unit-teams-commands.test.ts18 expect(parseTeamsCommand('/use Acme Corp')).toEqual({ verb: 'use', arg: 'Acme Corp' });CODE
LOW…s/api/src/__tests__/unit-account-display-names.test.ts57 expect(properAccountName('Acme Corp')).toBe('Acme Corp');CODE
LOW…s/api/src/__tests__/unit-account-display-names.test.ts70 [{ accountId: 'a1', name: 'Acme Corp' }],CODE
LOW…s/api/src/__tests__/unit-account-display-names.test.ts73 expect(names.get('a1')).toBe('Acme Corp');CODE
LOW…s/api/src/__tests__/unit-account-display-names.test.ts133 { accountId: 'a1', name: 'Acme Corp' },CODE
LOW…s/api/src/__tests__/unit-account-display-names.test.ts138 expect(names.get('a1')).toBe('Acme Corp');CODE
LOW…api/src/__tests__/billing/customers-repository.test.ts117 { accountId: 'acc_3', id: 'cus_old', email: 'user@example.com', provider: 'stripe', active: true },CODE
LOW…api/src/__tests__/billing/customers-repository.test.ts123 email: 'user@example.com',CODE
LOW…api/src/__tests__/billing/customers-repository.test.ts131 expect.objectContaining({ email: 'user@example.com', active: true }),CODE
AI Slop Vocabulary17 hits · 50 pts
SeverityFileLineSnippetContext
MEDIUM…kortix/opencode/skills/paper-creator/scripts/verify.sh4# Runs a comprehensive checklist against a compiled paper and reports pass/fail.COMMENT
MEDIUMpackages/sdk/src/react/use-session.ts388 // lands (count grows) — robust to server-normalized text where a text-equalityCOMMENT
MEDIUM.github/workflows/self-host-e2e.yml3# Heavyweight, comprehensive self-host regression test — builds ALL self-hostCOMMENT
MEDIUMapps/desktop-electron/src/main.js287 // Same size + center as the main window so swapping splash → app is seamlessCOMMENT
MEDIUMapps/web/src/app/(system)/debug/tools/page.tsx265 '# App Router\n\nThe App Router is a new paradigm for building applications using React’s latest features.',CODE
MEDIUMapps/web/src/features/session/session-actions-panel.tsx111 // Jump to the tool the user clicked in the chat (focus by callID, robust toCOMMENT
MEDIUMapps/web/src/features/session/detect-command.ts79 // Fallback: robust full-template match where placeholders are wildcards.COMMENT
MEDIUMapps/web/src/features/session/session-chat.tsx4603 // drive the agent through the SAME robust path the input uses — optimisticCOMMENT
MEDIUMapps/web/src/features/session/tool-renderers.tsx5196 // Panel: fill the height as a seamless column (the side-panel frameCOMMENT
MEDIUMapps/web/src/components/kortix/new-ticket-dialog.tsx352 // Auto-size title and body to fit content — the seamless feel requires thatCOMMENT
MEDIUMapps/cli/scripts/build.sh8# are produced the same way (CI, dev-local.sh, the snapshot test harness).COMMENT
MEDIUMapps/cli/src/commands/ship.ts609 // GitHub origin → the seamless import (one-click App install, or --github-token).COMMENT
MEDIUMapps/kortix-sandbox-agent-server/src/git.ts572 // Rename the unborn branch to `base` — version-robust vs `git init -b`, whichCOMMENT
MEDIUM…agent-server/src/__tests__/static-web-curl.e2e.test.ts22// Capture body + status + content-type in one shot. Markers keep parsing robustCOMMENT
MEDIUMapps/api/src/middleware/request-deadline.ts108 // Any SSE client explicitly asks for an event stream — robust catch-all forCOMMENT
MEDIUMapps/api/src/projects/routes/r2.ts67 // App install needed. This is the seamless `kortix ship` flow for a repo youCOMMENT
MEDIUM…pi/src/__tests__/unit-kortix-projects-security.test.ts7// this safety check is robust to where the sandbox-lookup handler lives.COMMENT
Self-Referential Comments9 hits · 27 pts
SeverityFileLineSnippetContext
MEDIUM…ments/enterprise-release-publisher/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUM…ts/enterprise-vpc-template/cluster/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUM…s/enterprise-vpc-template/platform/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUM…ents/enterprise-vpc-template/state/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUM…rprise-release-publisher-bootstrap/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUMinfra/terraform/scripts/bootstrap-state.sh2# Create the S3 bucket + DynamoDB lock table that hold Terraform remote state.COMMENT
MEDIUMinfra/k8s/platform/botkube-slack-app-manifest.yaml3# Create the app: https://api.slack.com/apps -> Create New App -> From a manifestCOMMENT
MEDIUMinfra/k8s/charts/kortix-api/templates/namespace.yaml22 # Create the namespace before everything that lands in it.COMMENT
MEDIUM…fra/k8s/charts/kortix-gateway/templates/namespace.yaml13 # Create the namespace before everything that lands in it.COMMENT
Cross-Language Confusion (JS/TS)4 hits · 25 pts
SeverityFileLineSnippetContext
HIGHapps/enterprise-updater/src/installer.ts61 elif [[ "$current" != *InvocationDoesNotExist* ]]; thenCODE
HIGH…s/cli/src/self-host/__tests__/aws-vpc-blackbox.test.ts112 elif [ "\${FAKE_TERRAFORM_REMOTE_REFRESHED:-}" = "1" ]; thenCODE
HIGHapps/api/src/scripts/dump-opencode-schema.ts14 print(sql + ";\n")CODE
HIGHapps/api/src/scripts/dump-opencode-schema.ts15print("=== TABLE ROW COUNTS ===")CODE
Verbosity Indicators10 hits · 22 pts
SeverityFileLineSnippetContext
LOWpackages/agent-tunnel/src/agent/cli.ts288 // Step 1: Create device auth requestCOMMENT
LOWpackages/agent-tunnel/src/agent/cli.ts318 // Step 2: Display code and open browserCOMMENT
LOWpackages/agent-tunnel/src/agent/cli.ts327 // Step 3: Poll for approvalCOMMENT
LOW…ps/web/src/app/(auth)/auth/phone-verification/page.tsx125 // Step 1: Enroll the phone numberCOMMENT
LOW…ps/web/src/app/(auth)/auth/phone-verification/page.tsx131 // Step 2: Create a challenge (sends SMS)COMMENT
LOW…s/web/src/components/file-editors/markdown-toolbar.tsx365 // Step 1: Upload the file via OpenCodeCOMMENT
LOW…s/web/src/components/file-editors/markdown-toolbar.tsx369 // Step 2: Read back the uploaded image and create blob URLCOMMENT
LOWapps/mobile/components/pages/ChannelsPage.tsx1143 // Step 1: ConfigureCOMMENT
LOWapps/mobile/components/pages/ChannelsPage.tsx1148 // Step 2: ManifestCOMMENT
LOWapps/mobile/components/pages/ChannelsPage.tsx1152 // Step 3: CredentialsCOMMENT
Example Usage Blocks10 hits · 16 pts
SeverityFileLineSnippetContext
LOWtests/performance/session-start/run.sh6# Usage:COMMENT
LOWtests/migration/scripts/junit.sh4# Usage:COMMENT
LOWscripts/setup-env.sh7# Usage:COMMENT
LOWscripts/nuke-local.sh13# Usage:COMMENT
LOW…ortix/opencode/skills/paper-creator/scripts/compile.sh4# Usage:COMMENT
LOW…kortix/opencode/skills/paper-creator/scripts/verify.sh7# Usage:COMMENT
LOWapps/cli/scripts/e2e-cloud.sh23# Usage:COMMENT
LOWapps/cli/scripts/e2e-cr.sh9# Usage:COMMENT
LOW…/src/self-host/assets/supabase/docker-compose.logs.yml5# Usage:COMMENT
LOWapps/api/scripts/e2e-change-requests.sh19# Usage:COMMENT
Cross-File Repetition3 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…x/opencode/skills/presentations/scripts/convert_pdf.py0auto-detect chromium executable path for the current platform.STRING
HIGH…pencode/skills/presentations/scripts/validate_slide.py0auto-detect chromium executable path for the current platform.STRING
HIGH…/opencode/skills/presentations/scripts/convert_pptx.py0auto-detect chromium executable path for the current platform.STRING
Synthetic Comment Markers2 hits · 12 pts
SeverityFileLineSnippetContext
HIGH…e-worker/.kortix/opencode/skills/logo-creator/SKILL.md97 round-1/ # AI-generated symbolsCODE
HIGH…x/opencode/skills/logo-creator/scripts/compose_logo.py313 # Auto-crop symbol to remove whitespace padding from AI-generated imagesCOMMENT
Redundant / Tautological Comments7 hits · 10 pts
SeverityFileLineSnippetContext
LOW…encode/skills/domain-research/scripts/domain-lookup.py271 # Check if we only got TLD-level info with no domain dataCOMMENT
LOW…x/opencode/skills/legal-writer/scripts/verify-legal.py150 # Check if the term appears outside its definitionCOMMENT
LOW…x/opencode/skills/legal-writer/scripts/verify-legal.py183 # Check if it might be a top-level sectionCOMMENT
LOWapps/mobile/scripts/start-android.sh20# Check if emulator is already runningCOMMENT
LOWapps/mobile/scripts/start-android.sh26 # Check if AVD existsCOMMENT
LOWapps/mobile/scripts/start-android.sh48# Check if dev client is installedCOMMENT
LOWapps/mobile/scripts/setup-android.sh16# Check if running on macOSCOMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICAL…ce/customize/sections/view/gateway/gateway-routing.tsx443 const inherited = routing.data.effective.defaultFallback.models.filter(CODE
Unused Imports5 hits · 5 pts
SeverityFileLineSnippetContext
LOW…tix-presentation/scripts/office/validators/__init__.py5CODE
LOW…tix-presentation/scripts/office/validators/__init__.py6CODE
LOW…tix-presentation/scripts/office/validators/__init__.py7CODE
LOW…tix-presentation/scripts/office/validators/__init__.py8CODE
LOW…encode/skills/domain-research/scripts/domain-lookup.py28CODE
Modern Structural Boilerplate2 hits · 2 pts
SeverityFileLineSnippetContext
LOW.claude/skills/kortix-presentation/scripts/clean.py221def update_content_types(unpacked_dir: Path, removed_files: list[str]) -> None:CODE
LOW…tix-presentation/scripts/office/validators/__init__.py10__all__ = [CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWapps/web/src/components/ui/modal.tsx303// TODO: implement passing props directly to ModalContentCOMMENT
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…/opencode/skills/legal-writer/scripts/courtlistener.py158CODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWapps/kortix-sandbox-agent-server/src/static-web.ts313function handleRequest(req: Request, port: number): Response {CODE