The infrastructure platform for the intelligence era
This report presents the forensic synthetic code analysis of encoredev/encore, a Go project with 12,155 GitHub stars. SynthScan v2.0 examined 344,715 lines of code across 1859 source files, recording 522 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 2.9 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 522 distinct pattern matches across 13 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 |
|---|---|---|---|---|
| MEDIUM | miniredis/tests/cmd_resp3.rs | 6 | // ── Helper: raw TCP connection for RESP3 wire format tests ────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_resp3.rs | 30 | // ── HELLO command tests ───────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_resp3.rs | 97 | // ── HGETALL RESP3 map ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_resp3.rs | 147 | // ── SMEMBERS RESP3 set ────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_resp3.rs | 186 | // ── Commands still work after HELLO 3 ─────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_resp3.rs | 228 | // ── HELLO with AUTH ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_resp3.rs | 251 | // ── Via redis-rs client ───────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_misc.rs | 4 | // ── QUIT ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_misc.rs | 14 | // ── COMMAND ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_misc.rs | 30 | // ── INFO ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_misc.rs | 100 | // ── CLIENT SETNAME/GETNAME ────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_misc.rs | 143 | // ── CLUSTER ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_misc.rs | 224 | // ── OBJECT IDLETIME ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_auth.rs | 4 | // ── AUTH ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_auth.rs | 68 | // ── HELLO ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_tls.rs | 53 | // ── Tests ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 3 | // ── String operations ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 28 | // ── Key management ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 75 | // ── List operations ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 106 | // ── Set operations ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 134 | // ── Hash operations ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 158 | // ── Sorted set operations ──────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | miniredis/tests/direct_api.rs | 177 | // ── Stream operations ──────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | miniredis/tests/direct_api.rs | 187 | // ── HyperLogLog operations ────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | miniredis/tests/direct_api.rs | 197 | // ── TTL operations ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 209 | // ── Select DB ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 222 | // ── Connection counting ────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 247 | // ── Fast forward ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 265 | // ── Auth ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 280 | // ── DB() access ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 305 | // ── Restart ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/direct_api.rs | 336 | // ── Dump ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_pubsub.rs | 4 | // ── PUBLISH (through regular dispatch) ────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_pubsub.rs | 23 | // ── PUBSUB CHANNELS/NUMSUB/NUMPAT (through regular dispatch) ─────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_pubsub.rs | 64 | // ── SUBSCRIBE + PUBLISH via redis-rs PubSub API ──────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_pubsub.rs | 268 | // ── Direct API ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_hll.rs | 4 | // ── PFADD ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_hll.rs | 32 | // ── PFCOUNT ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_hll.rs | 94 | // ── PFMERGE ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_hll.rs | 173 | // ── DEL interaction ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_transactions.rs | 4 | // ── Error cases ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_transactions.rs | 32 | // ── Basic MULTI / EXEC ────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_transactions.rs | 115 | // ── DISCARD ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_transactions.rs | 141 | // ── WATCH ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_transactions.rs | 215 | // ── UNWATCH ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_transactions.rs | 250 | // ── Transaction with pipe().atomic() ───────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_transactions.rs | 275 | // ── MULTI with unknown command → EXECABORT ─────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_transactions.rs | 311 | // ── EVAL/EVALSHA inside MULTI/EXEC ─────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 4 | // ── EVAL basic ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 54 | // ── KEYS and ARGV ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 72 | // ── redis.call() ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 117 | // ── redis.pcall() ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 162 | // ── redis.error_reply() / redis.status_reply() ────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 178 | // ── redis.sha1hex() ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 188 | // ── EVALSHA ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 215 | // ── SCRIPT LOAD / EXISTS / FLUSH ───────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 288 | // ── Error handling ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 324 | // ── Script using various data types ────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 349 | // ── SCRIPT subcommand errors ───────────────────────────────────────── | COMMENT |
| MEDIUM | miniredis/tests/cmd_scripting.rs | 361 | // ── EVAL_RO / EVALSHA_RO ───────────────────────────────────────────── | COMMENT |
| 102 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .reviewdog.yml | 1 | # Encore's reviewdog configuration file. | COMMENT |
| LOW | check.bash | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tsparser/txtar/src/lib.rs | 1 | //! `txtar` is a rust implementation of the `txtar` Go package. | COMMENT |
| LOW | tsparser/txtar/src/lib.rs | 21 | //! The format spec as written in the `txtar` Go package source code: | COMMENT |
| LOW | tsparser/txtar/src/lib.rs | 41 | //! ```rust no_run | COMMENT |
| LOW | runtimes/go/package.go | 1 | // Package encore provides the runtime API contract, which Encore applications are build against. | COMMENT |
| LOW | runtimes/go/package.go | 21 | // # Package encore | COMMENT |
| LOW | runtimes/go/pkgfn.go | 21 | // | COMMENT |
| LOW | runtimes/go/request.go | 61 | // and callee are both running within the same process. | COMMENT |
| LOW | runtimes/go/meta.go | 121 | // EnvEphemeral represents short-lived cloud-hosted, non-production environments, such as preview environments | COMMENT |
| LOW | runtimes/go/beta/errs/error.go | 21 | ValidateJsonRawMessage: true, | COMMENT |
| LOW | runtimes/go/beta/errs/codes.go | 1 | package errs | COMMENT |
| LOW | runtimes/go/beta/errs/codes.go | 21 | // Encore will generate this error code in the above two mentioned cases. | COMMENT |
| LOW | runtimes/go/beta/errs/codes.go | 41 | // NotFound means some requested entity (e.g., file or directory) was | COMMENT |
| LOW | runtimes/go/beta/errs/codes.go | 61 | PermissionDenied ErrCode = 7 | COMMENT |
| LOW | runtimes/go/beta/errs/codes.go | 81 | // the system state has been explicitly fixed. E.g., if an "rmdir" | COMMENT |
| LOW | runtimes/go/beta/errs/codes.go | 101 | // OutOfRange means operation was attempted past the valid range. | COMMENT |
| LOW | runtimes/go/beta/errs/codes.go | 121 | // supported/enabled in this service. | COMMENT |
| LOW | runtimes/go/beta/errs/codes.go | 141 | // Encore will generate this error code in aubrupt shutdown of a server process | COMMENT |
| LOW | runtimes/go/middleware/middleware.go | 1 | // Package middleware provides middleware functionality for defining | COMMENT |
| LOW | runtimes/go/middleware/middleware.go | 21 | // function is used to invoke the next middleware in the | COMMENT |
| LOW | runtimes/go/middleware/middleware.go | 61 | // Response represents the API handler's response. | COMMENT |
| LOW | runtimes/go/middleware/middleware.go | 81 | // Err is the error returned from the API handler or another middleware. | COMMENT |
| LOW | runtimes/go/types/uuid/uuid_test.go | 1 | // Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru> | COMMENT |
| LOW | runtimes/go/types/uuid/sql_test.go | 1 | // Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru> | COMMENT |
| LOW | runtimes/go/types/uuid/codec_test.go | 1 | // Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru> | COMMENT |
| LOW | runtimes/go/types/uuid/generator.go | 1 | // Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru> | COMMENT |
| LOW | runtimes/go/types/uuid/generator.go | 61 | COMMENT | |
| LOW | runtimes/go/types/uuid/uuid.go | 1 | // Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru> | COMMENT |
| LOW | runtimes/go/types/uuid/fuzz.go | 1 | // Copyright (c) 2018 Andrei Tudor Călin <mail@acln.ro> | COMMENT |
| LOW | runtimes/go/types/uuid/fuzz.go | 21 | COMMENT | |
| LOW | runtimes/go/types/uuid/codec.go | 1 | // Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru> | COMMENT |
| LOW | runtimes/go/types/uuid/codec.go | 61 | return Nil | COMMENT |
| LOW | runtimes/go/types/uuid/codec.go | 81 | // | COMMENT |
| LOW | runtimes/go/types/uuid/generator_test.go | 1 | // Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru> | COMMENT |
| LOW | runtimes/go/types/uuid/sql.go | 1 | // Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru> | COMMENT |
| LOW | runtimes/go/shutdown/shutdown.go | 1 | package shutdown | COMMENT |
| LOW | runtimes/go/shutdown/shutdown.go | 21 | // is reached, whichever happens first. The OutstandingRequests, OutstandingPubSubMessages, and | COMMENT |
| LOW | runtimes/go/shutdown/shutdown.go | 41 | COMMENT | |
| LOW | runtimes/go/shutdown/shutdown.go | 61 | // | COMMENT |
| LOW | runtimes/go/shutdown/shutdown.go | 81 | // <-p.OutstandingRequests.Done() | COMMENT |
| LOW | runtimes/go/config/pkgfn.go | 21 | // Load returns the fully loaded configuration for this service. | COMMENT |
| LOW | runtimes/go/storage/cache/list.go | 41 | // The primary use case is for overriding the expiration time for certain cache operations. | COMMENT |
| LOW | runtimes/go/storage/cache/list.go | 61 | // PushLeft pushes one or more values at the head of the list stored at key. | COMMENT |
| LOW | runtimes/go/storage/cache/list.go | 81 | COMMENT | |
| LOW | runtimes/go/storage/cache/list.go | 261 | // If the key does not exist it returns an empty list. | COMMENT |
| LOW | runtimes/go/storage/cache/cache.go | 21 | // If not specified the cache defaults to AllKeysLRU. | COMMENT |
| LOW | runtimes/go/storage/cache/cache.go | 81 | // cache key pattern for this keyspace. | COMMENT |
| LOW | runtimes/go/storage/cache/basic.go | 41 | // For each key, the result contains an Err field indicating success or failure. | COMMENT |
| LOW | runtimes/go/storage/cache/basic.go | 81 | // GetAndDelete deletes the key and returns the previously stored value. | COMMENT |
| LOW | runtimes/go/storage/cache/basic.go | 101 | // The primary use case is for overriding the expiration time for certain cache operations. | COMMENT |
| LOW | runtimes/go/storage/cache/basic.go | 261 | // If the key already exists, it reports an error matching KeyExists. | COMMENT |
| LOW | runtimes/go/storage/cache/basic.go | 281 | return s.basicKeyspace.GetAndSet(ctx, key, val) | COMMENT |
| LOW | runtimes/go/storage/cache/basic.go | 381 | // myKeyspace.With(cache.ExpireIn(3 * time.Second)).Set(...) | COMMENT |
| LOW | runtimes/go/storage/cache/basic.go | 441 | } | COMMENT |
| LOW | runtimes/go/storage/cache/struct.go | 61 | COMMENT | |
| LOW | runtimes/go/storage/cache/struct.go | 101 | // Delete deletes the specified keys. | COMMENT |
| LOW | runtimes/go/storage/cache/set.go | 41 | COMMENT | |
| LOW | runtimes/go/storage/cache/set.go | 241 | // | COMMENT |
| LOW | runtimes/go/storage/objects/path_escape.go | 81 | // Return true if the specified character should be escaped when | COMMENT |
| 210 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | v2/parser/apis/middleware/middleware.go | 40 | return mw.Decl.File.Pkg.ImportPath.String() + "." + mw.Decl.Name | CODE |
| CRITICAL | v2/parser/apis/middleware/middleware.go | 48 | return mw.Decl.File.Pkg.ImportPath.String() + "." + mw.Decl.Name | CODE |
| CRITICAL | v2/parser/apis/authhandler/authhandler.go | 40 | func (ah *AuthHandler) SortKey() string { return ah.Decl.File.Pkg.ImportPath.String() + "." + ah.Name } | CODE |
| CRITICAL | v2/parser/apis/servicestruct/servicestruct.go | 34 | return ss.Decl.File.Pkg.ImportPath.String() + "." + ss.Decl.Name | CODE |
| CRITICAL | v2/codegen/apigen/authhandlergen/authhandlergen.go | 140 | fnExpr = Qual(ah.Decl.File.Pkg.ImportPath.String(), ah.Name) | CODE |
| CRITICAL | v2/codegen/apigen/maingen/maingen.go | 76 | f.Anon(ah.Decl.File.Pkg.ImportPath.String()) | CODE |
| CRITICAL | v2/codegen/apigen/maingen/maingen.go | 80 | f.Anon(mw.Decl.File.Pkg.ImportPath.String()) | CODE |
| CRITICAL | v2/codegen/apigen/maingen/maingen.go | 117 | f.Anon(ah.Decl.File.Pkg.ImportPath.String()) | CODE |
| CRITICAL | v2/codegen/apigen/maingen/maingen.go | 120 | f.Anon(mw.Decl.File.Pkg.ImportPath.String()) | CODE |
| CRITICAL | v2/internals/schema/schemautil/schemautil.go | 387 | buf.WriteString(t.DeclInfo.File.Pkg.ImportPath.String()) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | check.bash | 30 | # Step 0: Setup the script with basic error handling | COMMENT |
| LOW | check.bash | 46 | # Step 1: Configure the script with the parameters the use wants | COMMENT |
| LOW | check.bash | 83 | # Step 2: Check for required tools and error out if anything is missing which we can't install for the user | COMMENT |
| LOW⚡ | check.bash | 100 | # Step 3: Create a diff of the changes in the working directory against the common ancestor of the current branch and ma | COMMENT |
| LOW | check.bash | 182 | # Step 4: Run review dog using the diff we just created, allowing reviewdog to only show errors from changes we've made | COMMENT |
| LOW | docs/go/self-host/deploy-to-digital-ocean-wip.md | 16 | ### Step 1: Create an Encore App | COMMENT |
| LOW | docs/go/self-host/deploy-to-digital-ocean-wip.md | 31 | ### Step 2: Push the Docker Image to a Container Registry | COMMENT |
| LOW | docs/go/self-host/deploy-to-digital-ocean-wip.md | 57 | ### Step 3: Deploy the Docker Image to DigitalOcean App Platform | COMMENT |
| LOW | docs/go/self-host/deploy-to-digital-ocean-wip.md | 77 | ### Step 4: Monitor and Manage the App | COMMENT |
| LOW | docs/go/self-host/deploy-to-digital-ocean-wip.md | 92 | ### Step 5: Add a Database to Your App | COMMENT |
| LOW⚡ | docs/go/tutorials/incident-management-tool.md | 780 | # Step 1: Create a User and copy the User ID to your clipboard | COMMENT |
| LOW⚡ | docs/go/tutorials/incident-management-tool.md | 787 | # Step 2: Create a schedule for the user we just created | COMMENT |
| LOW⚡ | docs/go/tutorials/incident-management-tool.md | 793 | # Step 3: Trigger an incident | COMMENT |
| LOW⚡ | docs/go/tutorials/incident-management-tool.md | 798 | # Step 4: Acknowledge the Incident | COMMENT |
| LOW | docs/platform/deploy/deploying.md | 13 | ### Step 1: Create account & application | COMMENT |
| LOW | docs/platform/deploy/deploying.md | 53 | ### Step 2: Integrate with GitHub (Optional) | COMMENT |
| LOW | docs/platform/deploy/deploying.md | 68 | ### Step 3: Connect your AWS / GCP account (Optional) | COMMENT |
| LOW | docs/platform/deploy/deploying.md | 80 | ### Step 4: Push to deploy | COMMENT |
| LOW | docs/platform/integrations/auth-keys.md | 32 | ### Step 1: Generate an auth key | COMMENT |
| LOW | docs/platform/integrations/auth-keys.md | 46 | ### Step 2: Authenticate with the auth key | COMMENT |
| LOW | docs/ts/self-host/deploy-to-digital-ocean.md | 19 | ### Step 1: Create an Encore App | COMMENT |
| LOW | docs/ts/self-host/deploy-to-digital-ocean.md | 34 | ### Step 2: Push the Docker Image to a Container Registry | COMMENT |
| LOW | docs/ts/self-host/deploy-to-digital-ocean.md | 60 | ### Step 3: Deploy the Docker Image to DigitalOcean App Platform | COMMENT |
| LOW | docs/ts/self-host/deploy-to-digital-ocean.md | 80 | ### Step 4: Monitor and Manage the App | COMMENT |
| LOW | docs/ts/self-host/deploy-to-digital-ocean.md | 95 | ### Step 5: Add a Database to Your App | COMMENT |
| LOW | docs/ts/self-host/deploy-to-railway.md | 15 | ### Step 1: Create an Encore App and a GitHub repository | COMMENT |
| LOW | docs/ts/self-host/deploy-to-railway.md | 27 | ### Step 2: Push the Docker Image to GitHub's Container Registry | COMMENT |
| LOW | docs/ts/self-host/deploy-to-railway.md | 83 | ### Step 3: Deploy the Docker Image to Railway | COMMENT |
| LOW | docs/ts/self-host/deploy-to-railway.md | 110 | ### Step 4: Automate the Deployment Process | COMMENT |
| LOW | docs/ts/self-host/deploy-to-railway.md | 177 | ### Step 5: Add a Database to Your App | COMMENT |
| LOW | docs/ts/develop/auth.md | 103 | #### Step 1: Determining if the request is authenticated | COMMENT |
| LOW | docs/ts/develop/auth.md | 122 | #### Step 2: Calling the endpoint, if permissible | COMMENT |
| LOW | pkg/make-release/dist_builder.go | 195 | // Step 1: Find out the latest release version for Encore's Go distribution | COMMENT |
| LOW | pkg/encorebuild/dist_builder.go | 139 | // Step 1: Find out the latest release version for Encore's Go distribution | COMMENT |
| LOW | pkg/idents/identifiers.go | 23 | // Step 1: convert case | COMMENT |
| LOW | pkg/idents/identifiers.go | 44 | // Step 2: Join Parts | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | runtimes/js/encore.dev/pubsub/mod.ts | 27 | * name: "John Doe", | COMMENT |
| LOW | docs/ts/develop/integrations/resend.md | 157 | to: "user@example.com", | CODE |
| LOW⚡ | cli/internal/dedent/dedent_test.go | 151 | Lorem ipsum dolor sit amet, | CODE |
| LOW⚡ | cli/internal/dedent/dedent_test.go | 151 | Lorem ipsum dolor sit amet, | CODE |
| LOW⚡ | cli/internal/dedent/dedent_test.go | 159 | // Lorem ipsum dolor sit amet, | COMMENT |
| LOW⚡ | cli/internal/dedent/dedent_test.go | 159 | // Lorem ipsum dolor sit amet, | COMMENT |
| LOW⚡ | cli/internal/dedent/dedent_test.go | 165 | // Lorem ipsum dolor sit amet, | COMMENT |
| LOW⚡ | cli/internal/dedent/dedent_test.go | 165 | // Lorem ipsum dolor sit amet, | COMMENT |
| LOW⚡ | cli/internal/dedent/dedent_test.go | 173 | Dedent(`Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | cli/internal/dedent/dedent_test.go | 173 | Dedent(`Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | cli/daemon/dash/ai/types_test.go | 14 | {1, "Lorem ipsum dolor sit amet"}, | CODE |
| LOW⚡ | cli/daemon/dash/ai/types_test.go | 14 | {1, "Lorem ipsum dolor sit amet"}, | CODE |
| LOW⚡ | cli/daemon/dash/ai/types_test.go | 15 | {80, "Lorem ipsum dolor sit amet"}, | CODE |
| LOW⚡ | cli/daemon/dash/ai/types_test.go | 15 | {80, "Lorem ipsum dolor sit amet"}, | CODE |
| LOW⚡ | cli/daemon/dash/ai/types_test.go | 16 | {80, "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore ma | CODE |
| LOW⚡ | cli/daemon/dash/ai/types_test.go | 16 | {80, "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore ma | CODE |
| LOW | …ests/testdata/testscript/et_override_user_authdata.txt | 90 | return "hello", &AuthData{Email: "hello@example.org"}, nil | CODE |
| LOW | pkg/errinsrc/srcrender_test.go | 25 | {testName: "multiline message", line: 1, column: 9, level: LocError, message: "Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | pkg/errinsrc/srcrender_test.go | 25 | {testName: "multiline message", line: 1, column: 9, level: LocError, message: "Lorem ipsum dolor sit amet, consectetur | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | check.bash | 108 | # Create a temp directory to store the common ancestor commit | COMMENT |
| MEDIUM⚡ | check.bash | 115 | # Create a temp file to store the diff we need | COMMENT |
| MEDIUM⚡ | check.bash | 122 | # Create a blank file to use as a comparison when a file is missing because either it's new or been deleted | COMMENT |
| MEDIUM | check.bash | 147 | # Create a list of files that we care about | COMMENT |
| MEDIUM | check.bash | 152 | # Create a diff of the changes in the working directory against the common ancestor of the current branch and main | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | check.bash | 30 | # Step 0: Setup the script with basic error handling | COMMENT |
| LOW | check.bash | 46 | # Step 1: Configure the script with the parameters the use wants | COMMENT |
| LOW | check.bash | 83 | # Step 2: Check for required tools and error out if anything is missing which we can't install for the user | COMMENT |
| LOW⚡ | check.bash | 100 | # Step 3: Create a diff of the changes in the working directory against the common ancestor of the current branch and ma | COMMENT |
| LOW | check.bash | 182 | # Step 4: Run review dog using the diff we just created, allowing reviewdog to only show errors from changes we've made | COMMENT |
| LOW | tsparser/src/parser/parser.rs | 530 | // For this case we need to check if the path is a subdirectory of the service root. | COMMENT |
| LOW | runtimes/go/appruntime/apisdk/api/handler.go | 476 | // If we're inside a test, we need to check if the target service has been mocked | COMMENT |
| LOW | v2/codegen/apigen/apigenutil/apigenutil.go | 180 | g.Comment(fmt.Sprintf("%s is set to omitempty, so we need to check if it's empty before writing it", p.SrcName)) | CODE |
| LOW | pkg/make-release/dist_builder.go | 195 | // Step 1: Find out the latest release version for Encore's Go distribution | COMMENT |
| LOW | pkg/encorebuild/dist_builder.go | 139 | // Step 1: Find out the latest release version for Encore's Go distribution | COMMENT |
| LOW | pkg/idents/identifiers.go | 23 | // Step 1: convert case | COMMENT |
| LOW | pkg/idents/identifiers.go | 44 | // Step 2: Join Parts | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tsparser/src/parser/resources/infra/cron.rs | 120 | // TODO introduce more robust validation and error reporting here. | COMMENT |
| MEDIUM | v2/internals/schema/schemautil/schemautil.go | 183 | // To be more robust in the presence of typing errors it supports partial application, | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 118 | encore app create # scaffold a project | CODE |
| MEDIUM | docs/platform/other/vs-supabase.md | 75 | ## Encore makes it simple to build type-safe event-driven systems | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | docs/platform/cloud-mcp.md | 58 | --header "Authorization: Bearer <your-api-key>" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | docs/platform/ai-integration.md | 11 | When you connect your cloud account to [Encore Cloud](https://encore.dev), AI-generated code that declares databases, pu | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | check.bash | 7 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/dockerimg/rename-binary-if-needed.bash | 4 | # Check if `encore-nightly`, `encore-beta` or `encore-develop` are present, and if one of them are, rename it to `encore | COMMENT |