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.

RevotionGmbH/homeassistant-revotion

https://github.com/RevotionGmbH/homeassistant-revotion · scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)

65 raw signals (0 security + 65 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 46 actionable findings from 1 signal source. 19 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
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 85.2/100 with 55.6% coverage. It contains 431 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 65 findings — concentrated in quality (32), software (30), frontend (1). Risk profile is high: 0 critical, 1 high, 3 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 31 of 46 actionable findings. 65 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 System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
hacs/action@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/validate.yml:45 CI/CD securitySupply chainGithub actions
medium System graph quality Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 38 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 11 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: custom_components/revotion/climate.py:hvac_modes, custom_components/revotion/climate.py:hvac_mode This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're s…
11 occurrences
repo-level (11 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: custom_components/revotion/binary_sensor.py:available, custom_components/revotion/binary_sensor.py:available, custom_components/revotion/binary_sensor.py:available, custom_components/revotion/binary_sensor.py:available This is *the* AI-coder failure …
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: custom_components/revotion/sensor.py:available, custom_components/revotion/sensor.py:available, custom_components/revotion/sensor.py:available, custom_components/revotion/sensor.py:available This is *the* AI-coder failure mode (4× more duplication in…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: custom_components/revotion/binary_sensor.py:is_on, custom_components/revotion/binary_sensor.py:is_on, custom_components/revotion/binary_sensor.py:is_on, custom_components/revotion/binary_sensor.py:is_on This is *the* AI-coder failure mode (4× more du…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: custom_components/revotion/sensor.py:native_value, custom_components/revotion/sensor.py:native_value, custom_components/revotion/sensor.py:native_value, custom_components/revotion/sensor.py:native_value This is *the* AI-coder failure mode (4× more du…
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: async_close_cover
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/cover.py:236
low System graph software Dead code conf 1.00 Possibly dead Python function: async_get_config_entry_diagnostics
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/diagnostics.py:76
low System graph software Dead code conf 1.00 Possibly dead Python function: async_lock
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/lock.py:145
low System graph software Dead code conf 1.00 Possibly dead Python function: async_open_cover
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/cover.py:228
low System graph software Dead code conf 1.00 Possibly dead Python function: async_press
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/button.py:108
low System graph software Dead code conf 1.00 Possibly dead Python function: async_remove_config_entry_device
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/__init__.py:141
low System graph software Dead code conf 1.00 Possibly dead Python function: async_select_option
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/select.py:150
low System graph software Dead code conf 1.00 Possibly dead Python function: async_set_fan_mode
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/climate.py:369
low System graph software Dead code conf 1.00 Possibly dead Python function: async_set_hvac_mode
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/climate.py:346
low System graph software Dead code conf 1.00 Possibly dead Python function: async_set_native_value
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/number.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: async_set_temperature
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/climate.py:360
low System graph software Dead code conf 1.00 10 occurrences Possibly dead Python function: async_setup_entry
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
10 files, 10 locations
custom_components/revotion/__init__.py:40
custom_components/revotion/binary_sensor.py:62
custom_components/revotion/button.py:113
custom_components/revotion/climate.py:395
custom_components/revotion/cover.py:253
custom_components/revotion/lock.py:158
custom_components/revotion/number.py:144
custom_components/revotion/select.py:166
low System graph software Dead code conf 1.00 Possibly dead Python function: async_step_reauth
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/config_flow.py:150
low System graph software Dead code conf 1.00 Possibly dead Python function: async_step_user
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/config_flow.py:93
low System graph software Dead code conf 1.00 Possibly dead Python function: async_stop_cover
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/cover.py:244
low System graph software Dead code conf 1.00 Possibly dead Python function: async_turn_off
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/switch.py:423
low System graph software Dead code conf 1.00 Possibly dead Python function: async_turn_off
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/light.py:607
low System graph software Dead code conf 1.00 Possibly dead Python function: async_turn_on
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/switch.py:417
low System graph software Dead code conf 1.00 Possibly dead Python function: async_turn_on
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/light.py:598
low System graph software Dead code conf 1.00 Possibly dead Python function: async_unload_entry
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/__init__.py:131
low System graph software Dead code conf 1.00 Possibly dead Python function: async_unlock
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
custom_components/revotion/lock.py:151
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
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/bdc1df39-db60-4166-81cb-dde3cb394ff5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bdc1df39-db60-4166-81cb-dde3cb394ff5/

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.