winbox
maintainer dundee
· 85 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt Linux binary from MikroTik's official download domain, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the download is from the vendor's official site and the checksum is verified, limiting supply-chain risk to low.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt Linux binary from MikroTik's official download domain, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the download is from the vendor's official site and the checksum is verified, limiting supply-chain risk to low.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:24
source=("WinBox-${pkgver}.zip::https://download.mikrotik.com/routeros/winbox/${pkgver}/WinBox_Linux.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Tom Hetmer <tom.hetmer / outlook.cz>
2
# Maintainer: Daniel Milde <daniel / milde.cz>
3
4
pkgname=winbox
5
pkgver=4.3
6
pkgrel=1
7
pkgdesc='Mikrotik RouterOS GUI Configurator'
8
url='https://mikrotik.com/download'
9
arch=('x86_64')
10
license=('custom')
11
options=('!debug')
12
depends=('fontconfig'
13
'freetype2'
14
'glibc'
15
'libglvnd'
16
'libxcb'
17
'libxkbcommon'
18
'libxkbcommon-x11'
19
'xcb-util-image'
20
'xcb-util-keysyms'
21
'xcb-util-renderutil'
22
'xcb-util-wm'
23
'zlib')
24
source=("WinBox-${pkgver}.zip::https://download.mikrotik.com/routeros/winbox/${pkgver}/WinBox_Linux.zip"
25
"${pkgname}.desktop")
26
sha256sums=('573600ac24df38a7a06ea4318b12754247eec4b54c6c90b0a57100d676787a4c'
27
'2880ba075a3a5d75113707bbf642bd6018f0eb40a2d725d6adfe8d5d2ee14425')
28
29
package() {
30
install -D -m0755 "${srcdir}/WinBox" "${pkgdir}/usr/bin/WinBox"
31
install -D -m0644 "${srcdir}/assets/img/winbox.png" "${pkgdir}/usr/share/pixmaps/winbox.png"
32
install -D -m0644 "${srcdir}/winbox.desktop" "${pkgdir}/usr/share/applications/winbox.desktop"
33
}
34
Changes since previous scan
--- PKGBUILD @ 2026-07-20 00:19+++ PKGBUILD @ 2026-08-03 00:08@@ -2,8 +2,8 @@ # Maintainer: Daniel Milde <daniel / milde.cz> pkgname=winbox-pkgver=4.2-pkgrel=2+pkgver=4.3+pkgrel=1 pkgdesc='Mikrotik RouterOS GUI Configurator' url='https://mikrotik.com/download' arch=('x86_64')@@ -23,7 +23,7 @@ 'zlib') source=("WinBox-${pkgver}.zip::https://download.mikrotik.com/routeros/winbox/${pkgver}/WinBox_Linux.zip" "${pkgname}.desktop")-sha256sums=('86dc95c2e0ac091c2f030b1d9dbcfe67713d4e4ea41fc5347da183a3d0afc95a'+sha256sums=('573600ac24df38a7a06ea4318b12754247eec4b54c6c90b0a57100d676787a4c' '2880ba075a3a5d75113707bbf642bd6018f0eb40a2d725d6adfe8d5d2ee14425') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 09:14:00 | MEDIUM | 1 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |