Repository Analysis

cloudquery/cloudquery

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.

6.4 Low AI signal View on GitHub

Analysis Overview

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).

6.4
Adjusted Score
6.4
Raw Score
100%
Time Factor
2026-07-14
Last Push
6.5K
Stars
Go
Language
140.6K
Lines of Code
1.3K
Files
378
Pattern Hits
2026-07-14
Scan Date
0.02
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 0HIGH 26MEDIUM 267LOW 85

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 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.

Modern AI Meta-Vocabulary265 hits · 633 pts
SeverityFileLineSnippetContext
MEDIUMcli/cmd/init.go377 // CQ_PLATFORM_TOKEN), scaffold a source-only spec that targets the platformCOMMENT
MEDIUMcli/cmd/init.go385 // versions to scaffold, and a session reused for the recommended-tablesCOMMENT
MEDIUMcli/cmd/init.go387 // so fail rather than scaffold a spec that would break later.COMMENT
MEDIUMcli/cmd/init.go490 // Platform tenant + no explicit destination → scaffold a source-only spec;COMMENT
MEDIUMcli/internal/platform/inject.go95// to report, the pinned source versions to scaffold, and a session for furtherCOMMENT
MEDIUMcli/internal/platform/inject.go119// so init should fail now rather than scaffold a spec that breaks at sync time.COMMENT
MEDIUMcli/internal/platform/inject.go133 // so fail now rather than scaffold a spec that 401s at sync time. OtherCOMMENT
MEDIUMcli/internal/platform/inject.go174// extra mint). A platform scaffold is required for platform init — any failure,COMMENT
MEDIUMcli/internal/platform/inject_test.go287 // so init must fail rather than scaffold a source-only spec that would break.COMMENT
MEDIUMcli/internal/platform/inject_test.go329 // silently scaffold a spec that 401s at sync time.COMMENT
MEDIUMcli/internal/platform/inject_test.go437 // No session and empty path are errors — a platform scaffold is required.COMMENT
MEDIUM.github/workflows/release_scaffold.yml29 # Tag format is scaffold-<version>COMMENT
MEDIUMscaffold/CHANGELOG.md3## [3.4.48](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.47...scaffold-v3.4.48) (2026-07-09)COMMENT
MEDIUMscaffold/CHANGELOG.md3## [3.4.48](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.47...scaffold-v3.4.48) (2026-07-09)COMMENT
MEDIUMscaffold/CHANGELOG.md12## [3.4.47](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.46...scaffold-v3.4.47) (2026-06-02)COMMENT
MEDIUMscaffold/CHANGELOG.md12## [3.4.47](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.46...scaffold-v3.4.47) (2026-06-02)COMMENT
MEDIUMscaffold/CHANGELOG.md20## [3.4.46](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.45...scaffold-v3.4.46) (2026-05-12)COMMENT
MEDIUMscaffold/CHANGELOG.md20## [3.4.46](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.45...scaffold-v3.4.46) (2026-05-12)COMMENT
MEDIUMscaffold/CHANGELOG.md32## [3.4.45](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.44...scaffold-v3.4.45) (2026-04-03)COMMENT
MEDIUMscaffold/CHANGELOG.md32## [3.4.45](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.44...scaffold-v3.4.45) (2026-04-03)COMMENT
MEDIUMscaffold/CHANGELOG.md41## [3.4.44](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.43...scaffold-v3.4.44) (2026-03-27)COMMENT
MEDIUMscaffold/CHANGELOG.md41## [3.4.44](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.43...scaffold-v3.4.44) (2026-03-27)COMMENT
MEDIUMscaffold/CHANGELOG.md54## [3.4.43](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.42...scaffold-v3.4.43) (2026-03-16)COMMENT
MEDIUMscaffold/CHANGELOG.md54## [3.4.43](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.42...scaffold-v3.4.43) (2026-03-16)COMMENT
MEDIUMscaffold/CHANGELOG.md64## [3.4.42](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.41...scaffold-v3.4.42) (2026-02-27)COMMENT
MEDIUMscaffold/CHANGELOG.md64## [3.4.42](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.41...scaffold-v3.4.42) (2026-02-27)COMMENT
MEDIUMscaffold/CHANGELOG.md72## [3.4.41](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.40...scaffold-v3.4.41) (2026-02-14)COMMENT
MEDIUMscaffold/CHANGELOG.md72## [3.4.41](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.40...scaffold-v3.4.41) (2026-02-14)COMMENT
MEDIUMscaffold/CHANGELOG.md84## [3.4.40](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.39...scaffold-v3.4.40) (2026-01-15)COMMENT
MEDIUMscaffold/CHANGELOG.md84## [3.4.40](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.39...scaffold-v3.4.40) (2026-01-15)COMMENT
MEDIUMscaffold/CHANGELOG.md91## [3.4.39](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.38...scaffold-v3.4.39) (2026-01-08)COMMENT
MEDIUMscaffold/CHANGELOG.md91## [3.4.39](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.38...scaffold-v3.4.39) (2026-01-08)COMMENT
MEDIUMscaffold/CHANGELOG.md100## [3.4.38](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.37...scaffold-v3.4.38) (2025-12-22)COMMENT
MEDIUMscaffold/CHANGELOG.md100## [3.4.38](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.37...scaffold-v3.4.38) (2025-12-22)COMMENT
MEDIUMscaffold/CHANGELOG.md107## [3.4.37](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.36...scaffold-v3.4.37) (2025-12-19)COMMENT
MEDIUMscaffold/CHANGELOG.md107## [3.4.37](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.36...scaffold-v3.4.37) (2025-12-19)COMMENT
MEDIUMscaffold/CHANGELOG.md120## [3.4.36](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.35...scaffold-v3.4.36) (2025-11-14)COMMENT
MEDIUMscaffold/CHANGELOG.md120## [3.4.36](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.35...scaffold-v3.4.36) (2025-11-14)COMMENT
MEDIUMscaffold/CHANGELOG.md127## [3.4.35](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.34...scaffold-v3.4.35) (2025-11-06)COMMENT
MEDIUMscaffold/CHANGELOG.md127## [3.4.35](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.34...scaffold-v3.4.35) (2025-11-06)COMMENT
MEDIUMscaffold/CHANGELOG.md135## [3.4.34](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.33...scaffold-v3.4.34) (2025-10-30)COMMENT
MEDIUMscaffold/CHANGELOG.md135## [3.4.34](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.33...scaffold-v3.4.34) (2025-10-30)COMMENT
MEDIUMscaffold/CHANGELOG.md142## [3.4.33](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.32...scaffold-v3.4.33) (2025-09-04)COMMENT
MEDIUMscaffold/CHANGELOG.md142## [3.4.33](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.32...scaffold-v3.4.33) (2025-09-04)COMMENT
MEDIUMscaffold/CHANGELOG.md149## [3.4.32](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.31...scaffold-v3.4.32) (2025-08-27)COMMENT
MEDIUMscaffold/CHANGELOG.md149## [3.4.32](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.31...scaffold-v3.4.32) (2025-08-27)COMMENT
MEDIUMscaffold/CHANGELOG.md162## [3.4.31](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.30...scaffold-v3.4.31) (2025-08-27)COMMENT
MEDIUMscaffold/CHANGELOG.md162## [3.4.31](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.30...scaffold-v3.4.31) (2025-08-27)COMMENT
MEDIUMscaffold/CHANGELOG.md169## [3.4.30](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.29...scaffold-v3.4.30) (2025-07-31)COMMENT
MEDIUMscaffold/CHANGELOG.md169## [3.4.30](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.29...scaffold-v3.4.30) (2025-07-31)COMMENT
MEDIUMscaffold/CHANGELOG.md179## [3.4.29](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.28...scaffold-v3.4.29) (2025-07-24)COMMENT
MEDIUMscaffold/CHANGELOG.md179## [3.4.29](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.28...scaffold-v3.4.29) (2025-07-24)COMMENT
MEDIUMscaffold/CHANGELOG.md187## [3.4.28](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.27...scaffold-v3.4.28) (2025-07-15)COMMENT
MEDIUMscaffold/CHANGELOG.md187## [3.4.28](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.27...scaffold-v3.4.28) (2025-07-15)COMMENT
MEDIUMscaffold/CHANGELOG.md194## [3.4.27](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.26...scaffold-v3.4.27) (2025-07-11)COMMENT
MEDIUMscaffold/CHANGELOG.md194## [3.4.27](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.26...scaffold-v3.4.27) (2025-07-11)COMMENT
MEDIUMscaffold/CHANGELOG.md202## [3.4.26](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.25...scaffold-v3.4.26) (2025-07-02)COMMENT
MEDIUMscaffold/CHANGELOG.md202## [3.4.26](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.25...scaffold-v3.4.26) (2025-07-02)COMMENT
MEDIUMscaffold/CHANGELOG.md213## [3.4.25](https://github.com/cloudquery/cloudquery/compare/scaffold-v3.4.24...scaffold-v3.4.25) (2025-05-28)COMMENT
MEDIUMscaffold/CHANGELOG.md213## [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…
Cross-Language Confusion26 hits · 172 pts
SeverityFileLineSnippetContext
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py24 if t.equals(binary()) or t.equals(large_binary()):CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py26 elif t.equals(string()) or t.equals(large_string()):CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py29 t.equals(int8())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py30 or t.equals(int16())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py31 or t.equals(int32())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py32 or t.equals(int64())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py33 or t.equals(uint8())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py34 or t.equals(uint16())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py35 or t.equals(uint32())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py36 or t.equals(uint64())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py39 elif t.equals(float16()) or t.equals(float32()) or t.equals(float64()):CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py41 elif t.equals(bool_()):CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py43 elif t.equals(timestamp("us")):CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py50 if t.equals(binary()) or t.equals(large_binary()):CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py52 elif t.equals(string()) or t.equals(large_string()):CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py55 t.equals(int8())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py56 or t.equals(int16())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py57 or t.equals(int32())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py58 or t.equals(int64())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py59 or t.equals(uint8())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py60 or t.equals(uint16())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py61 or t.equals(uint32())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py62 or t.equals(uint64())CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py65 elif t.equals(float16()) or t.equals(float32()) or t.equals(float64()):CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py67 elif t.equals(bool_()):CODE
HIGH…nation/sqlite-python/plugin/sqlite/type_conversions.py69 elif t.equals(timestamp("us")):CODE
Over-Commented Block36 hits · 36 pts
SeverityFileLineSnippetContext
LOW…rce/hackernews/resources/services/items/items_fetch.go21// Because this is an incremental table, we must first load the cursor from the state backend, and then updateCOMMENT
LOW…tination/clickhouse/typeconv/arrow/types/clickhouse.go1package typesCOMMENT
LOW…ugins/destination/clickhouse/typeconv/ch/values/doc.go1// Package values allows conversion from Apache Arrow array to the type accepted by ClickHouse SDKCOMMENT
LOWplugins/destination/clickhouse/client/spec/spec.go21 // - `"clickhouse://username:password@host1:9000,host2:9000/database?dial_timeout=200ms&max_execution_time=60"`COMMENT
LOWplugins/destination/clickhouse/client/spec/spec.go61 // If unset, the partitioning will apply to all tables.COMMENT
LOWplugins/destination/clickhouse/client/spec/spec.go81 //COMMENT
LOWplugins/destination/clickhouse/client/spec/spec.go101 //COMMENT
LOWplugins/destination/clickhouse/client/spec/spec.go121 //COMMENT
LOWplugins/destination/postgresql/client/spec/spec.go61// `sslmode=require` (or `verify-ca`/`verify-full`); TLS is required and enforced.COMMENT
LOWplugins/destination/s3/docs/_configuration.md21 # CSV specific parameters:COMMENT
LOWplugins/destination/s3/client/spec/credentials.go1package specCOMMENT
LOWplugins/destination/s3/client/spec/spec.go41 // Should be set to the name of the profile.COMMENT
LOWplugins/destination/s3/client/spec/spec.go61 // The path supports the following placeholder variables:COMMENT
LOWplugins/destination/file/docs/_configuration.md21 # Parquet specific parameters:COMMENT
LOWplugins/destination/file/client/spec/spec.go21 varDay = "{{DAY}}"COMMENT
LOWplugins/destination/file/client/spec/spec.go41 // **Note** that timestamps are in `UTC` and will be the current time at the time the file is written, not when the syCOMMENT
LOWplugins/destination/azblob/docs/_configuration.md21 # root_repetition: "repeated"COMMENT
LOWplugins/destination/azblob/client/spec/spec.go21 Path string `json:"path,omitempty" jsonschema:"required,minLength=1"`COMMENT
LOWplugins/destination/mongodb/docs/_configuration.md21 # max_backoff: "10s"COMMENT
LOW…ins/destination/mongodb/client/spec/aws_credentials.go1package specCOMMENT
LOWplugins/destination/meilisearch/client/spec.go21 //COMMENT
LOWplugins/destination/kafka/docs/_configuration.md21 format_spec:COMMENT
LOWplugins/destination/mssql/client/spec.go21COMMENT
LOW…ugins/destination/elasticsearch/docs/_configuration.md21 # service_token: ""COMMENT
LOWplugins/destination/gcs/docs/_configuration.md21 # version: "v2Latest"COMMENT
LOWplugins/destination/gcs/client/spec/spec.go41 // - `{{DAY}}` will be replaced with the current day in `DD` formatCOMMENT
LOWcli/cmd/testdata/init/aws_example.md21 # max_retries: 10COMMENT
LOWcli/cmd/testdata/addon-v1/changelog.md1# Test Addon ChangelogCOMMENT
LOWcli/cmd/testdata/addon-v1/readme.md1# Test Addon READMECOMMENT
LOWcli/internal/platform/inject.go101 // empty if a directly supplied CQ_PLATFORM_TOKEN predates url-carrying tokens.COMMENT
LOWcli/internal/platform/inject.go281// source/destination plugins as CLOUDQUERY_API_KEY. Plugins validate premiumCOMMENT
LOWcli/internal/platform/inject.go341// tenant's API base, which may or may not already carry the /api suffix (aCOMMENT
LOWcli/internal/platform/inject.go621COMMENT
LOW.github/workflows/codeql.yml1# For most projects, this workflow file will not need changing; you simply needCOMMENT
LOW.github/workflows/validate_pr_title.yml41 mainCOMMENT
LOW.github/workflows/validate_pr_title.yml61 # When using "Squash and merge" on a PR with only one commit, GitHubCOMMENT
Unused Imports27 hits · 27 pts
SeverityFileLineSnippetContext
LOWplugins/source/square/plugin/__init__.py1CODE
LOWplugins/source/square/plugin/tables/__init__.py1CODE
LOWplugins/source/square/plugin/tables/__init__.py2CODE
LOWplugins/source/square/plugin/tables/__init__.py3CODE
LOWplugins/source/square/plugin/tables/__init__.py4CODE
LOWplugins/source/square/plugin/tables/__init__.py5CODE
LOWplugins/source/square/plugin/tables/__init__.py6CODE
LOWplugins/source/square/plugin/tables/__init__.py7CODE
LOWplugins/source/square/plugin/oapi/__init__.py1CODE
LOWplugins/source/square/plugin/client/__init__.py1CODE
LOWplugins/source/square/plugin/client/__init__.py1CODE
LOWplugins/source/typeform/plugin/__init__.py1CODE
LOWplugins/source/typeform/plugin/tables/form_responses.py9CODE
LOWplugins/source/typeform/plugin/tables/__init__.py1CODE
LOWplugins/source/typeform/plugin/client/__init__.py1CODE
LOWplugins/source/typeform/plugin/client/__init__.py1CODE
LOWplugins/destination/sqlite-python/plugin/__init__.py1CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py1CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py3CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py4CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py7CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py11CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py12CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py12CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py13CODE
LOW…ns/destination/sqlite-python/plugin/client/__init__.py1CODE
LOW…ns/destination/sqlite-python/plugin/client/__init__.py1CODE
Deep Nesting9 hits · 8 pts
SeverityFileLineSnippetContext
LOWplugins/source/square/plugin/tables/bookings.py35CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py46CODE
LOW…ins/destination/sqlite-python/plugin/sqlite/migrate.py118CODE
LOW…ins/destination/sqlite-python/plugin/sqlite/migrate.py130CODE
LOW…nation/sqlite-python/plugin/sqlite/type_conversions.py23CODE
LOW…nation/sqlite-python/plugin/sqlite/type_conversions.py49CODE
LOW…nation/sqlite-python/plugin/sqlite/type_conversions.py75CODE
LOW…gins/destination/sqlite-python/plugin/client/client.py93CODE
LOW…nation/sqlite-python/plugin/client/type_conversions.py4CODE
Slop Phrases2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/codeql.yml62 # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize howCOMMENT
MEDIUM.github/workflows/validate_pr_title.yml47 # If `subjectPattern` is configured, you can use this property to overrideCOMMENT
Hyper-Verbose Identifiers6 hits · 6 pts
SeverityFileLineSnippetContext
LOWplugins/source/typeform/tests/typeform/test_client.py13class MockServerRequestHandler(BaseHTTPRequestHandler):CODE
LOWplugins/source/typeform/tests/typeform/test_client.py114 def test_list_forms_responses(self):CODE
LOW…ins/destination/sqlite-python/plugin/sqlite/migrate.py89 def non_auto_migratable_tables(CODE
LOW…ins/destination/sqlite-python/plugin/sqlite/migrate.py187 def create_table_if_not_exist(self, table: Table) -> Optional[Exception]:CODE
LOW…nation/sqlite-python/plugin/sqlite/type_conversions.py75def sqlite_type_to_arrow_type(t: str) -> DataType:CODE
LOW…n/sqlite-python/plugin/client/test_type_conversions.py5def test_arrow_type_to_sqlite_str():CODE
Modern Structural Boilerplate3 hits · 3 pts
SeverityFileLineSnippetContext
LOWplugins/source/square/plugin/plugin.py25 def set_logger(self, logger) -> None:CODE
LOWplugins/source/typeform/plugin/plugin.py33 def set_logger(self, logger) -> None:CODE
LOWplugins/destination/sqlite-python/plugin/plugin.py35 def set_logger(self, logger) -> None:CODE
Fake / Example Data3 hits · 3 pts
SeverityFileLineSnippetContext
LOWplugins/destination/postgresql/client/lakebase_test.go46 ClientID: "dummy-id",CODE
LOWplugins/destination/postgresql/client/lakebase_test.go89 ClientID: "dummy-id",CODE
LOWplugins/destination/postgresql/client/lakebase_test.go126 ClientID: "dummy-id",CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOW.github/workflows/delete_vercel_deployments.yml36 # Check if the comment contains "Unique Vercel deployment URL"COMMENT