Repository Analysis

svix/svix-webhooks

The open source and enterprise-ready webhooks service 🦀

7.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of svix/svix-webhooks, a Rust project with 3,339 GitHub stars. SynthScan v2.0 examined 236,363 lines of code across 2857 source files, recording 1153 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 7.3 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.3
Adjusted Score
7.3
Raw Score
100%
Time Factor
2026-08-08
Last Push
3.3K
Stars
Rust
Language
236.4K
Lines of Code
2.9K
Files
1.2K
Pattern Hits
2026-08-09
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

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 0HIGH 61MEDIUM 284LOW 808

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 1153 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Self-Referential Comments282 hits · 846 pts
SeverityFileLineSnippetContext
MEDIUMpython/example.py5# Defining the host is optional and defaults to http://localhostCOMMENT
MEDIUMpython/example.py23 # Create an instance of the API classCOMMENT
MEDIUMpython/svix/api_internal/message.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api_internal/endpoint.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api_internal/endpoint_auto_config.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api_internal/message_pollerv2.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/ingest.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/message_attempt.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/health.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/background_task.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/event_type.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/streaming_sink.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/streaming_sink_transformation.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/ingest_endpoint.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/streaming_event_type.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/ingest_authentication.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/message.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/integration.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/endpoint_transformation.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/application.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/endpoint.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/message_poller.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/authentication.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/ingest_source.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/connector.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/environment.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/operational_webhook_endpoint.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/statistics.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/streaming_stream.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/operational_webhook.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/streaming.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/streaming_events.py1# This file is @generatedCOMMENT
MEDIUMpython/svix/api/ingest_endpoint_transformation.py1# This file is @generatedCOMMENT
MEDIUM.github/workflows/sdks-release.yml274 # Create a GitHub Release while uploading all files to itCOMMENT
MEDIUMruby/lib/svix.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/api_internal/endpoint_auto_config.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/api_internal/message_pollerv2.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/api_internal/endpoint.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/api_internal/message.rb2# This file is @generatedCOMMENT
MEDIUM…vix/models/operational_webhook_endpoint_headers_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/polling_endpoint_message_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/ingest_source_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/list_response_endpoint_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/stream_event_type_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/orum_io_config_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/rutter_config_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/vgs_config_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/poller_v2_message_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/shopify_config.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/meta_config.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/rabbit_mq_patch_config.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/recover_in.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/message_status.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/event_type_from_open_api.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/api_token_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/connector_kind.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/status_code_class.rb2# This file is @generatedCOMMENT
MEDIUM…by/lib/svix/models/operational_webhook_endpoint_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/port_io_config_out.rb2# This file is @generatedCOMMENT
MEDIUMruby/lib/svix/models/hubspot_config_out.rb2# This file is @generatedCOMMENT
222 more matches not shown…
Unused Imports537 hits · 296 pts
SeverityFileLineSnippetContext
LOWpython/svix/__init__.py1CODE
LOWpython/svix/__init__.py1CODE
LOWpython/svix/__init__.py1CODE
LOWpython/svix/__init__.py6CODE
LOWpython/svix/__init__.py6CODE
LOWpython/svix/__init__.py6CODE
LOWpython/svix/__init__.py7CODE
LOWpython/svix/__init__.py7CODE
LOWpython/svix/exceptions.py1CODE
LOWpython/svix/exceptions.py2CODE
LOWpython/svix/exceptions.py3CODE
LOWpython/svix/webhooks.py4CODE
LOWpython/svix/api_internal/common.py2CODE
LOWpython/svix/api_internal/common.py2CODE
LOWpython/svix/api_internal/common.py2CODE
LOWpython/svix/api_internal/common.py2CODE
LOWpython/svix/models/__init__.py2CODE
LOWpython/svix/models/__init__.py3CODE
LOWpython/svix/models/__init__.py4CODE
LOWpython/svix/models/__init__.py5CODE
LOWpython/svix/models/__init__.py6CODE
LOWpython/svix/models/__init__.py7CODE
LOWpython/svix/models/__init__.py8CODE
LOWpython/svix/models/__init__.py9CODE
LOWpython/svix/models/__init__.py10CODE
LOWpython/svix/models/__init__.py11CODE
LOWpython/svix/models/__init__.py12CODE
LOWpython/svix/models/__init__.py13CODE
LOWpython/svix/models/__init__.py14CODE
LOWpython/svix/models/__init__.py15CODE
LOWpython/svix/models/__init__.py16CODE
LOWpython/svix/models/__init__.py17CODE
LOWpython/svix/models/__init__.py18CODE
LOWpython/svix/models/__init__.py19CODE
LOWpython/svix/models/__init__.py20CODE
LOWpython/svix/models/__init__.py21CODE
LOWpython/svix/models/__init__.py22CODE
LOWpython/svix/models/__init__.py23CODE
LOWpython/svix/models/__init__.py24CODE
LOWpython/svix/models/__init__.py25CODE
LOWpython/svix/models/__init__.py26CODE
LOWpython/svix/models/__init__.py27CODE
LOWpython/svix/models/__init__.py28CODE
LOWpython/svix/models/__init__.py29CODE
LOWpython/svix/models/__init__.py30CODE
LOWpython/svix/models/__init__.py31CODE
LOWpython/svix/models/__init__.py32CODE
LOWpython/svix/models/__init__.py33CODE
LOWpython/svix/models/__init__.py34CODE
LOWpython/svix/models/__init__.py35CODE
LOWpython/svix/models/__init__.py36CODE
LOWpython/svix/models/__init__.py37CODE
LOWpython/svix/models/__init__.py38CODE
LOWpython/svix/models/__init__.py39CODE
LOWpython/svix/models/__init__.py40CODE
LOWpython/svix/models/__init__.py41CODE
LOWpython/svix/models/__init__.py42CODE
LOWpython/svix/models/__init__.py43CODE
LOWpython/svix/models/__init__.py44CODE
LOWpython/svix/models/__init__.py45CODE
477 more matches not shown…
Cross-File Repetition52 hits · 260 pts
SeverityFileLineSnippetContext
HIGHpython/svix/models/ingest_endpoint_in.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/operational_webhook_endpoint_in.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/message_endpoint_out.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/sink_in_common.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/endpoint_patch.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/endpoint_upsert_in.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/endpoint_in.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/ingest_endpoint_out.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGH…/svix/models/operational_webhook_endpoint_upsert_in.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/endpoint_out.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/ingest_endpoint_upsert_in.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/operational_webhook_endpoint_out.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/application_out.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/application_patch.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/application_in.py0maximum messages per second to send to this application. outgoing messages will be throttled to this rate.STRING
HIGHpython/svix/models/ingest_endpoint_in.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGHpython/svix/models/operational_webhook_endpoint_in.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGHpython/svix/models/ingest_endpoint_secret_in.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGHpython/svix/models/sink_in_common.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGHpython/svix/models/sink_secret_out.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGHpython/svix/models/ingest_endpoint_secret_out.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGH…/svix/models/operational_webhook_endpoint_secret_in.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGHpython/svix/models/endpoint_secret_out.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGHpython/svix/models/endpoint_secret_rotate_in.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGHpython/svix/models/endpoint_in.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGH…svix/models/operational_webhook_endpoint_secret_out.py0the endpoint's verification secret. format: `base64` encoded random bytes optionally prefixed with `whsec_`. it is recomSTRING
HIGHpython/svix/models/snowflake_config.py0database name. only required if not using transformations.STRING
HIGHpython/svix/models/redshift_config.py0database name. only required if not using transformations.STRING
HIGHpython/svix/models/redshift_patch_config.py0database name. only required if not using transformations.STRING
HIGHpython/svix/models/snowflake_patch_config.py0database name. only required if not using transformations.STRING
HIGHpython/svix/models/snowflake_config.py0table name. only required if not using transformations.STRING
HIGHpython/svix/models/redshift_config.py0table name. only required if not using transformations.STRING
HIGHpython/svix/models/redshift_patch_config.py0table name. only required if not using transformations.STRING
HIGHpython/svix/models/snowflake_patch_config.py0table name. only required if not using transformations.STRING
HIGHpython/svix/models/message_endpoint_out.py0list of message channels this endpoint listens to (omit for all).STRING
HIGHpython/svix/models/endpoint_upsert_in.py0list of message channels this endpoint listens to (omit for all).STRING
HIGHpython/svix/models/endpoint_in.py0list of message channels this endpoint listens to (omit for all).STRING
HIGHpython/svix/models/endpoint_out.py0list of message channels this endpoint listens to (omit for all).STRING
HIGHpython/svix/models/event_type_in.py0the schema for the event type for a specific version as a json schema.STRING
HIGHpython/svix/models/event_type_upsert_in.py0the schema for the event type for a specific version as a json schema.STRING
HIGHpython/svix/models/event_type_out.py0the schema for the event type for a specific version as a json schema.STRING
HIGHpython/svix/models/app_portal_access_in.py0how long the token will be valid for, in seconds. valid values are between 1 hour and 7 days. the default is 7 days.STRING
HIGHpython/svix/models/stream_portal_access_in.py0how long the token will be valid for, in seconds. valid values are between 1 hour and 7 days. the default is 7 days.STRING
HIGH…svix/models/ingest_source_consumer_portal_access_in.py0how long the token will be valid for, in seconds. valid values are between 1 hour and 7 days. the default is 7 days.STRING
HIGHpython/svix/models/endpoint_message_out.py0list of free-form identifiers that endpoints can filter bySTRING
HIGHpython/svix/models/message_in.py0list of free-form identifiers that endpoints can filter bySTRING
HIGHpython/svix/models/message_out.py0list of free-form identifiers that endpoints can filter bySTRING
HIGHpython/svix/models/poller_v2_message_out.py0list of free-form identifiers that endpoints can filter bySTRING
HIGHpython/svix/models/polling_endpoint_message_out.py0list of free-form identifiers that endpoints can filter bySTRING
HIGHpython/svix/api/ingest_endpoint.py0get an operational webhook endpoint's signing secret. this is used to verify the authenticity of the webhook. for more iSTRING
HIGHpython/svix/api/endpoint.py0get an operational webhook endpoint's signing secret. this is used to verify the authenticity of the webhook. for more iSTRING
HIGHpython/svix/api/operational_webhook_endpoint.py0get an operational webhook endpoint's signing secret. this is used to verify the authenticity of the webhook. for more iSTRING
Over-Commented Block151 hits · 151 pts
SeverityFileLineSnippetContext
LOWgo/message_attempt.go61 // Filter response based on the status of the attempt: Success (0), Pending (1), Failed (2), Sending (3), or Canceled (COMMENT
LOWgo/svix.go121 return newStreaming(svix.client)COMMENT
LOWgo/message_ext.go1package svixCOMMENT
LOWgo/endpoint.go361// Messages that were previously sent to the endpoint are not resent.COMMENT
LOWgo/endpoint.go401 "/api/v1/app/{app_id}/endpoint/{endpoint_id}/replay-missing",COMMENT
LOWgo/statistics.go21}COMMENT
LOWgo/statistics.go61COMMENT
LOWgo/models/ingest_source_in.go1// Package svix this file is @generated DO NOT EDITCOMMENT
LOWgo/models/ingest_source_in.go21// - "openclaw": Use OpenClawConfigCOMMENT
LOWgo/models/app_portal_access_in.go1// Package svix this file is @generated DO NOT EDITCOMMENT
LOWgo/models/app_portal_access_in.go21 //COMMENT
LOWgo/models/snowflake_config.go1// Package svix this file is @generated DO NOT EDITCOMMENT
LOWgo/models/stream_sink_patch.go1// Package svix this file is @generated DO NOT EDITCOMMENT
LOWgo/models/stream_sink_out.go1// Package svix this file is @generated DO NOT EDITCOMMENT
LOWgo/models/endpoint_secret_rotate_in.go1// Package svix this file is @generated DO NOT EDITCOMMENT
LOWgo/models/stream_sink_in.go1// Package svix this file is @generated DO NOT EDITCOMMENT
LOWgo/models/stream_sink_in.go21// - "otelTracing": Use SinkOtelV1ConfigCOMMENT
LOWgo/models/ingest_source_out.go1// Package svix this file is @generated DO NOT EDITCOMMENT
LOWgo/models/ingest_source_out.go21// - "nango": Use NangoConfigOutCOMMENT
LOWbridge/svix-bridge.example.receivers.yaml1# Svix Bridge Example ConfigurationCOMMENT
LOWbridge/svix-bridge.example.receivers.yaml21# When a webhook is POST'ed to a matching URL, it is (optionally) verified,COMMENT
LOWbridge/svix-bridge.example.receivers.yaml41# endpoint_secret: "whsec_XXXXX="COMMENT
LOWbridge/svix-bridge.example.senders.yaml1# Svix Bridge Example ConfigurationCOMMENT
LOWbridge/svix-bridge.example.senders.yaml141 kafka_bootstrap_brokers: "localhost:9094"COMMENT
LOWbridge/svix-bridge-types/src/lib.rs241 pub token: String,COMMENT
LOWbridge/svix-bridge-types/src/lib.rs261pub struct ForwardRequest {COMMENT
LOWbridge/svix-bridge/src/main.rs181 // FIXME: add signal handling to trigger a (intentional) graceful shutdown.COMMENT
LOWbridge/svix-bridge/src/webhook_receiver/types.rs81 );COMMENT
LOWbridge/svix-bridge/src/webhook_receiver/types.rs121}COMMENT
LOWbridge/svix-bridge/src/webhook_receiver/types.rs161COMMENT
LOWbridge/svix-bridge/src/config/tests.rs181# When a webhook is POST'ed to a matching URL, it is (optionally) verified,COMMENT
LOWbridge/svix-bridge/src/config/tests.rs561COMMENT
LOWbridge/svix-bridge-plugin-kafka/src/config.rs21COMMENT
LOWbridge/svix-bridge-plugin-kafka/src/config.rs101#[derive(Clone, Deserialize)]COMMENT
LOWrust/src/model_ext.rs1//! Extensions of the auto-generated "models" (schema structs).COMMENT
LOWrust/src/models/event_example_in.rs1// this file is @generatedCOMMENT
LOWrust/src/models/sink_secret_out.rs1// this file is @generatedCOMMENT
LOWrust/src/models/stream_portal_access_in.rs1// this file is @generatedCOMMENT
LOWrust/src/models/endpoint_secret_out.rs1// this file is @generatedCOMMENT
LOWrust/src/models/ingest_endpoint_secret_out.rs1// this file is @generatedCOMMENT
LOWrust/src/models/snowflake_patch_config.rs1// this file is @generatedCOMMENT
LOWrust/src/models/snowflake_patch_config.rs21 #[serde(rename = "dbName")]COMMENT
LOWrust/src/models/sink_in_common.rs1// this file is @generatedCOMMENT
LOWrust/src/models/sink_in_common.rs21 ///COMMENT
LOWrust/src/models/message_in.rs1// this file is @generatedCOMMENT
LOWrust/src/models/message_in.rs21 pub payload: serde_json::Value,COMMENT
LOWrust/src/models/message_in.rs41 pub transformations_params: Option<serde_json::Value>,COMMENT
LOWrust/src/models/whoami_out.rs1// this file is @generatedCOMMENT
LOWrust/src/models/whoami_out.rs21 #[serde(rename = "streamAppId")]COMMENT
LOWrust/src/models/app_portal_access_in.rs1// this file is @generatedCOMMENT
LOWrust/src/models/app_portal_access_in.rs21 /// Custom capabilities attached to the token, You can combine as manyCOMMENT
LOWrust/src/models/app_portal_access_in.rs41 /// configuration of an endpoint (including secrets)COMMENT
LOWrust/src/models/validation_error.rs1use serde::{Deserialize, Serialize};COMMENT
LOWrust/src/models/application_out.rs1// this file is @generatedCOMMENT
LOWrust/src/models/event_type_import_open_api_in.rs1// this file is @generatedCOMMENT
LOWrust/src/models/redshift_config.rs1// this file is @generatedCOMMENT
LOWrust/src/models/redshift_config.rs21 pub cluster_identifier: Option<String>,COMMENT
LOWrust/src/models/snowflake_config.rs1// this file is @generatedCOMMENT
LOWrust/src/models/snowflake_config.rs21 pub user_id: String,COMMENT
LOWrust/src/models/redshift_patch_config.rs1// this file is @generatedCOMMENT
91 more matches not shown…
Hyper-Verbose Identifiers92 hits · 96 pts
SeverityFileLineSnippetContext
LOWpython/tests/test_autoconfig.py71def test_auto_config_sink_type_revalidates_when_nested():CODE
LOWpython/tests/test_autoconfig.py83def test_auto_config_consumer_subscribe_in_payload():CODE
LOWpython/tests/conftest.py20 def pytest_collection_modifyitems(config, items):CODE
LOWpython/tests/conftest.py88def httpserver_listen_address(is_ci):CODE
LOWpython/tests/test_server_url.py8def test_server_url_trailing_slashes_are_stripped() -> None:CODE
LOWpython/tests/test_server_url.py16def test_server_url_without_trailing_slash_is_unchanged() -> None:CODE
LOWpython/tests/test_server_url.py28def test_async_client_normalizes_server_url() -> None:CODE
LOWpython/tests/test_server_url.py50def test_request_url_has_no_double_slash(httpx_mock) -> None:CODE
LOWpython/tests/test_server_url.py57def test_request_url_keeps_path_prefix(httpx_mock) -> None:CODE
LOWpython/tests/test_openapi.py4def test_openapi_json_is_available(svix_server_url: str) -> None:CODE
LOWpython/tests/test_httpretty.py15def test_octothorpe_in_query_param():CODE
LOWpython/tests/test_httpretty.py26def test_struct_enum_with_fields():CODE
LOWpython/tests/test_httpretty.py54def test_struct_enum_without_fields():CODE
LOWpython/tests/test_httpretty.py74def test_idempotency_key_is_sent_for_create_request():CODE
LOWpython/tests/test_httpretty.py94def test_client_provided_idempotency_key_is_not_overridden():CODE
LOWpython/tests/test_httpretty.py119def test_unknown_keys_are_ignored():CODE
LOWpython/tests/test_httpretty.py131def test_cmg_with_content_default():CODE
LOWpython/tests/test_webhooks.py50def test_missing_id_raises_error():CODE
LOWpython/tests/test_webhooks.py60def test_timestamp_raises_error():CODE
LOWpython/tests/test_webhooks.py70def test_invalid_timestamp_raises_error():CODE
LOWpython/tests/test_webhooks.py80def test_missing_signature_raises_error():CODE
LOWpython/tests/test_webhooks.py90def test_invalid_signature_raises_error():CODE
LOWpython/tests/test_webhooks.py102def test_valid_signature_is_valid():CODE
LOWpython/tests/test_webhooks.py109def test_valid_unbranded_signature_is_valid():CODE
LOWpython/tests/test_webhooks.py144def test_multi_sig_payload_is_valid():CODE
LOWpython/tests/test_webhooks.py158def test_signature_verification_with_and_without_prefix():CODE
LOWpython/tests/test_client.py104def test_svix_application_create(svix_api: Svix, svix_app_name: str) -> None:CODE
LOWpython/tests/test_client.py111def test_svix_event_type_create(svix_api: Svix) -> None:CODE
LOWpython/tests/test_client.py119def svix_endpoint_create_test_params_ids() -> List[str]:CODE
LOWpython/tests/test_client.py164def test_svix_endpoint_create(CODE
LOWpython/svix/api_internal/endpoint.py18 async def transformation_partial_update(CODE
LOWpython/svix/api_internal/endpoint.py44 def transformation_partial_update(CODE
LOWpython/svix/api/message_attempt.py295 async def list_attempted_destinations(CODE
LOWpython/svix/api/message_attempt.py458 def list_attempted_destinations(CODE
LOWpython/svix/api/endpoint.py476 async def transformation_partial_update(CODE
LOWpython/svix/api/endpoint.py828 def transformation_partial_update(CODE
LOWpython/svix/api/common.py222def _filter_response_for_errors_response(response: httpx.Response) -> httpx.Response:CODE
LOWpython/svix/api/authentication.py221 async def rotate_stream_poller_token(CODE
LOWpython/svix/api/authentication.py381 def rotate_stream_poller_token(CODE
LOWphp/tests/AutoConfigTest.php30 public function testValidTokenConstructsAutoConfig(): voidCODE
LOWphp/tests/AutoConfigTest.php39 public function testWrongPrefixThrowsInvalidArgument(): voidCODE
LOWphp/tests/AutoConfigTest.php50 public function testNothingAfterPrefixThrowsInvalidArgument(): voidCODE
LOWphp/tests/AutoConfigTest.php69 public function testInvalidJsonThrowsInvalidArgument(): voidCODE
LOWphp/tests/WebhookTest.php9 public function testValidSignatureIsValidAndReturnsJson()CODE
LOWphp/tests/WebhookTest.php23 public function testValidBrandlessSignatureIsValidAndReturnsJson()CODE
LOWphp/tests/WebhookTest.php43 public function testInvalidSignatureThrowsException()CODE
LOWphp/tests/WebhookTest.php55 public function testBadlyFormattedSignatureThrowsException()CODE
LOWphp/tests/WebhookTest.php67 public function testMissingIdThrowsException()CODE
LOWphp/tests/WebhookTest.php79 public function testMissingTimestampThrowsException()CODE
LOWphp/tests/WebhookTest.php91 public function testMissingSignatureThrowsException()CODE
LOWphp/tests/WebhookTest.php103 public function testOldTimestampThrowsException()CODE
LOWphp/tests/WebhookTest.php114 public function testNewTimestampThrowsException()CODE
LOWphp/tests/WebhookTest.php125 public function testCustomToleranceAcceptsOldTimestamp()CODE
LOWphp/tests/WebhookTest.php139 public function testCustomToleranceRejectsOldTimestampInsideDefault()CODE
LOWphp/tests/WebhookTest.php150 public function testCustomToleranceAcceptsNewTimestamp()CODE
LOWphp/tests/WebhookTest.php164 public function testCustomToleranceRejectsNewTimestampInsideDefault()CODE
LOWphp/tests/WebhookTest.php175 public function testInvalidSignatureThrowsWithCustomTolerance()CODE
LOWphp/tests/WebhookTest.php187 public function testTamperedTimestampThrowsWithCustomTolerance()CODE
LOWphp/tests/WebhookTest.php201 public function testEpochSpanningToleranceRejectsNonPositiveTimestamp()CODE
LOWphp/tests/WebhookTest.php214 public function testNegativeToleranceThrows()CODE
32 more matches not shown…
Cross-Language Confusion9 hits · 42 pts
SeverityFileLineSnippetContext
HIGHtools/bump_version.py40 "cd javascript && npm i --package-lock-only --ignore-scripts",CODE
HIGHtools/bump_version.py42 "cd python && uv sync",CODE
HIGHpython/tests/test_httpretty.py20 body='{"data":[],"iterator":null,"prevIterator":null,"done":true}',CODE
HIGHpython/tests/test_httpretty.py124 body='{"data":[],"done":true,"iterator":null,"prevIterator":null,"extra-key":"ignored"}',CODE
HIGHpython/tests/test_httpretty.py141 "channels": null,STRING
HIGHpython/tests/test_httpretty.py142 "deliverAt": null,STRING
HIGHpython/tests/test_httpretty.py143 "eventId": null,STRING
HIGHpython/tests/test_httpretty.py147 "tags": null,STRING
HIGHpython/svix/models/stream_sink_in.py47 """A list of event types that filter which events are dispatched to the Sink. An empty list (or null) will not filteSTRING
Deep Nesting9 hits · 9 pts
SeverityFileLineSnippetContext
LOWregen_openapi.py365CODE
LOWtools/validate_openapi_compatibility.py67CODE
LOWtools/validate_openapi_compatibility.py292CODE
LOWpython/svix/models/ingest_source_in.py121CODE
LOWpython/svix/models/stream_sink_patch.py76CODE
LOWpython/svix/models/stream_sink_in.py88CODE
LOWpython/svix/models/stream_sink_out.py90CODE
LOWpython/svix/models/ingest_source_out.py131CODE
LOWpython/svix/api/svix.py59CODE
Modern Structural Boilerplate8 hits · 8 pts
SeverityFileLineSnippetContext
LOWtools/bump_version.py211def update_changelog(new_version: str) -> None:CODE
LOWpython/svix/__init__.py9__all__ = [CODE
LOWpython/svix/exceptions.py5__all__ = ["HttpError", "WebhookVerificationError", "HTTPValidationError"]CODE
LOWpython/svix/webhooks.py31__all__ = ["Webhook", "WebhookVerificationError"]CODE
LOWpython/svix/autoconfig.py243__all__ = [CODE
LOWpython/svix/api_internal/common.py4__all__ = ["ApiBaseAsync", "ApiBaseSync", "BaseOptions", "serialize_params"]CODE
LOWpython/svix/models/__init__.py223__all__ = [CODE
LOWpython/svix/api/__init__.py334__all__ = [CODE
Excessive Try-Catch Wrapping5 hits · 6 pts
SeverityFileLineSnippetContext
LOWpython/tests/conftest.py54 except Exception:CODE
MEDIUMpython/tests/conftest.py49def docker_compose_command():CODE
LOWpython/svix/autoconfig.py57 except Exception as exc:CODE
LOWpython/svix/autoconfig.py61 except Exception as exc:CODE
LOWpython/svix/autoconfig.py78 except Exception as exc:CODE
AI Slop Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
LOWtools/validate_openapi_compatibility.py121 # for arguments, if the libs are nullable but OSS isn't, it's okay, so just return innerCOMMENT
MEDIUMbridge/svix-bridge-types/src/lib.rs267 // FIXME: can we leverage RawValue here?COMMENT
Verbosity Indicators3 hits · 4 pts
SeverityFileLineSnippetContext
LOWserver/svix-server/src/db/mod.rs71 // Step 1: messageattemptCOMMENT
LOWserver/svix-server/src/db/mod.rs89 // Step 2: messageCOMMENT
LOWruby/lib/svix/util.rb59 # we need to check if they have the serialize method before calling itCOMMENT
Structural Annotation Overuse2 hits · 3 pts
SeverityFileLineSnippetContext
LOWserver/svix-server/src/db/mod.rs71 // Step 1: messageattemptCOMMENT
LOWserver/svix-server/src/db/mod.rs89 // Step 2: messageCOMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWruby/lib/svix/svix_http_client.rb62 # Check if idempotency-key header already existsCOMMENT