webpatente
The PKGBUILD downloads prebuilt .deb binaries (executed code) from a PHP endpoint on rmastri.it, which is the maintainer's own personal/unofficial host rather than an official distribution channel. The binaries are extracted and installed directly. While the maintainer appears to be the upstream author (same domain as the url= field), the source is still a personal PHP endpoint with no reproducible/verifiable release artifacts, and only MD5 checksums (weak, collision-prone) are used for integrity verification. This is a genuine supply-chain concern: the PHP endpoint could serve different content at any time, and there is no way to independently verify the binaries match any canonical upstream release. This fits the medium category: executed binaries from an unofficial/personal host with weak integrity checks, but no evidence of active malice.
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:15
source=("contrattodilicenzauf2014.pdf::https://www.rmastri.it/request.php?129")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads prebuilt .deb binaries (executed code) from a PHP endpoint on rmastri.it, which is the maintainer's own personal/unofficial host rather than an official distribution channel. The binaries are extracted and installed directly. While the maintainer appears to be the upstream author (same domain as the url= field), the source is still a personal PHP endpoint with no reproducible/verifiable release artifacts, and only MD5 checksums (weak, collision-prone) are used for integrity verification. This is a genuine supply-chain concern: the PHP endpoint could serve different content at any time, and there is no way to independently verify the binaries match any canonical upstream release. This fits the medium category: executed binaries from an unofficial/personal host with weak integrity checks, but no evidence of active malice.
PKGBUILD
1 offending line(s) highlighted# -*- Mode: shell-script -*-
# Maintainer: Roberto Mastri <rmastri@liceomalpighi.bo.it>
# Builder: lobisquit <enricolovisotto@gmail.com>
pkgname=webpatente
pkgver=4.4.13
pkgrel=1
pkgdesc="Practise to obtain Italian driving license"
arch=('i686' 'x86_64')
url="http://www.rmastri.it/"
license=(costum)
depends=("gtk2" "libxt" "dbus-glib" "alsa-lib" "desktop-file-utils")
source=("contrattodilicenzauf2014.pdf::https://www.rmastri.it/request.php?129")
source_i686=("$pkgname-$pkgver-i686.deb::https://www.rmastri.it/request.php?131")
source_x86_64=("$pkgname-$pkgver-x86_64.deb::https://www.rmastri.it/request.php?139")
install=$pkgname.install
package () {
ar x $pkgname-$pkgver-$CARCH.deb
tar xvf $srcdir/data.tar.xz -C $pkgdir
# fix permissions
chmod -R 755 $pkgdir/usr/
chmod -R 775 $pkgdir/usr/share/doc/webpatente/
chmod -R 775 $pkgdir/usr/lib/webpatente/
chmod -R 775 $pkgdir/usr/lib/mime/
}
md5sums=('418af5c47148aee9597fdc426edf2395')
md5sums_i686=('fddaabae0dacd0a207f2dbdb0a1c902c')
md5sums_x86_64=('d5cb9deca7f12891bf28ecf560cfcd24')
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 |