Repository Analysis

googleapis/google-api-nodejs-client

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.

7.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of googleapis/google-api-nodejs-client, a TypeScript project with 12,217 GitHub stars. SynthScan v2.0 examined 5,078,814 lines of code across 3224 source files, recording 4449 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 7.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).

7.8
Adjusted Score
7.8
Raw Score
100%
Time Factor
2026-08-01
Last Push
12.2K
Stars
TypeScript
Language
5.1M
Lines of Code
3.2K
Files
4.4K
Pattern Hits
2026-08-02
Scan Date
0.93
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

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.

No multi-scan history yet — run the scanner again to build trend data.

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 2990HIGH 7MEDIUM 68LOW 1384

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

Hallucination Indicators2990 hits · 38250 pts
SeverityFileLineSnippetContext
CRITICALsrc/apis/dataflow/v1b3.ts8773 * const res = await dataflow.projects.locations.jobs.debug.getConfig({COMMENT
CRITICALsrc/apis/dataflow/v1b3.ts8930 * const res = await dataflow.projects.locations.jobs.debug.getWorkerStacktraces(COMMENT
CRITICALsrc/apis/dataflow/v1b3.ts9092 * const res = await dataflow.projects.locations.jobs.debug.sendCapture({COMMENT
CRITICALsrc/apis/dataflow/v1b3.ts9315 * const res = await dataflow.projects.locations.jobs.messages.list({COMMENT
CRITICALsrc/apis/dataflow/v1b3.ts9514 * const res = await dataflow.projects.locations.jobs.snapshots.list({COMMENT
CRITICALsrc/apis/dataflow/v1b3.ts9681 * const res = await dataflow.projects.locations.jobs.stages.getExecutionDetails(COMMENT
CRITICALsrc/apis/dataflow/v1b3.ts9884 * const res = await dataflow.projects.locations.jobs.workItems.lease({COMMENT
CRITICALsrc/apis/dataflow/v1b3.ts10045 * const res = await dataflow.projects.locations.jobs.workItems.reportStatus({COMMENT
CRITICALsrc/apis/privateca/v1beta1.ts1219 * await privateca.projects.locations.certificateAuthorities.certificateRevocationLists.getIamPolicy(COMMENT
CRITICALsrc/apis/privateca/v1beta1.ts1365 * await privateca.projects.locations.certificateAuthorities.certificateRevocationLists.setIamPolicy(COMMENT
CRITICALsrc/apis/privateca/v1beta1.ts1518 * await privateca.projects.locations.certificateAuthorities.certificateRevocationLists.testIamPermissions(COMMENT
CRITICALsrc/apis/privateca/v1.ts3333 * await privateca.projects.locations.caPools.certificateAuthorities.activate({COMMENT
CRITICALsrc/apis/privateca/v1.ts3485 * await privateca.projects.locations.caPools.certificateAuthorities.create({COMMENT
CRITICALsrc/apis/privateca/v1.ts3658 * await privateca.projects.locations.caPools.certificateAuthorities.delete({COMMENT
CRITICALsrc/apis/privateca/v1.ts3805 * await privateca.projects.locations.caPools.certificateAuthorities.disable({COMMENT
CRITICALsrc/apis/privateca/v1.ts3956 * await privateca.projects.locations.caPools.certificateAuthorities.enable({COMMENT
CRITICALsrc/apis/privateca/v1.ts4103 * await privateca.projects.locations.caPools.certificateAuthorities.fetch({COMMENT
CRITICALsrc/apis/privateca/v1.ts4249 * await privateca.projects.locations.caPools.certificateAuthorities.get({COMMENT
CRITICALsrc/apis/privateca/v1.ts4405 * await privateca.projects.locations.caPools.certificateAuthorities.list({COMMENT
CRITICALsrc/apis/privateca/v1.ts4564 * await privateca.projects.locations.caPools.certificateAuthorities.patch({COMMENT
CRITICALsrc/apis/privateca/v1.ts4734 * await privateca.projects.locations.caPools.certificateAuthorities.undelete({COMMENT
CRITICALsrc/apis/privateca/v1.ts5030 * await privateca.projects.locations.caPools.certificateAuthorities.certificateRevocationLists.get(COMMENT
CRITICALsrc/apis/privateca/v1.ts5178 * await privateca.projects.locations.caPools.certificateAuthorities.certificateRevocationLists.getIamPolicy(COMMENT
CRITICALsrc/apis/privateca/v1.ts5324 * await privateca.projects.locations.caPools.certificateAuthorities.certificateRevocationLists.list(COMMENT
CRITICALsrc/apis/privateca/v1.ts5486 * await privateca.projects.locations.caPools.certificateAuthorities.certificateRevocationLists.patch(COMMENT
CRITICALsrc/apis/privateca/v1.ts5648 * await privateca.projects.locations.caPools.certificateAuthorities.certificateRevocationLists.setIamPolicy(COMMENT
CRITICALsrc/apis/privateca/v1.ts5801 * await privateca.projects.locations.caPools.certificateAuthorities.certificateRevocationLists.testIamPermissioCOMMENT
CRITICALsrc/apis/privateca/v1.ts6040 * const res = await privateca.projects.locations.caPools.certificates.create({COMMENT
CRITICALsrc/apis/privateca/v1.ts6222 * const res = await privateca.projects.locations.caPools.certificates.get({COMMENT
CRITICALsrc/apis/privateca/v1.ts6371 * const res = await privateca.projects.locations.caPools.certificates.list({COMMENT
CRITICALsrc/apis/privateca/v1.ts6520 * const res = await privateca.projects.locations.caPools.certificates.patch({COMMENT
CRITICALsrc/apis/privateca/v1.ts6695 * const res = await privateca.projects.locations.caPools.certificates.revoke({COMMENT
CRITICALsrc/apis/workstations/v1.ts3086 * await workstations.projects.locations.workstationClusters.workstationConfigs.create(COMMENT
CRITICALsrc/apis/workstations/v1.ts3268 * await workstations.projects.locations.workstationClusters.workstationConfigs.delete(COMMENT
CRITICALsrc/apis/workstations/v1.ts3415 * await workstations.projects.locations.workstationClusters.workstationConfigs.get(COMMENT
CRITICALsrc/apis/workstations/v1.ts3578 * await workstations.projects.locations.workstationClusters.workstationConfigs.getIamPolicy(COMMENT
CRITICALsrc/apis/workstations/v1.ts3724 * await workstations.projects.locations.workstationClusters.workstationConfigs.list(COMMENT
CRITICALsrc/apis/workstations/v1.ts3880 * await workstations.projects.locations.workstationClusters.workstationConfigs.listUsable(COMMENT
CRITICALsrc/apis/workstations/v1.ts4037 * await workstations.projects.locations.workstationClusters.workstationConfigs.patch(COMMENT
CRITICALsrc/apis/workstations/v1.ts4217 * await workstations.projects.locations.workstationClusters.workstationConfigs.setIamPolicy(COMMENT
CRITICALsrc/apis/workstations/v1.ts4370 * await workstations.projects.locations.workstationClusters.workstationConfigs.testIamPermissions(COMMENT
CRITICALsrc/apis/workstations/v1.ts4661 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.create(COMMENT
CRITICALsrc/apis/workstations/v1.ts4835 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.delete(COMMENT
CRITICALsrc/apis/workstations/v1.ts4980 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.generateAccessTokenCOMMENT
CRITICALsrc/apis/workstations/v1.ts5137 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.get(COMMENT
CRITICALsrc/apis/workstations/v1.ts5292 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.getIamPolicy(COMMENT
CRITICALsrc/apis/workstations/v1.ts5438 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.list(COMMENT
CRITICALsrc/apis/workstations/v1.ts5589 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.listUsable(COMMENT
CRITICALsrc/apis/workstations/v1.ts5743 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.patch(COMMENT
CRITICALsrc/apis/workstations/v1.ts5915 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.setIamPolicy(COMMENT
CRITICALsrc/apis/workstations/v1.ts6068 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.start(COMMENT
CRITICALsrc/apis/workstations/v1.ts6219 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.stop(COMMENT
CRITICALsrc/apis/workstations/v1.ts6369 * await workstations.projects.locations.workstationClusters.workstationConfigs.workstations.testIamPermissions(COMMENT
CRITICALsrc/apis/workstations/v1beta.ts2890 * await workstations.projects.locations.workstationClusters.workstationConfigs.create(COMMENT
CRITICALsrc/apis/workstations/v1beta.ts3077 * await workstations.projects.locations.workstationClusters.workstationConfigs.delete(COMMENT
CRITICALsrc/apis/workstations/v1beta.ts3224 * await workstations.projects.locations.workstationClusters.workstationConfigs.get(COMMENT
CRITICALsrc/apis/workstations/v1beta.ts3392 * await workstations.projects.locations.workstationClusters.workstationConfigs.getIamPolicy(COMMENT
CRITICALsrc/apis/workstations/v1beta.ts3538 * await workstations.projects.locations.workstationClusters.workstationConfigs.list(COMMENT
CRITICALsrc/apis/workstations/v1beta.ts3694 * await workstations.projects.locations.workstationClusters.workstationConfigs.listUsable(COMMENT
CRITICALsrc/apis/workstations/v1beta.ts3851 * await workstations.projects.locations.workstationClusters.workstationConfigs.patch(COMMENT
2930 more matches not shown…
Over-Commented Block1330 hits · 1304 pts
SeverityFileLineSnippetContext
LOWowlbot.py1# Copyright 2021 Google LLCCOMMENT
LOW.mocharc.js1// Copyright 2020 Google LLCCOMMENT
LOW.jsdoc.js1// Copyright 2019 Google LLCCOMMENT
LOW.prettierrc.js1// Copyright 2020 Google LLCCOMMENT
LOWtest/test.apikey.ts1// Copyright 2014 Google LLCCOMMENT
LOWtest/test.auth.ts1// Copyright 2013 Google LLCCOMMENT
LOWtest/test.options.ts1// Copyright 2014 Google LLCCOMMENT
LOWtest/test.drive.v2.ts1// Copyright 2014 Google LLCCOMMENT
LOWtest/test.transporters.ts1// Copyright 2019 Google LLCCOMMENT
LOWtest/test.docs.ts1// Copyright 2020 Google LLCCOMMENT
LOWtest/utils.ts1// Copyright 2016 Google LLCCOMMENT
LOWtest/test.generator.ts1// Copyright 2020 Google LLCCOMMENT
LOWtest/test.query.ts1// Copyright 2016 Google LLCCOMMENT
LOWtest/test.index.ts1// Copyright 2020 Google LLCCOMMENT
LOWtest/test.media.ts1// Copyright 2014 Google LLCCOMMENT
LOWtest/test.disclaimer.ts1// Copyright 2020 Google LLCCOMMENT
LOWtest/test.clients.ts1// Copyright 2013 Google LLCCOMMENT
LOWtest/test.synth.ts1// Copyright 2020 Google LLCCOMMENT
LOWtest/test.discover.ts1// Copyright 2016 Google LLCCOMMENT
LOWtest/test.path.ts1// Copyright 2014 Google LLCCOMMENT
LOWtest/test.download.ts1// Copyright 2020 Google LLCCOMMENT
LOWtest/test.samplegen.ts1// Copyright 2020 Google LLCCOMMENT
LOWtest/test.filters.ts1// Copyright 2020 Google LLCCOMMENT
LOWsystem-test/auth.test.ts1// Copyright 2019 Google LLCCOMMENT
LOWsystem-test/http2.test.ts1// Copyright 2020 Google LLCCOMMENT
LOWsystem-test/kitchen.test.ts1// Copyright 2017 Google LLCCOMMENT
LOWsamples/multiple.js1// Copyright 2013 Google LLCCOMMENT
LOWsamples/oauth2.js1// Copyright 2012 Google LLCCOMMENT
LOWsamples/accessTokenAuth.js1// Copyright 2020 Google LLCCOMMENT
LOWsamples/jwt.js1// Copyright 2014 Google LLCCOMMENT
LOWsamples/defaultauth.js1// Copyright 2014 Google LLCCOMMENT
LOWsamples/mediaupload.js1// Copyright 2013 Google LLCCOMMENT
LOWsamples/sheets/insert-column.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/sheets/append.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/sheets/quickstart.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.samples.docs.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.samples.auth.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.samples.analyticsReporting.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.samples.gmail.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.samples.sheets.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.samples.blog.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.compute.samples.js1// Copyright 2019 Google, LLCCOMMENT
LOWsamples/test/common.js1// Copyright 2025 Google LLCCOMMENT
LOWsamples/test/test.samples.youtube.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.samples.webmasters.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.samples.customsearch.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/test/test.samples.drive.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/typescript/typescript.ts1// Copyright 2021 Google LLCCOMMENT
LOWsamples/directory_v1/group-email-insert.js1// Copyright 2014 Google LLCCOMMENT
LOWsamples/directory_v1/group-delete.js1// Copyright 2014 Google LLCCOMMENT
LOWsamples/directory_v1/group-insert.js1// Copyright 2014 Google LLCCOMMENT
LOWsamples/directory_v1/group-email-delete.js1// Copyright 2014 Google LLCCOMMENT
LOWsamples/docs/create.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/docs/get.js1// Copyright 2018 Google LLCCOMMENT
LOWsamples/youtube/upload.js1// Copyright 2016 Google LLCCOMMENT
LOWsamples/youtube/search.js1// Copyright 2016 Google LLCCOMMENT
LOWsamples/youtube/playlist.js1// Copyright 2016 Google LLCCOMMENT
LOWsamples/customsearch/customsearch.js1// Copyright 2012 Google LLCCOMMENT
LOWsamples/webmasters/query.js1// Copyright 2016 Google LLCCOMMENT
LOWsamples/compute/listVMs.js1// Copyright 2019 Google LLCCOMMENT
1270 more matches not shown…
Modern AI Meta-Vocabulary39 hits · 76 pts
SeverityFileLineSnippetContext
MEDIUMdiscovery/logging-v2.json10596 "description": "Optional. The ID of the Cloud Trace (https://docs.cloud.google.com/trace/docs) span associatedCODE
MEDIUMdiscovery/sts-v1.json345 "description": "Fetches the signing keys for an agentic or managed workload identity pool and retuCODE
MEDIUMdiscovery/sts-v1.json371 "description": "Gets the OIDC provider configuration for an agentic or managed workload identity pCODE
MEDIUMdiscovery/sts-v1.json371 "description": "Gets the OIDC provider configuration for an agentic or managed workload identity pCODE
MEDIUMdiscovery/sts-v1.json409 "description": "Fetches the signing keys for an agentic or managed workload identity pool and retuCODE
MEDIUMdiscovery/sts-v1.json435 "description": "Gets the OIDC provider configuration for an agentic or managed workload identity pCODE
MEDIUMdiscovery/sts-v1.json435 "description": "Gets the OIDC provider configuration for an agentic or managed workload identity pCODE
MEDIUMsrc/apis/ces/v1.ts11138 * // Optional. Filter to be applied when listing the guardrails. See https://google.aip.dev/160 for more detailCOMMENT
MEDIUMsrc/apis/ces/v1.ts11146 * // Required. The resource name of the app to list guardrails from.COMMENT
MEDIUMsrc/apis/ces/v1.ts11153 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts5039 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts5669 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts6293 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts6328 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts6775 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts6805 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts7104 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts7413 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts7443 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1.ts11288 * // Identifier. The unique identifier of the guardrail. Format: `projects/{project\}/locations/{location\}/appCOMMENT
MEDIUMsrc/apis/ces/v1beta.ts19092 * // Optional. Filter to be applied when listing the guardrails. See https://google.aip.dev/160 for more detailCOMMENT
MEDIUMsrc/apis/ces/v1beta.ts19100 * // Required. The resource name of the app to list guardrails from.COMMENT
MEDIUMsrc/apis/ces/v1beta.ts19107 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts7728 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts8525 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts9309 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts9346 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts10152 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts10182 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts10481 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts10790 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts10820 * // "guardrails": [],COMMENT
MEDIUMsrc/apis/ces/v1beta.ts19242 * // Identifier. The unique identifier of the guardrail. Format: `projects/{project\}/locations/{location\}/appCOMMENT
MEDIUMsrc/apis/sts/v1.ts426 * Fetches the signing keys for an agentic or managed workload identity pool and returns them in JWKs format, defineCOMMENT
MEDIUMsrc/apis/sts/v1.ts582 * Gets the OIDC provider configuration for an agentic or managed workload identity pool following [the OIDC 1.0 disCOMMENT
MEDIUMsrc/apis/sts/v1.ts582 * Gets the OIDC provider configuration for an agentic or managed workload identity pool following [the OIDC 1.0 disCOMMENT
MEDIUMsrc/apis/sts/v1.ts788 * Fetches the signing keys for an agentic or managed workload identity pool and returns them in JWKs format, defineCOMMENT
MEDIUMsrc/apis/sts/v1.ts945 * Gets the OIDC provider configuration for an agentic or managed workload identity pool following [the OIDC 1.0 disCOMMENT
MEDIUMsrc/apis/sts/v1.ts945 * Gets the OIDC provider configuration for an agentic or managed workload identity pool following [the OIDC 1.0 disCOMMENT
Synthetic Comment Markers6 hits · 45 pts
SeverityFileLineSnippetContext
HIGHdiscovery/androidpublisher-v3.json1873 "description": "Optional. Whether the image was generated by AI. Attested by the developer.",CODE
HIGHdiscovery/androidpublisher-v3.json1881 "The content is not generated by AI.",CODE
HIGHdiscovery/androidpublisher-v3.json1882 "The content is generated by AI and attested by the developer."CODE
HIGHdiscovery/androidpublisher-v3.json9300 "description": "Optional. Whether the image was generated by AI. Attested by the developer.",CODE
HIGHdiscovery/androidpublisher-v3.json9308 "The content is not generated by AI.",CODE
HIGHdiscovery/androidpublisher-v3.json9309 "The content is generated by AI and attested by the developer."CODE
Slop Phrases18 hits · 39 pts
SeverityFileLineSnippetContext
MEDIUMdiscovery/searchads360-v0.json14291 "The plan is not enabled and API cannot provide mutation, forecast or stats.",CODE
LOWdiscovery/merchantapi-datasources_v1.json989 "description": "The [supplemental data source](https://developers.google.com/merchant/api/guides/data-sources/api-CODE
MEDIUMdiscovery/firebasehosting-v1beta1.json228 "description": "Required. The fully-qualified resource name for the Hosting site, in the format: projeCODE
MEDIUMdiscovery/ml-v1.json3283 "description": "Optional. Specifies the type of virtual machine to use for your training job's master worker. CODE
MEDIUMdiscovery/dlp-v2.json13418 "description": "Specification of the field containing the timestamp of scanned items. Used for data sources liCODE
MEDIUMdiscovery/healthcare-v1beta1.json3243 "description": "Bulk exports a Group resource and resources in the member field, including relatedCODE
MEDIUMdiscovery/healthcare-v1.json3058 "description": "Bulk exports a Group resource and resources in the member field, including relatedCODE
MEDIUMdiscovery/customsearch-v1.json920 "description": "Metadata and refinements associated with the given search engine, including: * The name of theCODE
MEDIUMdiscovery/admin-directory_v1.json8038 "description": "Output only. The customer ID to [retrieve all account users](https://developers.google.com/worCODE
LOWdiscovery/merchantapi-datasources_v1beta.json1001 "description": "The [supplemental data source](https://developers.google.com/merchant/api/guides/data-sources/api-CODE
MEDIUMsrc/apis/healthcare/v1.ts12025 * Bulk exports a Group resource and resources in the member field, including related resources for each Patient memCOMMENT
MEDIUMsrc/apis/admin/directory_v1.ts2262 * Output only. The customer ID to [retrieve all account users](https://developers.google.com/workspace/admin/directCOMMENT
MEDIUMsrc/apis/firebasehosting/v1beta1.ts1509 * // Required. The fully-qualified resource name for the Hosting site, in the format: projects/PROJECT_IDENTIFICOMMENT
MEDIUMsrc/apis/firebasehosting/v1beta1.ts2236 * Required. The fully-qualified resource name for the Hosting site, in the format: projects/PROJECT_IDENTIFIER/siteCOMMENT
MEDIUMsrc/apis/customsearch/v1.ts243 * Metadata and refinements associated with the given search engine, including: * The name of the search engine thatCOMMENT
MEDIUMsrc/apis/ml/v1.ts1263 * Optional. Specifies the type of virtual machine to use for your training job's master worker. You must specify thCOMMENT
LOWsrc/apis/merchantapi/datasources_v1.ts500 * The [supplemental data source](https://developers.google.com/merchant/api/guides/data-sources/api-sources#link-suppCOMMENT
LOWsrc/apis/merchantapi/datasources_v1beta.ts500 * The [supplemental data source](https://developers.google.com/merchant/api/guides/data-sources/api-sources#link-suppCOMMENT
AI Slop Vocabulary14 hits · 34 pts
SeverityFileLineSnippetContext
MEDIUMdiscovery/firebaseappcheck-v1.json2072 "description": "Specifies whether your running app is allowed to have the `UNRECOGNIZED_VERSION` [app recognitCODE
MEDIUMdiscovery/firebaseappcheck-v1beta.json2288 "description": "Specifies whether your running app is allowed to have the `UNRECOGNIZED_VERSION` [app recognitCODE
MEDIUMdiscovery/ml-v1.json2085 "description": "Immutable. Specifies the command that runs when the container starts. This overrides the contaCODE
MEDIUMdiscovery/merchantapi-accounts_v1beta.json4456 "description": "The phone number's extension. The extension is not standardized in ITU recommendations, exceptCODE
MEDIUMdiscovery/dlp-v2.json12963 "description": "Message for detecting output from deidentification transformations such as [`CryptoReplaceFfxFpeCoCODE
MEDIUMdiscovery/merchantapi-accounts_v1.json4579 "description": "The phone number's extension. The extension is not standardized in ITU recommendations, exceptCODE
MEDIUMdiscovery/admin-directory_v1.json7660 "description": "Optional. The condition associated with this role assignment. Note: Feature is available to EnCODE
LOW.kokoro/populate-secrets.sh29# For local run, we just use the gcloud command for retrieving theCOMMENT
MEDIUMsrc/apis/admin/directory_v1.ts2009 * Optional. The condition associated with this role assignment. Note: Feature is available to Enterprise Standard, COMMENT
MEDIUMsrc/apis/firebaseappcheck/v1.ts545 * Specifies whether your running app is allowed to have the `UNRECOGNIZED_VERSION` [app recognition verdict](https:COMMENT
MEDIUMsrc/apis/firebaseappcheck/v1beta.ts584 * Specifies whether your running app is allowed to have the `UNRECOGNIZED_VERSION` [app recognition verdict](https:COMMENT
MEDIUMsrc/apis/ml/v1.ts475 * Immutable. Specifies the command that runs when the container starts. This overrides the container's [`ENTRYPOINTCOMMENT
MEDIUMsrc/apis/merchantapi/accounts_v1.ts1507 * The phone number's extension. The extension is not standardized in ITU recommendations, except for being defined COMMENT
MEDIUMsrc/apis/merchantapi/accounts_v1beta.ts1457 * The phone number's extension. The extension is not standardized in ITU recommendations, except for being defined COMMENT
Hyper-Verbose Identifiers24 hits · 29 pts
SeverityFileLineSnippetContext
LOWsrc/apis/mybusinessaccountmanagement/index.ts23export function mybusinessaccountmanagement(CODE
LOWsrc/apis/mybusinessaccountmanagement/index.ts26export function mybusinessaccountmanagement(CODE
LOWsrc/apis/readerrevenuesubscriptionlinking/index.ts23export function readerrevenuesubscriptionlinking(CODE
LOWsrc/apis/readerrevenuesubscriptionlinking/index.ts26export function readerrevenuesubscriptionlinking(CODE
LOWsrc/apis/paymentsresellersubscription/index.ts23export function paymentsresellersubscription(CODE
LOWsrc/apis/paymentsresellersubscription/index.ts26export function paymentsresellersubscription(CODE
LOWsrc/apis/mybusinessbusinessinformation/index.ts23export function mybusinessbusinessinformation(CODE
LOWsrc/apis/mybusinessbusinessinformation/index.ts26export function mybusinessbusinessinformation(CODE
LOWsrc/apis/androiddeviceprovisioning/index.ts23export function androiddeviceprovisioning(CODE
LOWsrc/apis/androiddeviceprovisioning/index.ts26export function androiddeviceprovisioning(CODE
LOWsrc/apis/authorizedbuyersmarketplace/index.ts27export function authorizedbuyersmarketplace(CODE
LOWsrc/apis/authorizedbuyersmarketplace/index.ts30export function authorizedbuyersmarketplace(CODE
LOWsrc/apis/authorizedbuyersmarketplace/index.ts33export function authorizedbuyersmarketplace(CODE
LOWsrc/apis/authorizedbuyersmarketplace/index.ts36export function authorizedbuyersmarketplace(CODE
LOWsrc/apis/authorizedbuyersmarketplace/index.ts39export function authorizedbuyersmarketplace(CODE
LOWsrc/apis/authorizedbuyersmarketplace/index.ts42export function authorizedbuyersmarketplace(CODE
LOWsrc/apis/serviceconsumermanagement/index.ts25export function serviceconsumermanagement(CODE
LOWsrc/apis/serviceconsumermanagement/index.ts28export function serviceconsumermanagement(CODE
LOWsrc/apis/serviceconsumermanagement/index.ts31export function serviceconsumermanagement(CODE
LOWsrc/apis/serviceconsumermanagement/index.ts34export function serviceconsumermanagement(CODE
LOWsrc/apis/businessprofileperformance/index.ts23export function businessprofileperformance(CODE
LOWsrc/apis/businessprofileperformance/index.ts26export function businessprofileperformance(CODE
LOWsrc/generator/download.ts122export function validateDiscoveryDocFileName(fileName: string) {CODE
LOWsrc/generator/download.ts153function cleanupLibrariesNotInIndexJSON(CODE
Fake / Example Data25 hits · 26 pts
SeverityFileLineSnippetContext
LOWdiscovery/iam-v1.json3976 "description": "Required. The resource name of the service account key. Use one of the following fCODE
LOWdiscovery/iam-v1.json4001 "description": "Required. The resource name of the service account key. Use one of the following fCODE
LOWdiscovery/iam-v1.json4029 "description": "Required. The resource name of the service account key. Use one of the following fCODE
LOWdiscovery/iam-v1.json4057 "description": "Required. The resource name of the service account key. Use one of the following fCODE
LOWdiscovery/androidenterprise-v1.json5014 "placeholder": {CODE
LOWdiscovery/monitoring-v1.json1503 "description": "string filtering the events - event dependant. Example values: \"resource.labels.pod_name = 'pCODE
LOWdiscovery/slides-v1.json1381 "placeholder": {CODE
LOWdiscovery/slides-v1.json3047 "placeholder": {CODE
LOWsamples/people/contacts.js56 displayName: 'John Doe',CODE
LOWsrc/apis/factchecktools/v1alpha1.ts134 * A person or organization stating the claim. For instance, "John Doe".COMMENT
LOWsrc/apis/factchecktools/v1alpha1.ts163 * A person or organization stating the claim. For instance, "John Doe". Corresponds to `ClaimReview.itemReviewed.auCOMMENT
LOWsrc/apis/iamcredentials/v1.ts216 * Required. The JWT payload to sign. Must be a serialized JSON object that contains a JWT Claims Set. For example: COMMENT
LOWsrc/apis/walletobjects/v1.ts1101 * Name of the ticket holder, if the ticket is assigned to a person. E.g. "John Doe" or "Jane Doe".COMMENT
LOWsrc/apis/walletobjects/v1.ts1101 * Name of the ticket holder, if the ticket is assigned to a person. E.g. "John Doe" or "Jane Doe".COMMENT
LOWsrc/apis/bigquery/v2.ts6291 * // Optional. The version of the access policy schema to fetch. Valid values are 0, 1, and 3. Requests specifyCOMMENT
LOWsrc/apis/bigquery/v2.ts7409 * Optional. The version of the access policy schema to fetch. Valid values are 0, 1, and 3. Requests specifying an COMMENT
LOWsrc/apis/iam/v1.ts1338 * Required. Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/COMMENT
LOWsrc/apis/iam/v1.ts22098 * // Required. The resource name of the service account key. Use one of the following formats: * `projects/{PROCOMMENT
LOWsrc/apis/iam/v1.ts22229 * // Required. The resource name of the service account key. Use one of the following formats: * `projects/{PROCOMMENT
LOWsrc/apis/iam/v1.ts22369 * // Required. The resource name of the service account key. Use one of the following formats: * `projects/{PROCOMMENT
LOWsrc/apis/iam/v1.ts22506 * // Required. The resource name of the service account key. Use one of the following formats: * `projects/{PROCOMMENT
LOWsrc/apis/iam/v1.ts22934 * Required. The resource name of the service account key. Use one of the following formats: * `projects/{PROJECT_IDCOMMENT
LOWsrc/apis/iam/v1.ts22940 * Required. The resource name of the service account key. Use one of the following formats: * `projects/{PROJECT_IDCOMMENT
LOWsrc/apis/iam/v1.ts22951 * Required. The resource name of the service account key. Use one of the following formats: * `projects/{PROJECT_IDCOMMENT
LOWsrc/apis/iam/v1.ts22962 * Required. The resource name of the service account key. Use one of the following formats: * `projects/{PROJECT_IDCOMMENT
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM.kokoro/trampoline.sh16# This file is not used any more, but we keep this file for making itCOMMENT
MEDIUM.kokoro/populate-secrets.sh16# This file is called in the early stage of `trampoline_v2.sh` toCOMMENT
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHREADME.md271 auth: 'YOUR_API_KEY' // specify your API key hereCODE