Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
11 of your 22 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

DataDog/datadog-api-client-python

https://github.com/DataDog/datadog-api-client-python · scanned 2026-06-05 14:22 UTC (5 days, 4 hours ago) · 10 languages

515 raw signals (17 security + 498 graph) 11/13 scanners ran 94th percentile · Python · small (2-20K LoC) System graph score 93 (lower by 6)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 4 hours ago · v2 · 239 actionable findings from 2 signal sources. 27 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 100.0 0.15 15.00
security_score 100.0 0.25 25.00
testing_score 75.0 0.20 15.00
documentation_score 87.0 0.15 13.05
practices_score 76.0 0.15 11.40
code_quality 70.0 0.10 7.00
Overall 1.00 86.5
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade A- (86/100). Dimensions: security 100, maintainability 100. 17 findings (4 security). 17,959 lines analyzed.

Showing 225 of 239 actionable findings. 266 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks quality Quality conf 1.00 ✓ Repobility [MINED108] `self.double_emphasis` used but never assigned in __init__: Method `header` of class `CustomRenderer` reads `self.double_emphasis`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
Initialize `self.double_emphasis = <default>` in __init__, or add a class-level default.
.generator/src/generator/formatter.py:165
medium Security checks quality Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
examples/datadog/aws.py:56 Error handlingquality
medium System graph cicd CI/CD security conf 1.00 8 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
8 files, 8 locations
.github/workflows/approved_status.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.github/workflows/reusable-integration-test.yml
.github/workflows/reusable-pre-commit.yml
.github/workflows/stale.yml
.github/workflows/test.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in src/datadog_api_client/v1/model/synthetics_assertion_body_hash_operator.py:28
Found a known-risky pattern (weak_hash). Review and replace if possible.
src/datadog_api_client/v1/model/synthetics_assertion_body_hash_operator.py:28 Weak hash
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
437 test file(s) for 9158 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths.
Coverage
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/aws-integration/CreateAWSAccount.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/aws-integration/CreateAWSEventBridgeSource.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/aws-integration/DeleteAWSEventBridgeSource.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/aws-integration/GetAWSAccount.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/aws-integration/GetAWSAccountCCMConfig.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/aws-integration/GetAWSIntegrationIAMPermissions.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/aws-integration/GetAWSIntegrationIAMPermissionsResourceCollection.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/aws-integration/ListAWSEventBridgeSources.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/change-management/CreateChangeRequest.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/change-management/CreateChangeRequestBranch.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/change-management/DeleteChangeRequestDecision.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/change-management/GetChangeRequest.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/change-management/UpdateChangeRequest.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/change-management/UpdateChangeRequestDecision.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/entity-integration-configs/DeleteEntityIntegrationConfig.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/entity-integration-configs/GetEntityIntegrationConfig.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/entity-integration-configs/UpdateEntityIntegrationConfig.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/integrations/ListIntegrations.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/CreateOnCallEscalationPolicy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/CreateOnCallSchedule.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/CreateUserNotificationChannel.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/CreateUserNotificationRule.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/DeleteOnCallEscalationPolicy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/DeleteOnCallSchedule.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/DeleteUserNotificationChannel.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/DeleteUserNotificationRule.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/GetOnCallEscalationPolicy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/GetOnCallSchedule.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/GetOnCallTeamRoutingRules.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/GetScheduleOnCallUser.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/GetTeamOnCallUsers.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/GetUserNotificationChannel.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/GetUserNotificationRule.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/ListUserNotificationChannels.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/ListUserNotificationRules.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/SetOnCallTeamRoutingRules.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/UpdateOnCallEscalationPolicy.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/UpdateOnCallSchedule.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/on-call/UpdateUserNotificationRule.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/rum-retention-filters-hardcoded/GetHardcodedRetentionFilter.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/rum-retention-filters-hardcoded/ListHardcodedRetentionFilters.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/rum-retention-filters-hardcoded/UpdateHardcodedRetentionFilter.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/webhooks-integration/CreateOAuth2ClientCredentials.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/webhooks-integration/DeleteOAuth2ClientCredentials.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/webhooks-integration/GetAllAuthMethods.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/webhooks-integration/GetOAuth2ClientCredentials.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: examples/v2/webhooks-integration/UpdateOAuth2ClientCredentials.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: setup.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/v1/test_scenarios.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/v2/test_scenarios.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: src/datadog_api_client/v2/api/rum_api.py:list_rum_events, src/datadog_api_client/v2/api/rum_api.py:list_rum_events_with_pagination, src/datadog_api_client/v2/api/audit_api.py:list_audit_logs, src/datadog_api_client/v2/api/audit_api.py:list_audit_logs_…
duplicatesduplication
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/datadog_api_client/api_client.py:call_api_paginated, src/datadog_api_client/api_client.py:call_api_paginated This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or documen…
12 occurrences
repo-level (12 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: src/datadog_api_client/api_client.py:close, src/datadog_api_client/api_client.py:close, src/datadog_api_client/api_client.py:close This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
5 occurrences
repo-level (5 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: src/datadog_api_client/v2/api/static_analysis_api.py:list_ai_custom_rule_revisions, src/datadog_api_client/v2/api/static_analysis_api.py:list_ai_custom_rule_revisions_with_pagination, src/datadog_api_client/v2/api/static_analysis_api.py:list_custom_ru…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `aws_account_v2` in examples/v2/aws-integration/DeleteAWSAccount.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `aws_account_v2` in examples/v2/aws-integration/GetAWSAccount.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `aws_account_v2` in examples/v2/aws-integration/UpdateAWSAccount.py:25
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `downtime_v2` in examples/v2/downtimes/CancelDowntime.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `downtime_v2` in examples/v2/downtimes/GetDowntime.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `downtime_v2` in examples/v2/downtimes/UpdateDowntime.py:13
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `id_v2` in examples/v2/test-optimization/SearchFlakyTests.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `id_v2` in examples/v2/test-optimization/SearchFlakyTests_1224086727.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `id_v2` in examples/v2/test-optimization/SearchFlakyTests_209064879.py:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `id_v2` in examples/v2/test-optimization/SearchFlakyTests_2665223746.py:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `id_v2` in src/datadog_api_client/v2/model/flaky_tests_search_filter.py:48
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `is_deprecated` in src/datadog_api_client/v2/model/security_monitoring_dataset_attributes_response.py:34
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_llm_obs_experiment_events_v1` in examples/v2/llm-observability/ListLLMObsExperimentEventsV1.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_llm_obs_experiment_events_v1` in src/datadog_api_client/configuration.py:299
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_llm_obs_experiment_events_v1` in src/datadog_api_client/v2/api/llm_observability_api.py:973
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_llm_obs_experiment_events_v2` in examples/v2/llm-observability/ListLLMObsExperimentEventsV2.py:9
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `service_definition_v1` in src/datadog_api_client/v2/model/service_definition_data_attributes.py:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `service_definition_v1` in src/datadog_api_client/v2/model/service_definition_schema.py:95
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `service_definition_v1` in src/datadog_api_client/v2/models/__init__.py:7408
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `service_definition_v2` in examples/v2/service-definition/CreateOrUpdateServiceDefinitions_1808735248.py:7
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `service_definition_v2` in src/datadog_api_client/v2/api/service_definition_api.py:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `service_definition_v2` in src/datadog_api_client/v2/model/service_definitions_create_request.py:85
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `table_result_v2` in src/datadog_api_client/v2/api/reference_tables_api.py:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `validate_v2` in src/datadog_api_client/v2/model/validate_v2_type.py:19
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: find_obj
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/conf.py:81
low System graph software Dead code conf 1.00 Possibly dead Python function: index_getter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/datadog_api_client/model_utils.py:907
low System graph software Dead code conf 1.00 Possibly dead Python function: is_retry
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/datadog_api_client/rest.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: list_security_findings_with_pagination
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/datadog_api_client/v2/api/security_monitoring_api.py:6324
low System graph software Dead code conf 1.00 Possibly dead Python function: search_security_findings_with_pagination
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/datadog_api_client/v2/api/security_monitoring_api.py:7307
low System graph software Dead code conf 1.00 Possibly dead Python function: set_default_header
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/datadog_api_client/api_client.py:95
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tests/v2/features/fixtures/sourcemap_intake/javascript/main.min.js:2
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/calendar_interval.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/cohort_widget_definition.py:34
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/funnel_comparison_custom_timeframe.py:15
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/funnel_comparison_duration.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/monitor_formula_and_function_aggregate_augmented_query_definition.py:54
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/monitor_formula_and_function_aggregate_filtered_query_definition.py:48
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/monitor_formula_and_function_aggregate_query_filter.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/monitor_formula_and_function_aggregate_query_join_condition.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/monitor_formula_and_function_metrics_query_definition.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/monitor_formula_and_function_reference_table_column.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/monitor_formula_and_function_reference_table_query_definition.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/notebook_cell_create_request.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/product_analytics_base_query.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/product_analytics_event_query_search.py:15
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/product_analytics_extended_compute.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/product_analytics_funnel_compute.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/product_analytics_funnel_group_by_sort.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/product_analytics_funnel_query.py:25
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/product_analytics_funnel_request.py:30
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/product_analytics_funnel_widget_definition.py:35
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_cohort_criteria.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_cohort_criteria_time_interval.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_compute.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_curve_style.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_curve_widget_definition.py:34
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_curve_widget_request.py:24
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_filters.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_grid_request.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_group_by.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_group_by_sort.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_query.py:26
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_return_criteria.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_return_criteria_time_interval.py:25
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/retention_search.py:26
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/sankey_join_keys.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/sankey_network_query.py:25
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/sankey_network_query_compute.py:20
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/sankey_network_request.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/sankey_rum_query.py:28
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/sankey_rum_request.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/sankey_widget_definition.py:36
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/slo_count_definition_with_bad_events_formula.py:30
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/slo_count_definition_with_total_events_formula.py:30
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/slo_count_spec.py:26
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/slo_time_slice_spec.py:20
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/user_journey_formula_compute.py:24
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/user_journey_search.py:24
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v1/model/widget_legacy_live_span.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/alert_event_custom_attributes.py:34
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/alert_event_custom_attributes_links_items.py:35
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/bulk_mute_findings_request_attributes.py:20
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/bulk_mute_findings_request_properties.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/change_event_custom_attributes.py:38
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/change_event_custom_attributes_author.py:29
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/change_event_custom_attributes_changed_resource.py:29
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/change_event_custom_attributes_impacted_resources_items.py:29
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/create_table_request_data.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/create_table_request_data_attributes_file_metadata_cloud_storage.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/create_table_request_data_attributes_file_metadata_local_file.py:15
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/create_upload_request_data.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/create_upload_response_data.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/deployment_rule_options_faulty_deployment_detection.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/deployment_rule_options_monitor.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/downtime_schedule_one_time_create_update_request.py:20
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/downtime_schedule_recurrences_update_request.py:24
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_api.py:31
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_api_datadog.py:26
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_api_spec.py:33
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_api_spec_interface_definition.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_api_spec_interface_file_ref.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datadog_code_location_item.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datadog_event_item.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datadog_integration_opsgenie.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datadog_integration_pagerduty.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datadog_log_item.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datadog_performance.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datadog_pipelines.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datastore.py:31
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datastore_datadog.py:24
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_datastore_spec.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_integrations.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_metadata.py:42
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_metadata_contacts_items.py:24
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_metadata_links_items.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_queue.py:31
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_queue_datadog.py:24
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_queue_spec.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_service.py:31
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_service_datadog.py:26
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_service_spec.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_system.py:31
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_system_datadog.py:25
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/entity_v3_system_spec.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/event_payload.py:49
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/finding_mute.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/finding_rule.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/incident_import_field_attributes_multiple_value.py:19
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/incident_import_field_attributes_single_value.py:19
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/list_findings_meta.py:28
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/list_findings_page.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/monitor_notification_rule_attributes.py:38
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/monitor_notification_rule_filter_scope.py:22
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/monitor_notification_rule_filter_tags.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/monitor_user_template_request_attributes.py:28
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/monitor_user_template_template_variables_items.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/patch_table_request_data.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/patch_table_request_data_attributes_file_metadata_cloud_storage.py:24
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/patch_table_request_data_attributes_file_metadata_local_file.py:15
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/table_result_v2_data.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/table_result_v2_data_attributes_file_metadata.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/table_row_resource_data.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `additional_properties_type` (body is just `pass`/`return`) — src/datadog_api_client/v2/model/table_row_resource_data_attributes.py:18
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/model_utils.py (1881 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v1/api/synthetics_api.py (1627 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v1/api/usage_metering_api.py (2351 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v1/model/monthly_usage_attribution_supported_metrics.py (838 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v1/model/monthly_usage_attribution_values.py (1394 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v1/model/usage_summary_date.py (2528 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v1/model/usage_summary_date_org.py (2569 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v1/model/usage_summary_response.py (2655 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v1/models/__init__.py (2545 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/case_management_api.py (3220 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/cloud_cost_management_api.py (3437 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/incidents_api.py (2947 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/llm_observability_api.py (3082 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/metrics_api.py (1136 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/rum_api.py (1421 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/security_monitoring_api.py (7707 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/static_analysis_api.py (1599 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/status_pages_api.py (1491 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/synthetics_api.py (1859 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/api/teams_api.py (2128 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/datadog_api_client/v2/models/__init__.py (15185 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/efffaa4d-098b-4955-a5e8-f06a3af25d85/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/efffaa4d-098b-4955-a5e8-f06a3af25d85/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.