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.
62 of your 163 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API timed out on the preflight call.
  • Clone from GitHub took 264.09s for a 2245.6 MB repo slow.
  • Repobility's analysis ran in 16.72s after the clone landed.

aldused/weerkaarten

https://github.com/aldused/weerkaarten · scanned 2026-06-16 02:51 UTC (2 months, 1 week ago) · 10 languages

327 raw signals (150 security + 177 graph) 95th percentile · Python · medium (20-100K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v5 · 55 actionable findings from 2 signal sources. 98 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 55.0 0.15 8.25
security_score 100.0 0.25 25.00
testing_score 15.0 0.20 3.00
documentation_score 31.0 0.15 4.65
practices_score 40.0 0.15 6.00
code_quality 45.0 0.10 4.50
Overall 1.00 51.4
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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 88.1/100 with 44.4% coverage. It contains 1 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 3 findings — concentrated in quality (1), frontend (1), cicd (1). Risk profile is low: 0 critical, 0 high, 1 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 32 of 55 actionable findings. 153 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 [MINED107] Missing import: `stat` used but not imported: The file uses `stat.something(...)` but never imports `stat`. This raises NameError at runtime the first time the line executes.
Add `import stat` at the top of the file.
scripts/haal_knmi_verwachting.py:97
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED107] Missing import: `warnings` used but not imported: The file uses `warnings.something(...)` but never imports `warnings`. This raises NameError at runtime the first time the line executes.
Add `import warnings` at the top of the file.
scripts/scrape_waarschuwingen.py:119
high Security checks quality Quality conf 1.00 ✓ Repobility 4 occurrences [MINED108] `self.lat_max` used but never assigned in __init__: Method `_on_message` of class `BlitzortungClient` reads `self.lat_max`, 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.lat_max = <default>` in __init__, or add a class-level default.
lines 130, 131
shell/bliksem_ingest.py:130, 131 (4 hits)
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `scripts/__pycache__/harmonie_neerslag.cpython-313.pyc` committed in source repo: `scripts/__pycache__/harmonie_neerslag.cpython-313.pyc` is a .pyc binary (50,671 bytes) committed to a repo that otherwise has 214 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
scripts/__pycache__/harmonie_neerslag.cpython-313.pyc:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `scripts/__pycache__/knmi_api.cpython-313.pyc` committed in source repo: `scripts/__pycache__/knmi_api.cpython-313.pyc` is a .pyc binary (2,977 bytes) committed to a repo that otherwise has 214 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
scripts/__pycache__/knmi_api.cpython-313.pyc:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `scripts/__pycache__/knmi_p13.cpython-313.pyc` committed in source repo: `scripts/__pycache__/knmi_p13.cpython-313.pyc` is a .pyc binary (21,859 bytes) committed to a repo that otherwise has 214 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
scripts/__pycache__/knmi_p13.cpython-313.pyc:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `scripts/__pycache__/knmi_records.cpython-310.pyc` committed in source repo: `scripts/__pycache__/knmi_records.cpython-310.pyc` is a .pyc binary (25,236 bytes) committed to a repo that otherwise has 214 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
scripts/__pycache__/knmi_records.cpython-310.pyc:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `scripts/__pycache__/knmi_records.cpython-313.pyc` committed in source repo: `scripts/__pycache__/knmi_records.cpython-313.pyc` is a .pyc binary (48,596 bytes) committed to a repo that otherwise has 214 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
scripts/__pycache__/knmi_records.cpython-313.pyc:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `scripts/__pycache__/maak_toplijst.cpython-313.pyc` committed in source repo: `scripts/__pycache__/maak_toplijst.cpython-313.pyc` is a .pyc binary (33,983 bytes) committed to a repo that otherwise has 214 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
scripts/__pycache__/maak_toplijst.cpython-313.pyc:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `scripts/__pycache__/mosmix_kaart_temp.cpython-313.pyc` committed in source repo: `scripts/__pycache__/mosmix_kaart_temp.cpython-313.pyc` is a .pyc binary (14,018 bytes) committed to a repo that otherwise has 214 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
scripts/__pycache__/mosmix_kaart_temp.cpython-313.pyc:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `scripts/__pycache__/open_meteo.cpython-313.pyc` committed in source repo: `scripts/__pycache__/open_meteo.cpython-313.pyc` is a .pyc binary (9,495 bytes) committed to a repo that otherwise has 214 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
scripts/__pycache__/open_meteo.cpython-313.pyc:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `scripts/__pycache__/verificatie.cpython-313.pyc` committed in source repo: `scripts/__pycache__/verificatie.cpython-313.pyc` is a .pyc binary (14,450 bytes) committed to a repo that otherwise has 214 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
scripts/__pycache__/verificatie.cpython-313.pyc:1
high Security checks quality Quality conf 1.00 [SEC080] Python: tarfile.extractall without filter: tarfile.extract*() without filter='data' allows path-traversal (CVE-2007-4559, fixed via PEP 706 in 3.12). Ported from bandit B202 (Apache-2.0).
Add `filter='data'` (Python ≥ 3.12) or manually validate member paths against `os.path.abspath`.
scripts/maak_harmonie_lsm.py:44
low Security checks quality Error handling conf 1.00 3 occurrences [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
3 files, 3 locations
scripts/haal_satelliet.py:35
scripts/maak_pluim_lijnen.py:154
scripts/maak_verificatie_multirun.py:47
low Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
weerbewaking_sync.js:20
low Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
_deploy/weerbewaking_sync.js:20
medium Security checks quality Quality conf 1.00 ✓ Repobility [MINED109] Mutable default argument in `follow_line` (list): `def follow_line(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
Use None as the default and create the collection inside the function: `def follow_line(x=None): x = x or []`
scripts/fronts_berry.py:104
low Security checks quality Error handling conf 0.55 ✓ Repobility 25 occurrences 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.
12 files, 20 locations
scripts/inspect_grib.py:41, 45, 49 (3 hits)
scripts/knmi_records.py:159, 817, 1007 (3 hits)
feestdagen_ophalen.py:151, 185 (2 hits)
haal_golfdata.py:429, 502 (2 hits)
haal_maanddata.py:80, 153 (2 hits)
shell/jan_visser_ens_cache.py:189, 202 (2 hits)
maak_pluim.py:77
marathon_ophalen.py:47
Error handlingquality
high Security checks quality Quality conf 0.80 12 occurrences localStorage write failures are swallowed silently
Handle QuotaExceededError explicitly, show a toast or error state, and guide the user to export/clear old local data. Log non-quota failures for diagnostics.
12 files, 12 locations
_deploy/_test_harmonie_canvas.html:2729
_deploy/bliksem.html:697
_deploy/demo_ecmwf_index.html:868
_deploy/demo_harmonie_cumulus_v3.html:3046
_deploy/harmonie_canvas.html:3526
_deploy/index.html:929
_deploy/index_be.html:577
_deploy/janvisser.html:202
medium Security checks quality Quality conf 0.70 Public web app has no Content Security Policy
Add a Content-Security-Policy header through the web framework or hosting config. For static apps, add a CSP meta tag that restricts default-src, script-src, connect-src, img-src, and frame-ancestors.
index.html
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored.
.well-known/security.txt
medium Security checks quality Quality conf 0.78 9 occurrences Suspicious implementation file appears unreferenced
Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes.
9 files, 9 locations
knmi_jaarwisseling_temp.py:1
mosmix_kaart_be_temp.py:1
scripts/arome_fr_update.py:1
scripts/ecmwf_openmeteo_update.py:1
scripts/icon_eu_update.py:1
scripts/mosmix_kaart_be_temp.py:1
scripts/mosmix_kaart_fixed.py:1
scripts/mosmix_kaart_temp.py:1
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
low Security checks quality Quality conf 0.64 Duplicate top-level symbol appears in a patch-style file
Keep one authoritative implementation, update imports to point at it, and remove or rename the duplicate symbol.
scripts/arome_fr_update.py:1
low Security checks quality Quality conf 0.64 Duplicate top-level symbol appears in a patch-style file
Keep one authoritative implementation, update imports to point at it, and remove or rename the duplicate symbol.
mosmix_kaart_be_temp.py:1
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 24 locations
mosmix_kaart_temp_nacht.py:6, 11, 61 (3 hits)
mosmix_kaart_wind_nacht.py:14, 33, 63 (3 hits)
scripts/ukmo_update.py:14, 17, 43 (3 hits)
mosmix_kaart_be_temp_nacht.py:9, 11 (2 hits)
mosmix_kaart_temp_dag.py:11, 61 (2 hits)
pluim_denhelder_icon.py:1, 9 (2 hits)
pluim_multimodel_barendrecht.py:9, 15 (2 hits)
pluim_multimodel_utrecht.py:9, 22 (2 hits)
duplicationquality
low Security checks quality Documentation No LICENSE file
Add a LICENSE file to your repository. Use choosealicense.com to pick the right license (MIT for permissive, Apache 2.0 for patent protection, GPL for copyleft).
low Security checks quality Quality conf 0.64 Public docs site has no llms.txt
Add llms.txt with the product summary, canonical docs, API endpoints, security guidance, and preferred CLI workflow for AI agents.
llms.txt
low Security checks quality Quality conf 0.50 Public web app has no humans.txt
Add humans.txt with team ownership, contact URL, key documentation links, and the last-updated date.
humans.txt
low Security checks quality Quality conf 0.74 Public web app has no robots.txt
Add robots.txt at the web root or a framework-native robots route. Include an explicit Sitemap directive and disallow only private paths.
robots.txt
low Security checks quality Quality conf 0.72 Public web app has no sitemap
Add sitemap.xml, a sitemap index, or a framework-native sitemap route and reference it from robots.txt.
sitemap.xml
high Security checks quality Quality conf 0.62 8 occurrences Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
8 files, 8 locations
knmi_jaarwisseling_temp.py:1
mosmix_kaart_be_temp.py:1
scripts/arome_fr_update.py:1
scripts/ecmwf_openmeteo_update.py:1
scripts/icon_eu_update.py:1
scripts/mosmix_kaart_be_temp.py:1
scripts/mosmix_kaart_fixed.py:1
scripts/ukmo_update.py:1
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/bee562e4-d8da-4bc1-8e25-55e3e663c9ae/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bee562e4-d8da-4bc1-8e25-55e3e663c9ae/

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.