arubasign-bin

maintainer robertfoster · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt application bundle from the official vendor domain updatesfirma.aruba.it, which is plausibly controlled by Aruba; despite the non-whitelisted host, this is a standard distribution channel for the software, and the source is verified via a matching checksum.

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 application bundle from the official vendor domain updatesfirma.aruba.it, which is plausibly controlled by Aruba; despite the non-whitelisted host, this is a standard distribution channel for the software, and the source is verified via a matching checksum.

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:36 source=("ArubaSign-${pkgver}.tar.bz2::https://updatesfirma.aruba.it/downloads/ArubaSign-latest-LINUX.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: robertfoster
2pkgname=arubasign-bin
3pkgver=25.0.17
4pkgrel=1
5pkgdesc="Suite di Firma Digitale Aruba per firmare e verificare documenti con certificati X.509"
6arch=('x86_64')
7url="https://www.pec.it/Download.aspx"
8license=('LicenseRef-ArubaPEC')
9depends=(
10 'alsa-lib'
11 'at-spi2-core'
12 'cairo'
13 'ccid'
14 'cups'
15 'dbus'
16 'expat'
17 'gtk3'
18 'hicolor-icon-theme'
19 'libdrm'
20 'libxcomposite'
21 'libxdamage'
22 'libxfixes'
23 'libxkbcommon'
24 'libxrandr'
25 'mesa'
26 'nspr'
27 'nss'
28 'pango'
29 'pcsclite'
30 'python'
31)
32optdepends=('pcsc-tools: smartcard debugging tools')
33provides=('arubasign')
34conflicts=('arubasign')
35options=('!strip')
36source=("ArubaSign-${pkgver}.tar.bz2::https://updatesfirma.aruba.it/downloads/ArubaSign-latest-LINUX.tar.bz2"
37 "${pkgname%-bin}.sh"
38 "${pkgname%-bin}.desktop")
39sha256sums=('6011b8193fd8039d8bb13b5d01f9108f6dec6a0aeed460a6c815e9f532e39d68'
40 '44d5a13f18d60851de6c71d4a336a54a90f9a1f2b82813e52e685c22e46ac6d2'
41 '4faa020d89f19c5f9f5c3cc5301c8a6f00cf12a769f0e4a4cd1f0cec73c864f9')
42
43package() {
44 cd "$srcdir"
45
46 # Create install directories
47 install -dm755 "${pkgdir}/opt/${pkgname%-bin}"
48 install -dm755 "${pkgdir}/usr/bin"
49 install -dm755 "${pkgdir}/usr/share/applications"
50 install -dm755 "${pkgdir}/usr/share/icons/hicolor/256x256/apps"
51 install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
52
53 # Copy application files
54 cp -r app "${pkgdir}/opt/${pkgname%-bin}/"
55 cp -r asp "${pkgdir}/opt/${pkgname%-bin}/"
56 cp -r runtime "${pkgdir}/opt/${pkgname%-bin}/"
57 cp -r users "${pkgdir}/opt/${pkgname%-bin}/"
58 cp -r .registry "${pkgdir}/opt/${pkgname%-bin}/"
59 cp ApkgTool "${pkgdir}/opt/${pkgname%-bin}/"
60
61 # Set permissions
62 chmod +x "${pkgdir}/opt/${pkgname%-bin}/app/lin-x64/ArubaSign"
63 chmod +x "${pkgdir}/opt/${pkgname%-bin}/app/lin-x64/arubasign.bat"
64 chmod +x "${pkgdir}/opt/${pkgname%-bin}/app/lin-x64/chrome_crashpad_handler"
65 chmod +x "${pkgdir}/opt/${pkgname%-bin}/app/lin-x64/chrome-sandbox"
66 chmod +x "${pkgdir}/opt/${pkgname%-bin}/asp/lin-x64/ArubaSignPlatform.exe"
67 chmod +x "${pkgdir}/opt/${pkgname%-bin}/asp/lin-x64/driver/util/convert.exe"
68 chmod +x "${pkgdir}/opt/${pkgname%-bin}/asp/lin-x64/driver/util/starthid.exe"
69 chmod +x "${pkgdir}/opt/${pkgname%-bin}/ApkgTool"
70 chmod -R +x "${pkgdir}/opt/${pkgname%-bin}/runtime/jreLin64/bin/"
71 chmod -R +x "${pkgdir}/opt/${pkgname%-bin}/runtime/jreLin64/lib/"
72
73 # Install launcher script
74 install -Dm755 "${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
75
76 # Install desktop file
77 install -Dm644 "${pkgname%-bin}.desktop" \
78 "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
79
80 # Install icon
81 install -Dm644 "app/lin-x64/ico.png" \
82 "${pkgdir}/usr/share/icons/hicolor/256x256/apps/${pkgname%-bin}.png"
83
84 # Install license
85 install -Dm644 "app/no-arch/license.txt" \
86 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
87}
88

Scan history

Scanned at (UTC)SeverityRules
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 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
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion