ipx
maintainer petersutton
· 15 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a plausible project-hosting archive (ibiblio.org) which is not on the whitelist but is a legitimate mirror; the package builds from source and installs only the resulting binaries and documentation, posing no execution risk beyond the normal build process.
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 90%): The source is a tarball from a plausible project-hosting archive (ibiblio.org) which is not on the whitelist but is a legitimate mirror; the package builds from source and installs only the resulting binaries and documentation, posing no execution risk beyond the normal build process.
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=(http://www.ibiblio.org/pub/Linux/system/filesystems/ncpfs/ipx-1.1.tar.gz nowarn.patch)
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Marcel Wysocki <maci@satgnu.net>
2
# Contributor: Michael Williams <draringi@draringi.net>
3
# Maintainer: Michael Williams <draringi@draringi.net>
4
5
pkgname=ipx
6
pkgver=1.1
7
pkgrel=3
8
pkgdesc="IPX userspace tools"
9
url="ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/"
10
license=('custom')
11
arch=('i686' 'x86_64')
12
depends=('glibc')
13
source=(http://www.ibiblio.org/pub/Linux/system/filesystems/ncpfs/ipx-1.1.tar.gz nowarn.patch)
14
md5sums=('300bdb7e4c8ed31d510c4781c0ae3969' '353284ce85fc0a6a7f06652daae93e21')
15
sha1sums=('7e29b6c3343236b66f76f642529f82e02ce8211a' 'a34683e4d56e941437f05bd6be85f507d1233f5c')
16
17
build() {
18
cd "$srcdir/$pkgname-$pkgver"
19
20
patch -p1 < ../nowarn.patch
21
22
make || return 1
23
}
24
25
package() {
26
cd "$srcdir/$pkgname-$pkgver"
27
install -d $pkgdir/usr/{bin,share/man/man8,share/licenses/ipx}
28
29
for i in ipx_configure ipx_interface ipx_internal_net ipx_route; do
30
install -m755 --strip $i $pkgdir/usr/bin
31
install -m644 $i.8 $pkgdir/usr/share/man/man8
32
done
33
34
install -m644 COPYING $pkgdir/usr/share/licenses/ipx
35
}
36
37
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 |