Repository Analysis

ory/hydra

Internet-scale OpenID Certified™ OpenID Connect and OAuth2.1 provider that integrates with your user management through headless APIs. Solve OIDC/OAuth2 user cases over night. Consume as a service on Ory Network or self-host. Trusted by OpenAI and many others for scale and security. Written in Go.

3.4 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of ory/hydra, a Go project with 17,395 GitHub stars. SynthScan v2.0 examined 303,257 lines of code across 1795 source files, recording 944 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 3.4 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).

3.4
Adjusted Score
3.4
Raw Score
100%
Time Factor
2026-07-13
Last Push
17.4K
Stars
Go
Language
303.3K
Lines of Code
1.8K
Files
944
Pattern Hits
2026-07-14
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

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

Score History

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

Severity Breakdown

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

CRITICAL 0HIGH 13MEDIUM 26LOW 905

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 944 distinct pattern matches across 9 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.

Fake / Example Data479 hits · 480 pts
SeverityFileLineSnippetContext
LOWcmd/cmd_delete_client.go22To delete OAuth 2.0 Clients with the owner of "foo@bar.com", run:CODE
LOWcmd/cmd_delete_client.go24 {{ .CommandPath }} $({{ .Root.Name }} list oauth2-clients --format json | jq -r 'map(select(.contacts[] == "foo@bar.comCODE
LOWcypress/integration/oauth2/introspect.js40 expect(body.body.sub).to.be.equal("foo@bar.com")CODE
LOWcypress/integration/oauth2/introspect.js67 expect(body.body.sub).to.be.equal("foo@bar.com")CODE
LOWcypress/integration/oauth2/authorize_error.js148 cy.get("#email").type("foo@bar.com", { delay: 1 })CODE
LOWcypress/integration/oauth2/jwt.js53 expect(body.sub).to.eq("foo@bar.com")CODE
LOWcypress/integration/openid/userinfo.js33 expect(sub).to.eq("foo@bar.com")CODE
LOWcypress/integration/openid/authorize_code.js39 expect(sub).to.eq("foo@bar.com")CODE
LOWcypress/support/commands.js47 username = "foo@bar.com",CODE
LOWcypress/support/commands.js122 username = "foo@bar.com",CODE
LOWcypress/support/commands.js236 username = "foo@bar.com",CODE
LOWtest/conformance/config.json20 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json52 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json85 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json118 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json151 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json184 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json220 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json329 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json360 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json402 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json434 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json468 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json526 ["text", "id", "email", "foo@bar.com"],CODE
LOWtest/conformance/config.json559 ["text", "id", "email", "foo@bar.com"],CODE
LOWoauth2/oauth2_auth_code_test.go138 IdToken: map[string]interface{}{"bar": "baz", "email": "foo@bar.com"},CODE
LOWoauth2/oauth2_auth_code_test.go448 IdToken: map[string]interface{}{"email": "foo@bar.com", "bar": "baz"},CODE
LOWoauth2/.snapshots/TestUnmarshalSession-v1.11.9.json6 "sub": "foo@bar.com",CODE
LOWoauth2/.snapshots/TestUnmarshalSession-v1.11.9.json35 "subject": "foo@bar.com"CODE
LOWoauth2/.snapshots/TestUnmarshalSession-v1.11.8.json6 "sub": "foo@bar.com",CODE
LOWoauth2/.snapshots/TestUnmarshalSession-v1.11.8.json35 "subject": "foo@bar.com"CODE
LOWspec/api.json791 "example": "help@example.org",CODE
LOWspec/swagger.json2974 "example": "help@example.org"CODE
LOWinternal/certification/CI.F.T.T.s/OP-Req-login_hint.txt130 "login_hint": "foo@bar.com",CODE
LOWinternal/certification/CI.F.T.T.s/OP-Req-login_hint.txt157 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-UserInfo-Body.txt154 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-UserInfo-Body.txt187 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-UserInfo-Body.txt199 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-UserInfo-Body.txt202 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-Req-acr_values.txt156 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-Req-acr_values.txt190 "sub": "foo@bar.com"CODE
LOW…rnal/certification/CI.F.T.T.s/OP-Req-max_age=10000.txt154 "sub": "foo@bar.com"CODE
LOW…rnal/certification/CI.F.T.T.s/OP-Req-max_age=10000.txt187 "sub": "foo@bar.com"CODE
LOW…rnal/certification/CI.F.T.T.s/OP-Req-max_age=10000.txt222 "sub": "foo@bar.com"CODE
LOW…rnal/certification/CI.F.T.T.s/OP-Req-max_age=10000.txt255 "sub": "foo@bar.com"CODE
LOW…ternal/certification/CI.F.T.T.s/OP-UserInfo-Header.txt154 "sub": "foo@bar.com"CODE
LOW…ternal/certification/CI.F.T.T.s/OP-UserInfo-Header.txt187 "sub": "foo@bar.com"CODE
LOW…ternal/certification/CI.F.T.T.s/OP-UserInfo-Header.txt199 "sub": "foo@bar.com"CODE
LOW…ternal/certification/CI.F.T.T.s/OP-UserInfo-Header.txt202 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-prompt-login.txt154 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-prompt-login.txt187 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-prompt-login.txt225 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-prompt-login.txt258 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-OAuth-2nd.txt155 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-OAuth-2nd.txt188 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-Req-ui_locales.txt156 "sub": "foo@bar.com"CODE
LOWinternal/certification/CI.F.T.T.s/OP-display-popup.txt156 "sub": "foo@bar.com"CODE
LOW…/certification/CI.F.T.T.s/OP-Registration-logo_uri.txt157 "sub": "foo@bar.com"CODE
LOW…rnal/certification/CI.F.T.T.s/OP-Registration-jwks.txt221 "sub": "foo@bar.com"CODE
LOW…rnal/certification/CI.F.T.T.s/OP-Registration-jwks.txt256 "sub": "foo@bar.com"CODE
419 more matches not shown…
Over-Commented Block399 hits · 341 pts
SeverityFileLineSnippetContext
LOWquickstart-prometheus.yml1###########################################################################COMMENT
LOWquickstart-tracing.yml1###########################################################################COMMENT
LOWquickstart-tracing.yml21 # - TRACING_PROVIDER=zipkinCOMMENT
LOWquickstart-tracing.yml41 ### Opentelemetry ###COMMENT
LOWquickstart-tracing.yml61# - DD_APM_NON_LOCAL_TRAFFIC=trueCOMMENT
LOWquickstart-debug.yml1###########################################################################COMMENT
LOWquickstart-postgres.yml1###########################################################################COMMENT
LOWquickstart.yml1###########################################################################COMMENT
LOWquickstart-mysql.yml1###########################################################################COMMENT
LOWquickstart-cors.yml1###########################################################################COMMENT
LOWquickstart-cockroach.yml1###########################################################################COMMENT
LOWquickstart-jwt.yml1###########################################################################COMMENT
LOWquickstart-hsm.yml1###########################################################################COMMENT
LOWcypress/plugins/index.js1// Copyright © 2022 Ory CorpCOMMENT
LOWcypress/support/index.js1// Copyright © 2022 Ory CorpCOMMENT
LOWcypress/support/commands.js1// Copyright © 2022 Ory CorpCOMMENT
LOWtest/e2e/docker-compose.jwt.yml1###########################################################################COMMENT
LOWfosite/generate.go1// Copyright © 2025 Ory CorpCOMMENT
LOWfosite/generate.go21//go:generate go tool mockgen -package internal -destination internal/client_manager.go github.com/ory/hydra/v2/fosite CCOMMENT
LOWfosite/generate.go41//go:generate go tool mockgen -package internal -destination internal/refresh_token_strategy_provider.go github.com/ory/COMMENT
LOWfosite/handler.go1// Copyright © 2025 Ory CorpCOMMENT
LOWfosite/handler.go41 CanHandleTokenEndpointRequest(ctx context.Context, requester AccessRequester) boolCOMMENT
LOWfosite/handler.go61COMMENT
LOWfosite/authorize_helper.go41// If multiple redirection URIs have been registered, if only part ofCOMMENT
LOWfosite/authorize_helper.go81 return nil, errorsx.WithStack(ErrInvalidRequest.WithHint("The 'redirect_uri' parameter does not match any of the OAuth COMMENT
LOWfosite/access_request_handler.go21// - https://tools.ietf.org/html/rfc6749#section-2.3.1COMMENT
LOWfosite/revoke_handler.go21// validates various parameters as specified in:COMMENT
LOWfosite/HISTORY.md361// ErrInvalidatedAuthorizeCode is an error indicating that an authorization code has beenCOMMENT
LOWfosite/oauth2.go41COMMENT
LOWfosite/oauth2.go61 NewAuthorizeRequest(ctx context.Context, req *http.Request) (AuthorizeRequester, error)COMMENT
LOWfosite/oauth2.go81 // * https://tools.ietf.org/html/rfc6749#section-3.1.2COMMENT
LOWfosite/oauth2.go101 // authorization server during the client registration process or whenCOMMENT
LOWfosite/oauth2.go121COMMENT
LOWfosite/oauth2.go141 // MUST NOT be included more than once.COMMENT
LOWfosite/oauth2.go161COMMENT
LOWfosite/authorize_error_test.go21// - https://tools.ietf.org/html/rfc6749#section-4.1.2.1COMMENT
LOWfosite/introspection_response_writer.go21// (Unauthorized) as described in Section 5.2 of OAuth 2.0 [RFC6749].COMMENT
LOWfosite/introspection_response_writer.go61// * activeCOMMENT
LOWfosite/introspection_response_writer.go81//COMMENT
LOWfosite/introspection_response_writer.go101// OPTIONAL. Integer timestamp, measured in the number of secondsCOMMENT
LOWfosite/introspection_response_writer.go121// [RFC7519].COMMENT
LOWfosite/introspection_response_writer.go141//COMMENT
LOWfosite/introspection_response_writer.go161// }COMMENT
LOWfosite/transactional.go1// Copyright © 2025 Ory CorpCOMMENT
LOWfosite/introspection_request_handler.go21//COMMENT
LOWfosite/introspection_request_handler.go41// help the authorization server optimize the token lookup. If theCOMMENT
LOWfosite/introspection_request_handler.go61// To prevent token scanning attacks, the endpoint MUST also requireCOMMENT
LOWfosite/introspection_request_handler.go81//COMMENT
LOWfosite/token/jwt/token.go161// Parse, validate, and return a token.COMMENT
LOWfosite/handler/oauth2/revocation_storage.go1// Copyright © 2025 Ory CorpCOMMENT
LOWfosite/handler/oauth2/storage.go21 // GetAuthorizeCodeSession hydrates the session for an authorization code and returnsCOMMENT
LOWfosite/handler/pkce/handler.go181 } else if nc == 0 {COMMENT
LOWfosite/handler/openid/flow_hybrid.go41COMMENT
LOWfosite/handler/openid/flow_implicit.go41 return errorsx.WithStack(fosite.ErrInvalidGrant.WithHint("The OAuth 2.0 Client is not allowed to use the authorizationCOMMENT
LOWfosite/handler/openid/validator.go41}COMMENT
LOWfosite/handler/openid/flow_implicit_test.go121 Scopes: []string{"openid", "fosite"},COMMENT
LOWfosite/handler/openid/flow_refresh_token_test.go121 },COMMENT
LOWfosite/compose/compose.go21// AccessTokenLifespan: time.Minute * 30,COMMENT
LOWfosite/docs/how-tos/client_credentials_grant.md61 // for Token Endpont, for example:COMMENT
LOWhealth/doc.go1// Copyright © 2022 Ory CorpCOMMENT
339 more matches not shown…
Slop Phrases24 hits · 72 pts
SeverityFileLineSnippetContext
MEDIUMquickstart-prometheus.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart-prometheus.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMquickstart-tracing.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart-tracing.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMquickstart-debug.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart-debug.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMquickstart-postgres.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart-postgres.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMquickstart.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMquickstart-mysql.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart-mysql.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMquickstart-cors.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart-cors.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMquickstart-cockroach.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart-cockroach.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMquickstart-jwt.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart-jwt.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMquickstart-hsm.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMquickstart-hsm.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUMtest/e2e/docker-compose.jwt.yml2####### FOR DEMONSTRATION PURPOSES ONLY #######COMMENT
MEDIUMtest/e2e/docker-compose.jwt.yml8# This set up is only for demonstration purposes. The login #COMMENT
MEDIUM…ernal/httpclient/model_accept_o_auth2_login_request.go32 // ForceSubjectIdentifier forces the \"pairwise\" user ID of the end-user that authenticated. The \"pairwise\" user ID COMMENT
MEDIUMcontrib/quickstart/gitlab/config/gitlab.rb460 # optionally, you can add the following two lines to "white label" the display nameCOMMENT
Synthetic Comment Markers9 hits · 68 pts
SeverityFileLineSnippetContext
HIGHinternal/httpclient/model_o_auth2_login_request.go31 // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client.COMMENT
HIGHinternal/httpclient/model_device_user_auth_request.go32 // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client.COMMENT
HIGHinternal/httpclient/model_verify_user_code_request.go27 // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client.COMMENT
HIGHinternal/httpclient/model_o_auth2_consent_request.go42 // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client.COMMENT
HIGHflow/flow.go133 // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client.COMMENT
HIGHflow/consent_types.go442 // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client.COMMENT
HIGHflow/consent_types.go456 // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client.COMMENT
HIGHflow/consent_types.go477 // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client.COMMENT
HIGHflow/consent_types.go554 // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client.COMMENT
Redundant / Tautological Comments25 hits · 45 pts
SeverityFileLineSnippetContext
LOWtest/e2e/circle-ci.bash16# Check if any ports that we need are open alreadyCOMMENT
LOWfosite/.github/auto_assign.yml15# Set 0 to add all the reviewers (default: 0)COMMENT
LOWinternal/config/config.yaml386 # Set this to true if you want to share error debugging information with your OAuth 2.0 clients.COMMENT
LOWinternal/config/config.yaml398 # Set this to true if you want PKCE to be enforced for all clients.COMMENT
LOWinternal/config/config.yaml400 # Set this to true if you want PKCE to be enforced for public clients.COMMENT
LOWinternal/config/config.yaml448 # Set this to the tracing backend you wish to use. Currently supports jaeger. If omitted or empty, tracing willCOMMENT
LOWcontrib/quickstart/gitlab/config/gitlab.rb580#### Set path to an initial license to be used while bootstrapping GitLab.COMMENT
LOW.github/auto_assign.yml15# Set 0 to add all the reviewers (default: 0)COMMENT
LOW.github/workflows/cve-scan.yaml36 # Output values for debuggingCOMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml135 # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to falCOMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml144 # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to falCOMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml159 # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to falCOMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml177 # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to falCOMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml182 # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to falCOMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml191 # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to falCOMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml224 # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to falCOMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml231 # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false.COMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml236 # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false.COMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml241 # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false.COMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml252 # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false.COMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml261 # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false.COMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml278 # Set enabled to true if the mutator should be enabled and false to disable the mutator. Defaults to false.COMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml286 # Set enabled to true if the mutator should be enabled and false to disable the mutator. Defaults to false.COMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml295 # Set enabled to true if the mutator should be enabled and false to disable the mutator. Defaults to false.COMMENT
LOWoryx/configx/stub/benchmark/benchmark.yaml311 # Set enabled to true if the mutator should be enabled and false to disable the mutator. Defaults to false.COMMENT
Magic Placeholder Names4 hits · 25 pts
SeverityFileLineSnippetContext
HIGHquickstart-tracing.yml59# - DD_API_KEY=<YOUR_API_KEY> # Replace it with your DataDog API keyCOMMENT
HIGHquickstart-tracing.yml59# - DD_API_KEY=<YOUR_API_KEY> # Replace it with your DataDog API keyCOMMENT
HIGHUPGRADE.md8312. Run `$ export DATABASE_URL=<your-database-url>`.CODE
HIGHUPGRADE.md917$ export DATABASE_URL=<your-database-url>CODE
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMfosite/access_request_handler.go33// to directly utilize the HTTP Basic authentication scheme (or otherCOMMENT
MEDIUMoryx/landlockx/paths.go15// robust than enumerating every sibling: SQLite manages -journal inCOMMENT
Verbosity Indicators1 hit · 2 pts
SeverityFileLineSnippetContext
LOWclient/handler.go459 // an empty secret if the secret hasn't changed. As such we need to check if the patch hasCOMMENT
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippetContext
LOWoauth2/handler.go194 function setAndRegisterTimeout(fct, duration) {CODE