Data pipelines for cloud config and security data. Build cloud asset inventory, CSPM, FinOps, and vulnerability management solutions. Extract from AWS, Azure, GCP, and 70+ cloud and SaaS sources.
This report presents the forensic synthetic code analysis of cloudquery/cloudquery, a Go project with 6,459 GitHub stars. SynthScan v2.0 examined 140,566 lines of code across 1285 source files, recording 378 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 6.4 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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 378 distinct pattern matches across 10 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⚡ | cli/cmd/init.go | 377 | // CQ_PLATFORM_TOKEN), scaffold a source-only spec that targets the platform | COMMENT |
| MEDIUM⚡ | cli/cmd/init.go | 385 | // versions to scaffold, and a session reused for the recommended-tables | COMMENT |
| MEDIUM⚡ | cli/cmd/init.go | 387 | // so fail rather than scaffold a spec that would break later. | COMMENT |
| MEDIUM | cli/cmd/init.go | 490 | // Platform tenant + no explicit destination → scaffold a source-only spec; | COMMENT |
| MEDIUM | cli/internal/platform/inject.go | 95 | // to report, the pinned source versions to scaffold, and a session for further | COMMENT |
| MEDIUM | cli/internal/platform/inject.go | 119 | // so init should fail now rather than scaffold a spec that breaks at sync time. | COMMENT |
| MEDIUM | cli/internal/platform/inject.go | 133 | // so fail now rather than scaffold a spec that 401s at sync time. Other | COMMENT |
| MEDIUM | cli/internal/platform/inject.go | 174 | // extra mint). A platform scaffold is required for platform init — any failure, | COMMENT |
| MEDIUM | cli/internal/platform/inject_test.go | 287 | // so init must fail rather than scaffold a source-only spec that would break. | COMMENT |
| MEDIUM | cli/internal/platform/inject_test.go | 329 | // silently scaffold a spec that 401s at sync time. | COMMENT |
| MEDIUM | cli/internal/platform/inject_test.go | 437 | // No session and empty path are errors — a platform scaffold is required. | COMMENT |
| MEDIUM | .github/workflows/release_scaffold.yml | 29 | # Tag format is scaffold-<version> | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 3 | ## [3.4.48](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.47...scaffold-v3.4.48) (2026-07-09) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 3 | ## [3.4.48](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.47...scaffold-v3.4.48) (2026-07-09) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 12 | ## [3.4.47](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.46...scaffold-v3.4.47) (2026-06-02) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 12 | ## [3.4.47](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.46...scaffold-v3.4.47) (2026-06-02) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 20 | ## [3.4.46](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.45...scaffold-v3.4.46) (2026-05-12) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 20 | ## [3.4.46](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.45...scaffold-v3.4.46) (2026-05-12) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 32 | ## [3.4.45](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.44...scaffold-v3.4.45) (2026-04-03) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 32 | ## [3.4.45](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.44...scaffold-v3.4.45) (2026-04-03) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 41 | ## [3.4.44](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.43...scaffold-v3.4.44) (2026-03-27) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 41 | ## [3.4.44](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.43...scaffold-v3.4.44) (2026-03-27) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 54 | ## [3.4.43](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.42...scaffold-v3.4.43) (2026-03-16) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 54 | ## [3.4.43](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.42...scaffold-v3.4.43) (2026-03-16) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 64 | ## [3.4.42](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.41...scaffold-v3.4.42) (2026-02-27) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 64 | ## [3.4.42](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.41...scaffold-v3.4.42) (2026-02-27) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 72 | ## [3.4.41](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.40...scaffold-v3.4.41) (2026-02-14) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 72 | ## [3.4.41](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.40...scaffold-v3.4.41) (2026-02-14) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 84 | ## [3.4.40](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.39...scaffold-v3.4.40) (2026-01-15) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 84 | ## [3.4.40](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.39...scaffold-v3.4.40) (2026-01-15) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 91 | ## [3.4.39](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.38...scaffold-v3.4.39) (2026-01-08) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 91 | ## [3.4.39](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.38...scaffold-v3.4.39) (2026-01-08) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 100 | ## [3.4.38](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.37...scaffold-v3.4.38) (2025-12-22) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 100 | ## [3.4.38](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.37...scaffold-v3.4.38) (2025-12-22) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 107 | ## [3.4.37](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.36...scaffold-v3.4.37) (2025-12-19) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 107 | ## [3.4.37](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.36...scaffold-v3.4.37) (2025-12-19) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 120 | ## [3.4.36](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.35...scaffold-v3.4.36) (2025-11-14) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 120 | ## [3.4.36](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.35...scaffold-v3.4.36) (2025-11-14) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 127 | ## [3.4.35](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.34...scaffold-v3.4.35) (2025-11-06) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 127 | ## [3.4.35](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.34...scaffold-v3.4.35) (2025-11-06) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 135 | ## [3.4.34](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.33...scaffold-v3.4.34) (2025-10-30) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 135 | ## [3.4.34](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.33...scaffold-v3.4.34) (2025-10-30) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 142 | ## [3.4.33](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.32...scaffold-v3.4.33) (2025-09-04) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 142 | ## [3.4.33](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.32...scaffold-v3.4.33) (2025-09-04) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 149 | ## [3.4.32](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.31...scaffold-v3.4.32) (2025-08-27) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 149 | ## [3.4.32](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.31...scaffold-v3.4.32) (2025-08-27) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 162 | ## [3.4.31](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.30...scaffold-v3.4.31) (2025-08-27) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 162 | ## [3.4.31](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.30...scaffold-v3.4.31) (2025-08-27) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 169 | ## [3.4.30](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.29...scaffold-v3.4.30) (2025-07-31) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 169 | ## [3.4.30](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.29...scaffold-v3.4.30) (2025-07-31) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 179 | ## [3.4.29](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.28...scaffold-v3.4.29) (2025-07-24) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 179 | ## [3.4.29](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.28...scaffold-v3.4.29) (2025-07-24) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 187 | ## [3.4.28](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.27...scaffold-v3.4.28) (2025-07-15) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 187 | ## [3.4.28](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.27...scaffold-v3.4.28) (2025-07-15) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 194 | ## [3.4.27](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.26...scaffold-v3.4.27) (2025-07-11) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 194 | ## [3.4.27](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.26...scaffold-v3.4.27) (2025-07-11) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 202 | ## [3.4.26](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.25...scaffold-v3.4.26) (2025-07-02) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 202 | ## [3.4.26](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.25...scaffold-v3.4.26) (2025-07-02) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 213 | ## [3.4.25](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.24...scaffold-v3.4.25) (2025-05-28) | COMMENT |
| MEDIUM⚡ | scaffold/CHANGELOG.md | 213 | ## [3.4.25](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.24...scaffold-v3.4.25) (2025-05-28) | COMMENT |
| 205 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 24 | if t.equals(binary()) or t.equals(large_binary()): | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 26 | elif t.equals(string()) or t.equals(large_string()): | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 29 | t.equals(int8()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 30 | or t.equals(int16()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 31 | or t.equals(int32()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 32 | or t.equals(int64()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 33 | or t.equals(uint8()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 34 | or t.equals(uint16()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 35 | or t.equals(uint32()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 36 | or t.equals(uint64()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 39 | elif t.equals(float16()) or t.equals(float32()) or t.equals(float64()): | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 41 | elif t.equals(bool_()): | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 43 | elif t.equals(timestamp("us")): | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 50 | if t.equals(binary()) or t.equals(large_binary()): | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 52 | elif t.equals(string()) or t.equals(large_string()): | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 55 | t.equals(int8()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 56 | or t.equals(int16()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 57 | or t.equals(int32()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 58 | or t.equals(int64()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 59 | or t.equals(uint8()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 60 | or t.equals(uint16()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 61 | or t.equals(uint32()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 62 | or t.equals(uint64()) | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 65 | elif t.equals(float16()) or t.equals(float32()) or t.equals(float64()): | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 67 | elif t.equals(bool_()): | CODE |
| HIGH⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 69 | elif t.equals(timestamp("us")): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …rce/hackernews/resources/services/items/items_fetch.go | 21 | // Because this is an incremental table, we must first load the cursor from the state backend, and then update | COMMENT |
| LOW | …tination/clickhouse/typeconv/arrow/types/clickhouse.go | 1 | package types | COMMENT |
| LOW | …ugins/destination/clickhouse/typeconv/ch/values/doc.go | 1 | // Package values allows conversion from Apache Arrow array to the type accepted by ClickHouse SDK | COMMENT |
| LOW | plugins/destination/clickhouse/client/spec/spec.go | 21 | // - `"clickhouse://username:password@host1:9000,host2:9000/database?dial_timeout=200ms&max_execution_time=60"` | COMMENT |
| LOW | plugins/destination/clickhouse/client/spec/spec.go | 61 | // If unset, the partitioning will apply to all tables. | COMMENT |
| LOW | plugins/destination/clickhouse/client/spec/spec.go | 81 | // | COMMENT |
| LOW | plugins/destination/clickhouse/client/spec/spec.go | 101 | // | COMMENT |
| LOW | plugins/destination/clickhouse/client/spec/spec.go | 121 | // | COMMENT |
| LOW | plugins/destination/postgresql/client/spec/spec.go | 61 | // `sslmode=require` (or `verify-ca`/`verify-full`); TLS is required and enforced. | COMMENT |
| LOW | plugins/destination/s3/docs/_configuration.md | 21 | # CSV specific parameters: | COMMENT |
| LOW | plugins/destination/s3/client/spec/credentials.go | 1 | package spec | COMMENT |
| LOW | plugins/destination/s3/client/spec/spec.go | 41 | // Should be set to the name of the profile. | COMMENT |
| LOW | plugins/destination/s3/client/spec/spec.go | 61 | // The path supports the following placeholder variables: | COMMENT |
| LOW | plugins/destination/file/docs/_configuration.md | 21 | # Parquet specific parameters: | COMMENT |
| LOW | plugins/destination/file/client/spec/spec.go | 21 | varDay = "{{DAY}}" | COMMENT |
| LOW | plugins/destination/file/client/spec/spec.go | 41 | // **Note** that timestamps are in `UTC` and will be the current time at the time the file is written, not when the sy | COMMENT |
| LOW | plugins/destination/azblob/docs/_configuration.md | 21 | # root_repetition: "repeated" | COMMENT |
| LOW | plugins/destination/azblob/client/spec/spec.go | 21 | Path string `json:"path,omitempty" jsonschema:"required,minLength=1"` | COMMENT |
| LOW | plugins/destination/mongodb/docs/_configuration.md | 21 | # max_backoff: "10s" | COMMENT |
| LOW | …ins/destination/mongodb/client/spec/aws_credentials.go | 1 | package spec | COMMENT |
| LOW | plugins/destination/meilisearch/client/spec.go | 21 | // | COMMENT |
| LOW | plugins/destination/kafka/docs/_configuration.md | 21 | format_spec: | COMMENT |
| LOW | plugins/destination/mssql/client/spec.go | 21 | COMMENT | |
| LOW | …ugins/destination/elasticsearch/docs/_configuration.md | 21 | # service_token: "" | COMMENT |
| LOW | plugins/destination/gcs/docs/_configuration.md | 21 | # version: "v2Latest" | COMMENT |
| LOW | plugins/destination/gcs/client/spec/spec.go | 41 | // - `{{DAY}}` will be replaced with the current day in `DD` format | COMMENT |
| LOW | cli/cmd/testdata/init/aws_example.md | 21 | # max_retries: 10 | COMMENT |
| LOW | cli/cmd/testdata/addon-v1/changelog.md | 1 | # Test Addon Changelog | COMMENT |
| LOW | cli/cmd/testdata/addon-v1/readme.md | 1 | # Test Addon README | COMMENT |
| LOW | cli/internal/platform/inject.go | 101 | // empty if a directly supplied CQ_PLATFORM_TOKEN predates url-carrying tokens. | COMMENT |
| LOW | cli/internal/platform/inject.go | 281 | // source/destination plugins as CLOUDQUERY_API_KEY. Plugins validate premium | COMMENT |
| LOW | cli/internal/platform/inject.go | 341 | // tenant's API base, which may or may not already carry the /api suffix (a | COMMENT |
| LOW | cli/internal/platform/inject.go | 621 | COMMENT | |
| LOW | .github/workflows/codeql.yml | 1 | # For most projects, this workflow file will not need changing; you simply need | COMMENT |
| LOW | .github/workflows/validate_pr_title.yml | 41 | main | COMMENT |
| LOW | .github/workflows/validate_pr_title.yml | 61 | # When using "Squash and merge" on a PR with only one commit, GitHub | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/source/square/plugin/__init__.py | 1 | CODE | |
| LOW | plugins/source/square/plugin/tables/__init__.py | 1 | CODE | |
| LOW | plugins/source/square/plugin/tables/__init__.py | 2 | CODE | |
| LOW | plugins/source/square/plugin/tables/__init__.py | 3 | CODE | |
| LOW | plugins/source/square/plugin/tables/__init__.py | 4 | CODE | |
| LOW | plugins/source/square/plugin/tables/__init__.py | 5 | CODE | |
| LOW | plugins/source/square/plugin/tables/__init__.py | 6 | CODE | |
| LOW | plugins/source/square/plugin/tables/__init__.py | 7 | CODE | |
| LOW | plugins/source/square/plugin/oapi/__init__.py | 1 | CODE | |
| LOW | plugins/source/square/plugin/client/__init__.py | 1 | CODE | |
| LOW | plugins/source/square/plugin/client/__init__.py | 1 | CODE | |
| LOW | plugins/source/typeform/plugin/__init__.py | 1 | CODE | |
| LOW | plugins/source/typeform/plugin/tables/form_responses.py | 9 | CODE | |
| LOW | plugins/source/typeform/plugin/tables/__init__.py | 1 | CODE | |
| LOW | plugins/source/typeform/plugin/client/__init__.py | 1 | CODE | |
| LOW | plugins/source/typeform/plugin/client/__init__.py | 1 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/__init__.py | 1 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 1 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 3 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 4 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 7 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 11 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 12 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 12 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 13 | CODE | |
| LOW | …ns/destination/sqlite-python/plugin/client/__init__.py | 1 | CODE | |
| LOW | …ns/destination/sqlite-python/plugin/client/__init__.py | 1 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/source/square/plugin/tables/bookings.py | 35 | CODE | |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 46 | CODE | |
| LOW | …ins/destination/sqlite-python/plugin/sqlite/migrate.py | 118 | CODE | |
| LOW | …ins/destination/sqlite-python/plugin/sqlite/migrate.py | 130 | CODE | |
| LOW | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 23 | CODE | |
| LOW | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 49 | CODE | |
| LOW | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 75 | CODE | |
| LOW | …gins/destination/sqlite-python/plugin/client/client.py | 93 | CODE | |
| LOW | …nation/sqlite-python/plugin/client/type_conversions.py | 4 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/codeql.yml | 62 | # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how | COMMENT |
| MEDIUM | .github/workflows/validate_pr_title.yml | 47 | # If `subjectPattern` is configured, you can use this property to override | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/source/typeform/tests/typeform/test_client.py | 13 | class MockServerRequestHandler(BaseHTTPRequestHandler): | CODE |
| LOW | plugins/source/typeform/tests/typeform/test_client.py | 114 | def test_list_forms_responses(self): | CODE |
| LOW | …ins/destination/sqlite-python/plugin/sqlite/migrate.py | 89 | def non_auto_migratable_tables( | CODE |
| LOW | …ins/destination/sqlite-python/plugin/sqlite/migrate.py | 187 | def create_table_if_not_exist(self, table: Table) -> Optional[Exception]: | CODE |
| LOW⚡ | …nation/sqlite-python/plugin/sqlite/type_conversions.py | 75 | def sqlite_type_to_arrow_type(t: str) -> DataType: | CODE |
| LOW | …n/sqlite-python/plugin/client/test_type_conversions.py | 5 | def test_arrow_type_to_sqlite_str(): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/source/square/plugin/plugin.py | 25 | def set_logger(self, logger) -> None: | CODE |
| LOW | plugins/source/typeform/plugin/plugin.py | 33 | def set_logger(self, logger) -> None: | CODE |
| LOW | plugins/destination/sqlite-python/plugin/plugin.py | 35 | def set_logger(self, logger) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/destination/postgresql/client/lakebase_test.go | 46 | ClientID: "dummy-id", | CODE |
| LOW | plugins/destination/postgresql/client/lakebase_test.go | 89 | ClientID: "dummy-id", | CODE |
| LOW | plugins/destination/postgresql/client/lakebase_test.go | 126 | ClientID: "dummy-id", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/delete_vercel_deployments.yml | 36 | # Check if the comment contains "Unique Vercel deployment URL" | COMMENT |