warsaw-bin
maintainer tioguda
· 47 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary installer (warsaw_ubuntu.run) from a non-standard, non-whitelisted host (guardiao.itau.com.br), which is not the project's official source repository or a widely recognized distribution platform, and the checksum is provided but the source is unverifiable and could be silently replaced, posing a supply-chain risk.
Triggered rules
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:20
source_x86_64=("warsaw-${pkgver}-64.run::https://guardiao.itau.com.br/warsaw/warsaw_ubuntu.run")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt binary installer (warsaw_ubuntu.run) from a non-standard, non-whitelisted host (guardiao.itau.com.br), which is not the project's official source repository or a widely recognized distribution platform, and the checksum is provided but the source is unverifiable and could be silently replaced, posing a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: tioguda <guda.flavio@gmail.com>
2
# Contributor: Rafael Fontenlle <rafaelff@gnome.org>
3
4
pkgname=warsaw-bin
5
_pkgver=2.22.1-6
6
pkgver=${_pkgver/-/.}
7
pkgrel=4
8
pkgdesc="Provides the needed software to use some banking services"
9
arch=(x86_64)
10
url="https://www.topaz.com.br"
11
license=('GPL-3.0-or-later')
12
depends=('dbus' 'fontconfig' 'gcc' 'libcurl-gnutls' 'libstdc++' 'libxcursor' 'libxft' 'libxinerama' 'nss' 'procps-ng' 'python')
13
optdepends=('python-gpgme')
14
backup=('etc/init.d/warsaw' 'etc/init/warsaw.conf')
15
options=('!strip' '!emptydirs')
16
install=${pkgname}.install
17
conflicts=('warsaw')
18
provides=('warsaw')
19
source=("https://www.gnu.org/licenses/gpl-3.0.txt")
20
source_x86_64=("warsaw-${pkgver}-64.run::https://guardiao.itau.com.br/warsaw/warsaw_ubuntu.run")
21
sha256sums=('3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
22
sha256sums_x86_64=('7b7e27961ccfb5ed9fb9d5eef00a44db81a6a0e778f96886464ffcacc28b9144')
23
24
prepare() {
25
cd "${srcdir}"
26
bsdtar -xpf warsaw-${pkgver}-64.run
27
28
cd warsaw_setup
29
ar -x warsaw_${_pkgver}_amd64.deb
30
tar -xJf data.tar.xz
31
}
32
33
package() {
34
cd "${srcdir}/warsaw_setup"
35
# dump etc files to /etc
36
cp -r etc "$pkgdir"
37
# dump usr files to /usr
38
cp -r usr "$pkgdir"
39
# dump lib files to /lib
40
cp -r lib "$pkgdir/usr/"
41
42
# Install copyright and license in proper directory
43
install -Dm644 "${srcdir}/gpl-3.0.txt" "${pkgdir}/usr/share/licenses/${pkgname%-bin}/LICENSE"
44
install -Dm644 "${srcdir}/warsaw_setup/license-pt.html" "${pkgdir}/usr/share/licenses/${pkgname%-bin}/license-pt.html"
45
install -Dm644 "$pkgdir"/usr/share/{doc,licenses}/${pkgname%-bin}/copyright
46
rm -rf "$pkgdir/usr/share/doc"
47
}
48
Changes since previous scan
--- PKGBUILD @ 2026-07-27 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -4,7 +4,7 @@ pkgname=warsaw-bin _pkgver=2.22.1-6 pkgver=${_pkgver/-/.}-pkgrel=3+pkgrel=4 pkgdesc="Provides the needed software to use some banking services" arch=(x86_64) url="https://www.topaz.com.br"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 23:36:42 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 19:33:02 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |