← Back to scan
File as GitHub Issue repo: alexbelgium/hassio-addons

Push this scan report to alexbelgium/hassio-addons

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

Workflow container/services image `ghcr.io/hadolint/hadolint:latest-alpine` unpinned: `con

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
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… birdnet-pi/rootfs/helpers/birdnet_to_mq…:85
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… .github/generate_map.py:90
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … .github/generate_map.py:41
HIGH MINED126 [MINED126] Workflow container/services image `koalaman/shellcheck-alpine:latest` unpinned… .github/workflows/archived_lint-checks.…:34
HIGH MINED126 [MINED126] Workflow container/services image `ghcr.io/hadolint/hadolint:latest-alpine` un… .github/workflows/archived_lint-checks.…:13
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/on_issues_ping_submit…:17
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v6`: `uses: actions/setu… .github/workflows/generate_stargazer_ma…:15
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/generate_stargazer_ma…:12
HIGH MINED115 [MINED115] Action `EndBug/add-and-commit` pinned to mutable ref `@v10`: `uses: EndBug/add… .github/workflows/weekly_stats.yaml:112
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/weekly_stats.yaml:15
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/onpush_builder.yaml:405
HIGH MINED115 [MINED115] Action `EndBug/add-and-commit` pinned to mutable ref `@v10`: `uses: EndBug/add… .github/workflows/onpush_builder.yaml:382
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/onpush_builder.yaml:334
HIGH MINED115 [MINED115] Action `home-assistant/builder/actions/build-image` pinned to mutable ref `@20… .github/workflows/onpush_builder.yaml:303
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/onpush_builder.yaml:136
HIGH MINED115 [MINED115] Action `frenck/action-addon-linter` pinned to mutable ref `@v2`: `uses: frenck… .github/workflows/onpush_builder.yaml:113
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/onpush_builder.yaml:111
HIGH MINED115 [MINED115] Action `EndBug/add-and-commit` pinned to mutable ref `@v10`: `uses: EndBug/add… .github/workflows/onpush_builder.yaml:94
HIGH MINED115 [MINED115] Action `ymwymw/check-mixed-line-endings` pinned to mutable ref `@v2`: `uses: y… .github/workflows/onpush_builder.yaml:90
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/onpush_builder.yaml:59
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/onpush_builder.yaml:25
HIGH MINED115 [MINED115] Action `actions/stale` pinned to mutable ref `@v10`: `uses: actions/stale@v10`… .github/workflows/daily_stale.yml:23
HIGH MINED115 [MINED115] Action `peter-evans/create-pull-request` pinned to mutable ref `@v8`: `uses: p… .github/workflows/lint.yml:145
HIGH MINED115 [MINED115] Action `super-linter/super-linter/slim` pinned to mutable ref `@main`: `uses: … .github/workflows/lint.yml:101
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/lint.yml:85
HIGH MINED115 [MINED115] Action `super-linter/super-linter/slim` pinned to mutable ref `@main`: `uses: … .github/workflows/lint.yml:52
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/lint.yml:25
HIGH MINED115 [MINED115] Action `EndBug/add-and-commit` pinned to mutable ref `@v10`: `uses: EndBug/add… .github/workflows/weekly_reduceimagesiz…:34
HIGH MINED115 [MINED115] Action `calibreapp/image-actions` pinned to mutable ref `@main`: `uses: calibr… .github/workflows/weekly_reduceimagesiz…:21
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/weekly_reduceimagesiz…:17
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… birdnet-pi/rootfs/helpers/birdnet_to_mq…:102
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… .github/generate_map.py:80
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… birdnet-pi/rootfs/helpers/birdnet_to_mq…:91
LOW COMP001 [COMP001] High cognitive complexity: Function `username_to_country` has cognitive complex… .github/generate_map.py:71
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… birdnet-pi/rootfs/helpers/birdnet_to_mq…:33
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… birdnet-pi/rootfs/helpers/birdnet_to_mq…:85
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… .github/generate_map.py:41
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… .github/generate_map.py:91
Reset to top 5 39 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `alexbelgium/hassio-addons`

**Score: 67/100 (B)**  ·  39 findings  ·  scanned 2026-06-05 19:33 UTC  ·  315 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 30 |
| MEDIUM | 3 |
| LOW | 2 |

📊 [Full filterable report](https://repobility.com/scan/c8a81978-840b-4407-a33e-14d56d62439c/)  ·  ![scorecard](https://repobility.com/scan/c8a81978-840b-4407-a33e-14d56d62439c/report.png?v=1780688020-s2)

### Top findings

1. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `birdnet-pi/rootfs/helpers/birdnet_to_mqtt.py:85` · A10:2021 SSRF
2. **HIGH** `MINED001` — Bare Except Pass
   `.github/generate_map.py:90` · CWE-755 · ✓ Repobility
3. **HIGH** `SEC078` — Python: requests without timeout
   `.github/generate_map.py:41` · A05:2021 Security Misconfiguration
4. **HIGH** `MINED126` — Workflow container/services image `koalaman/shellcheck-alpine:latest` unpinned: `container
   `.github/workflows/archived_lint-checks.yaml:34` · ✓ Repobility
5. **HIGH** `MINED126` — Workflow container/services image `ghcr.io/hadolint/hadolint:latest-alpine` unpinned: `con
   `.github/workflows/archived_lint-checks.yaml:13` · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/c8a81978-840b-4407-a33e-14d56d62439c/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 2 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'alexbelgium/hassio-addons' 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
33/41 findings (80%) 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.