pilot-link
maintainer parkerlreed
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a standard tarball from a mirror of a legitimate project release, used to build the software from source; the non-whitelisted host is a known public mirror, and the checksums are provided, making this a low-risk, normal AUR packaging scenario.
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 source is a standard tarball from a mirror of a legitimate project release, used to build the software from source; the non-whitelisted host is a known public mirror, and the checksums are provided, making this a low-risk, normal AUR packaging scenario.
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:13
source=(https://mirrors.slackware.com/slackware/slackware-14.1/source/l/pilot-link/$pkgname-$pkgver.tar.bz2
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Parker Reed <parker.l.reed@gmail.com>
2
# Maintainer: dale <dale@archlinux.org>
3
4
pkgname=pilot-link
5
pkgver=0.12.5
6
pkgrel=2
7
pkgdesc="A suite of tools for connecting to PalmOS handheld devices"
8
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
9
license=('GPL' 'LGPL')
10
depends=('readline>=6.0' 'libpng>=1.4.0' 'libusb-compat' 'popt' 'bluez>=4.59')
11
options=('!libtool')
12
url=http://www.pilot-link.org/
13
source=(https://mirrors.slackware.com/slackware/slackware-14.1/source/l/pilot-link/$pkgname-$pkgver.tar.bz2
14
pilot-link-png14.patch
15
config.guess
16
config.sub)
17
md5sums=('568c55bf504b044f6fbd50baa407c990'
18
'a21a2eeb01544a8a261a75e64a3120c3'
19
'56c8530a22f26cdae7c9b5e946c06429'
20
'190c5eaf225abd14513d768efc5073eb')
21
22
build() {
23
cp config.* "${srcdir}/${pkgname}-${pkgver}/"
24
cd "${srcdir}/${pkgname}-${pkgver}"
25
patch -Np1 -i "${srcdir}/pilot-link-png14.patch"
26
./configure --prefix=/usr --enable-conduits --enable-libusb \
27
--with-libiconv --with-libpng
28
make
29
}
30
31
package() {
32
cd "${srcdir}/${pkgname}-${pkgver}"
33
make DESTDIR="${pkgdir}" install
34
}
35
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 |