← Back to scan
File as GitHub Issue repo: DataDog/datadog-api-client-python

Push this scan report to DataDog/datadog-api-client-python

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Weak Crypto

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED116 [MINED116] Workflow uses `secrets.DD_CLIENT_APP_KEY` on a `pull_request` trigger: This wo… .github/workflows/reusable-integration-…:124
CRIT MINED116 [MINED116] Workflow uses `secrets.DD_CLIENT_API_KEY` on a `pull_request` trigger: This wo… .github/workflows/reusable-integration-…:123
CRIT MINED116 [MINED116] Workflow uses `secrets.DD_API_KEY` on a `pull_request` trigger: This workflow … .github/workflows/reusable-integration-…:77
HIGH MINED108 [MINED108] `self.double_emphasis` used but never assigned in __init__: Method `header` of… .generator/src/generator/formatter.py:165
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). examples/v1/synthetics/CreateSynthetics…:104
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). examples/v1/synthetics/CreateSynthetics…:104
HIGH COMP001 [COMP001] High cognitive complexity: Function `find_obj` has cognitive complexity 45 (Son… docs/conf.py:81
HIGH MINED126 [MINED126] Workflow container/services image `gcr.io/datadoghq/agent:latest` unpinned: `c… .github/workflows/reusable-integration-…:73
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… examples/datadog/aws.py:56
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… .generator/conftest.py:97
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC125 [SEC125] AI placeholder credential left in source (your-api-key-here style): AI coding as… examples/v1/synthetics/CreateSynthetics…:69
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… examples/v1/synthetics/CreateSynthetics…:65
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… examples/v1/synthetics/CreateSynthetics…:43
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… examples/v1/dashboards/CreateDashboard_…:28
INFO MINED077 [MINED077] Python Open No Context: fp = open(path) outside with-block leaks file handles. examples/v1/organizations/UploadIdPForO…:13
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. examples/datadog/aws.py:25
Reset to top 5 17 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `DataDog/datadog-api-client-python`

**Score: 94/100 (A-)**  ·  17 findings  ·  scanned 2026-06-05 14:22 UTC  ·  17,959 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 5 |
| MEDIUM | 7 |
| LOW | 0 |

📊 [Full filterable report](https://repobility.com/scan/efffaa4d-098b-4955-a5e8-f06a3af25d85/)  ·  ![scorecard](https://repobility.com/scan/efffaa4d-098b-4955-a5e8-f06a3af25d85/report.png?v=1780669335-s2)

### Top findings

1. **CRITICAL** `MINED116` — Workflow uses `secrets.DD_CLIENT_APP_KEY` on a `pull_request` trigger
   `.github/workflows/reusable-integration-test.yml:124` · ✓ Repobility
2. **CRITICAL** `MINED116` — Workflow uses `secrets.DD_CLIENT_API_KEY` on a `pull_request` trigger
   `.github/workflows/reusable-integration-test.yml:123` · ✓ Repobility
3. **CRITICAL** `MINED116` — Workflow uses `secrets.DD_API_KEY` on a `pull_request` trigger
   `.github/workflows/reusable-integration-test.yml:77` · ✓ Repobility
4. **HIGH** `MINED108` — `self.double_emphasis` used but never assigned in __init__
   `.generator/src/generator/formatter.py:165` · ✓ Repobility
5. **HIGH** `MINED004` — Weak Crypto
   `examples/v1/synthetics/CreateSyntheticsAPITest_1987645492.py:104` · CWE-327 · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/efffaa4d-098b-4955-a5e8-f06a3af25d85/_
Megaproject â high spam risk
Could not determine 'DataDog/datadog-api-client-python' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
19/21 findings (90%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.