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.
75 of your 99 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 3.68s · analysis 4.93s · 3.5 MB · GitHub API rate-limit (preflight)

lasswellt/govee-homeassistant

https://github.com/lasswellt/govee-homeassistant · scanned 2026-06-05 15:05 UTC (5 days, 2 hours ago) · 10 languages

225 raw signals (93 security + 132 graph) 70th percentile · Python · medium (20-100K LoC) System graph score 80 (lower by 4)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 2 hours ago · v2 · 92 actionable findings from 2 signal sources. 42 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 75.0 0.15 11.25
security_score 55.9 0.25 13.97
testing_score 100.0 0.20 20.00
documentation_score 99.6 0.15 14.94
practices_score 73.0 0.15 10.95
code_quality 49.7 0.10 4.97
Overall 1.00 76.1
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
GitHub Action tracks a moving branch
GapSeverity.HIGH Layer.CICD score 0.375
Why: high severity
.github/workflows/hacs-hass.yaml:17
#2
Privileged port 11 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in custom_components/govee/services.yaml is a real port, change the binding to ≥1024 or run behind a proxy.
custom_components/govee/services.yaml
#3
Privileged port 6 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in .github/workflows/install-stats.yml is a real port, change the binding to ≥1024 or run behind a proxy.
.github/workflows/install-stats.yml
#4
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#5
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/uptime.yml
#6
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/install-stats.yml
#7
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/tox.yaml:35
#8
Network/subprocess call without timeout or try/except — scripts/status_badges.py:129
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in scripts/status_badges.py:129 to prevent hung calls.
#9
Possibly dead Python function: async_setup_entry
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in custom_components/govee/humidifier.py:56; if framework-registered, add a docstring.
custom_components/govee/humidifier.py:56
#10
Possibly dead Python function: async_setup_entry
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in custom_components/govee/__init__.py:125; if framework-registered, add a docstring.
custom_components/govee/__init__.py:125

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/1ad88394-4a6a-41d3-9167-9b887fb4efa2/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1ad88394-4a6a-41d3-9167-9b887fb4efa2/

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.