booktab
maintainer max.bra
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt Debian package from the official project domain booktab.it, which is plausibly the project's own release infrastructure; the source is not obfuscated or redirected to a third-party host, and the build process extracts and installs the application as intended by the upstream provider.
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 Debian package from the official project domain booktab.it, which is plausibly the project's own release infrastructure; the source is not obfuscated or redirected to a third-party host, and the build process extracts and installs the application as intended by the upstream provider.
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:16
source=(https://booktab.it/setup-z/$pkgver/${_debname})
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: max.bra <max dot bra at alice dot it>
2
# Contributor: agomonos <eugenio89 at gmail dot com>
3
4
pkgname=booktab
5
pkgver=4.26
6
pkgrel=2
7
pkgdesc="MyZanichelli - La piattaforma che ti permette di consultare tutti i tuoi libri scolastici in versione multimediale e interattiva."
8
arch=('x86_64')
9
url="https://booktab.it/"
10
license=('unknown')
11
conflicts=('booktab-wine')
12
depends=("pcre" "openssl" "qt5-svg" "qt5-multimedia" "qt5-webchannel" "qt5-webengine" "qt5-networkauth" "qt5-wayland" "qt5-quickcontrols" "qt5-graphicaleffects")
13
14
_debname=BooktabSetup.deb
15
16
source=(https://booktab.it/setup-z/$pkgver/${_debname})
17
md5sums=('12af6a2e4b0d77fd7032c6df4c239578')
18
19
noextract=(${_debname})
20
21
options=(!strip)
22
23
prepare() {
24
cd "$srcdir"
25
msg2 "Decompressing Debian package..."
26
ar xv "${_debname}" > /dev/null
27
tar -xf data.tar.gz > /dev/null
28
}
29
30
package() {
31
cd "$srcdir"
32
install -dm755 "$pkgdir"/usr/share/applications
33
install -dm755 "$pkgdir"/usr/share/duDat
34
install -dm755 "$pkgdir"/usr/share/duDat/BooktabZ
35
install -dm755 "$pkgdir"/usr/bin
36
install -m644 usr/share/applications/$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
37
install -m755 usr/bin/booktab "$pkgdir"/usr/bin/booktab
38
39
cp -dpr --no-preserve=ownership usr/share/duDat/BooktabZ/webapps "$pkgdir"/usr/share/duDat/BooktabZ/.
40
install -m644 usr/share/duDat/BooktabZ/libPDFNetC.so "$pkgdir"/usr/share/duDat/BooktabZ/libPDFNetC.so
41
install -m644 usr/share/duDat/BooktabZ/booktab_icon_144x144.png "$pkgdir"/usr/share/duDat/BooktabZ/booktab_icon_144x144.png
42
install -m755 usr/share/duDat/BooktabZ/btb "$pkgdir"/usr/share/duDat/BooktabZ/btb
43
install -m644 usr/share/duDat/BooktabZ/extra.rcc "$pkgdir"/usr/share/duDat/BooktabZ/extra.rcc
44
install -m644 usr/share/duDat/BooktabZ/icudtl.dat "$pkgdir"/usr/share/duDat/BooktabZ/icudtl.dat
45
install -m644 usr/share/duDat/BooktabZ/libquazip.so.1.0.0 "$pkgdir"/usr/share/duDat/BooktabZ/libquazip.so.1.0.0
46
ln -s /usr/share/duDat/BooktabZ/libquazip.so.1.0.0 "$pkgdir"/usr/share/duDat/BooktabZ/libquazip.so.1.0
47
ln -s /usr/share/duDat/BooktabZ/libquazip.so.1.0.0 "$pkgdir"/usr/share/duDat/BooktabZ/libquazip.so.1
48
ln -s /usr/share/duDat/BooktabZ/libquazip.so.1.0.0 "$pkgdir"/usr/share/duDat/BooktabZ/libquazip.so
49
}
50
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 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 |