← Back to scan
File as GitHub Issue repo: dbekaert/RAiDER

Push this scan report to dbekaert/RAiDER

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

Missing import: `datetime` used but not imported

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 MINED107 [MINED107] Missing import: `time` used but not imported: The file uses `time.something(..… tools/RAiDER/models/merra2.py:92
CRIT MINED107 [MINED107] Missing import: `time` used but not imported: The file uses `time.something(..… tools/RAiDER/models/weatherModel.py:312
CRIT MINED107 [MINED107] Missing import: `time` used but not imported: The file uses `time.something(..… tools/RAiDER/cli/raider.py:827
CRIT MINED107 [MINED107] Missing import: `datetime` used but not imported: The file uses `datetime.some… tools/RAiDER/delay.py:366
CRIT MINED107 [MINED107] Missing import: `datetime` used but not imported: The file uses `datetime.some… tools/RAiDER/utilFcns.py:417
CRIT MINED107 [MINED107] Missing import: `array` used but not imported: The file uses `array.something(… tools/RAiDER/utilFcns.py:258
CRIT MINED107 [MINED107] Missing import: `time` used but not imported: The file uses `time.something(..… tools/RAiDER/getStationDelays.py:82
CRIT MINED107 [MINED107] Missing import: `array` used but not imported: The file uses `array.something(… tools/RAiDER/interpolator.py:125
CRIT MINED107 [MINED107] Missing import: `time` used but not imported: The file uses `time.something(..… tools/RAiDER/processWM.py:142
CRIT MINED107 [MINED107] Missing import: `time` used but not imported: The file uses `time.something(..… test/__init__.py:53
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… tools/bindings/interpolate/src/tests.cpp:9
HIGH MINED106 [MINED106] Phantom test coverage: test_gunw_json_schema_path: Test function `test_gunw_js… test/conftest.py:55
HIGH MINED106 [MINED106] Phantom test coverage: test_gunw_json_path: Test function `test_gunw_json_path… test/conftest.py:49
HIGH MINED106 [MINED106] Phantom test coverage: test_gunw_path_factory: Test function `test_gunw_path_f… test/conftest.py:34
HIGH MINED106 [MINED106] Phantom test coverage: test_dir_path: Test function `test_dir_path` runs code … test/conftest.py:29
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… tools/RAiDER/models/gmao.py:87
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … tools/RAiDER/interpolator.py:198
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… tools/RAiDER/cli/types.py:104
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… tools/RAiDER/aria/calcGUNW.py:123
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … tools/RAiDER/getStationDelays.py:70
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … docs/macros.py:15
HIGH DKR014 Dockerfile copies the entire context without .dockerignore Dockerfile:36
HIGH MINED115 [MINED115] Action `ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml` pinned to … .github/workflows/build.yml:24
HIGH MINED115 [MINED115] Action `ASFHyP3/actions/.github/workflows/reusable-version-info.yml` pinned to… .github/workflows/build.yml:16
HIGH MINED115 [MINED115] Action `mamba-org/setup-micromamba` pinned to mutable ref `@v2`: `uses: mamba-… .github/workflows/deploy-docs.yml:16
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v5`: `uses: actions/checkout… .github/workflows/deploy-docs.yml:13
HIGH MINED115 [MINED115] Action `ASFHyP3/actions/.github/workflows/reusable-release.yml` pinned to muta… .github/workflows/release.yml:10
HIGH MINED115 [MINED115] Action `ASFHyP3/actions/.github/workflows/reusable-bump-version.yml` pinned to… .github/workflows/tag.yml:10
HIGH MINED115 [MINED115] Action `ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml` pinned… .github/workflows/changelog.yml:16
HIGH MINED115 [MINED115] Action `ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml` pinne… .github/workflows/labeled-pr.yml:15
HIGH MINED118 [MINED118] Dockerfile FROM `condaforge/mambaforge:latest` not pinned by digest: `FROM con… Dockerfile:1
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/models/weatherModel.py:458
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/models/weatherModel.py:632
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/models/weatherModel.py:846
MED MINED109 [MINED109] Mutable default argument in `__init__` (dict): `def __init__(... = []/{}/set()… tools/RAiDER/cli/validators.py:409
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/cli/statsPlot.py:1395
MED MINED109 [MINED109] Mutable default argument in `__init__` (list): `def __init__(... = []/{}/set()… tools/RAiDER/cli/statsPlot.py:952
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/gnss/processDelayFiles.py:49
MED MINED109 [MINED109] Mutable default argument in `concatDelayFiles` (list): `def concatDelayFiles(.… tools/RAiDER/gnss/processDelayFiles.py:128
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/gnss/downloadGNSSDelays.py:50
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/gnss/downloadGNSSDelays.py:223
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/getStationDelays.py:105
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/losreader.py:253
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… tools/RAiDER/losreader.py:359
MED COMP001 [COMP001] High cognitive complexity: Function `update_gunw_slc` has cognitive complexity … tools/RAiDER/aria/calcGUNW.py:114
MED DKR003 Dockerfile base image uses the latest tag Dockerfile:1
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DKR015 Docker build context is very large .dockerignore
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… tools/RAiDER/models/merra2.py:105
LOW COMP001 [COMP001] High cognitive complexity: Function `__init__` has cognitive complexity 12 (Son… tools/RAiDER/cli/types.py:60
LOW COMP001 [COMP001] High cognitive complexity: Function `checkArgs` has cognitive complexity 13 (So… tools/RAiDER/checkArgs.py:21
LOW AIC003 Duplicated implementation block across source files tools/bindings/interpolate/src/interpol…:91
LOW AIC003 Duplicated implementation block across source files tools/RAiDER/models/merra2.py:107
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… tools/RAiDER/getStationDelays.py:45
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… tools/RAiDER/models/template.py:152
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… tools/RAiDER/cli/types.py:105
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… tools/RAiDER/aria/calcGUNW.py:124
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… tools/RAiDER/getStationDelays.py:70
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… docs/macros.py:15
Reset to top 5 59 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `dbekaert/RAiDER`

**Score: 82/100 (A-)**  ·  107 findings  ·  scanned 2026-06-05 21:20 UTC  ·  22,919 LOC

| Severity | Count |
|---|---|
| CRITICAL | 11 |
| HIGH | 20 |
| MEDIUM | 17 |
| LOW | 5 |

📊 [Full filterable report](https://repobility.com/scan/e94090e3-ddca-4783-beb2-53f5ae0d199c/)  ·  ![scorecard](https://repobility.com/scan/e94090e3-ddca-4783-beb2-53f5ae0d199c/report.png?v=1780694407-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `time` used but not imported
   `tools/RAiDER/models/merra2.py:92` · ✓ Repobility
2. **CRITICAL** `MINED107` — Missing import: `time` used but not imported
   `tools/RAiDER/models/weatherModel.py:312` · ✓ Repobility
3. **CRITICAL** `MINED107` — Missing import: `time` used but not imported
   `tools/RAiDER/cli/raider.py:827` · ✓ Repobility
4. **CRITICAL** `MINED107` — Missing import: `datetime` used but not imported
   `tools/RAiDER/delay.py:366` · ✓ Repobility
5. **CRITICAL** `MINED107` — Missing import: `datetime` used but not imported
   `tools/RAiDER/utilFcns.py:417` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/e94090e3-ddca-4783-beb2-53f5ae0d199c/_
Megaproject â high spam risk
Could not determine 'dbekaert/RAiDER' 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
63/110 findings (57%) 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.