warsaw-bin
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
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")
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# Maintainer: tioguda <guda.flavio@gmail.com>
# Contributor: Rafael Fontenlle <rafaelff@gnome.org>
pkgname=warsaw-bin
_pkgver=2.22.1-6
pkgver=${_pkgver/-/.}
pkgrel=5
pkgdesc="Provides the needed software to use some banking services"
arch=(x86_64)
url="https://www.topaz.com.br"
license=('GPL-3.0-or-later')
depends=('dbus' 'fontconfig' 'gcc' 'libcurl-gnutls' 'libstdc++' 'libxcursor' 'libxft' 'libxinerama' 'nss' 'procps-ng' 'python')
optdepends=('python-gpgme')
backup=('etc/init.d/warsaw' 'etc/init/warsaw.conf')
options=('!strip' '!emptydirs')
install=${pkgname}.install
conflicts=('warsaw')
provides=('warsaw')
source=("https://www.gnu.org/licenses/gpl-3.0.txt")
source_x86_64=("warsaw-${pkgver}-64.run::https://guardiao.itau.com.br/warsaw/warsaw_ubuntu.run")
sha256sums=('3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
sha256sums_x86_64=('7b7e27961ccfb5ed9fb9d5eef00a44db81a6a0e778f96886464ffcacc28b9144')
prepare() {
cd "${srcdir}"
bsdtar -xpf warsaw-${pkgver}-64.run
cd warsaw_setup
ar -x warsaw_${_pkgver}_amd64.deb
tar -xJf data.tar.xz
}
package() {
cd "${srcdir}/warsaw_setup"
# dump etc files to /etc
cp -r etc "$pkgdir"
# dump usr files to /usr
cp -r usr "$pkgdir"
# dump lib files to /lib
cp -r lib "$pkgdir/usr/"
# Install copyright and license in proper directory
install -Dm644 "${srcdir}/gpl-3.0.txt" "${pkgdir}/usr/share/licenses/${pkgname%-bin}/LICENSE"
install -Dm644 "${srcdir}/warsaw_setup/license-pt.html" "${pkgdir}/usr/share/licenses/${pkgname%-bin}/license-pt.html"
install -Dm644 "$pkgdir"/usr/share/{doc,licenses}/${pkgname%-bin}/copyright
rm -rf "$pkgdir/usr/share/doc"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |