wago-app-bin
maintainer MythicRaider
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the official Wago CDN (cdn.wago.io), which is plausibly the project's own infrastructure; the source is not executed directly but extracted, and the host, while not on a standard whitelist, belongs to the vendor, making this a normal AUR packaging pattern for a binary distribution.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from the official Wago CDN (cdn.wago.io), which is plausibly the project's own infrastructure; the source is not executed directly but extracted, and the host, while not on a standard whitelist, belongs to the vendor, making this a normal AUR packaging pattern for a binary distribution.
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:9
source=(WagoApp_2.12.1.deb::https://cdn.wago.io/wagoapp/WagoApp_2.12.1.deb)
PKGBUILD
1 offending line(s) highlighted
1
pkgname='wago-app-bin'
2
pkgver='2.12.1'
3
pkgrel='1'
4
pkgdesc='Wago App built from DEB release'
5
license=('custom:Wago-License')
6
arch=('x86_64')
7
depends=(gtk3 libnotify nss libxss libxtst xdg-utils at-spi2-core util-linux-libs libsecret)
8
optdepends=(libappindicator-gtk3)
9
source=(WagoApp_2.12.1.deb::https://cdn.wago.io/wagoapp/WagoApp_2.12.1.deb)
10
sha512sums=('7968eb5216cbd6e7cd084f8bf5b9acd08c2f05911f87b48fa82891477813a992e3e8800dfddbd54c01ddbf921b9bef2839e37b074baed5e0ecf4067831435a55')
11
12
package() {
13
echo 'All Rights Reserved The Wago Dev Team <support@wago.io>' >> LICENSE
14
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
15
16
bsdtar -xf "${srcdir}"/data.tar.xz -C "${pkgdir}/"
17
}
18
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 01:15:36 | MEDIUM | 1 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 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 |