warsaw-bin

MEDIUM
maintainer tioguda 47 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt binary installer (warsaw_ubuntu.run) from a non-standard, bank-controlled host (guardiao.itau.com.br) which is not on the whitelist and could be silently swapped, posing a supply-chain risk despite otherwise legitimate use.

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, bank-controlled host (guardiao.itau.com.br) which is not on the whitelist and could be silently swapped, posing a supply-chain risk despite otherwise legitimate use.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: tioguda <guda.flavio@gmail.com>
2# Contributor: Rafael Fontenlle <rafaelff@gnome.org>
3
4pkgname=warsaw-bin
5_pkgver=2.22.1-6
6pkgver=${_pkgver/-/.}
7pkgrel=5
8pkgdesc="Provides the needed software to use some banking services"
9arch=(x86_64)
10url="https://www.topaz.com.br"
11license=('GPL-3.0-or-later')
12depends=('dbus' 'fontconfig' 'gcc' 'libcurl-gnutls' 'libstdc++' 'libxcursor' 'libxft' 'libxinerama' 'nss' 'procps-ng' 'python')
13optdepends=('python-gpgme')
14backup=('etc/init.d/warsaw' 'etc/init/warsaw.conf')
15options=('!strip' '!emptydirs')
16install=${pkgname}.install
17conflicts=('warsaw')
18provides=('warsaw')
19source=("https://www.gnu.org/licenses/gpl-3.0.txt")
20source_x86_64=("warsaw-${pkgver}-64.run::https://guardiao.itau.com.br/warsaw/warsaw_ubuntu.run")
21sha256sums=('3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
22sha256sums_x86_64=('7b7e27961ccfb5ed9fb9d5eef00a44db81a6a0e778f96886464ffcacc28b9144')
23
24prepare() {
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
33package() {
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

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion