x3270
The source is a tarball from the project's official host (x3270.bgp.nu), which is not on the whitelist but is plausibly the project's own; it is built from source, not a prebuilt binary, and no malicious behavior is present.
Triggered rules
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 tarball from the project's official host (x3270.bgp.nu), which is not on the whitelist but is plausibly the project's own; it is built from source, not a prebuilt binary, and no malicious behavior is present.
1 higher static finding superseded - not the current verdict (shown for transparency)
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=(http://x3270.bgp.nu/download/$pkgpath/suite3270-$pkgver-src.tgz
PKGBUILD
1 offending line(s) highlighted# Maintainer: tuftedocelot <tuftedocelot@fastmail.fm>
# Co-Maintainer: Davide Girardi <davidegirardi googlesmtp>
# Contributor: Davbo <dave@davbo.org>
pkgname=x3270
pkgver=4.5ga5
pkgrel=1
pkgpath=04.05
pkgdesc="An IBM 3270 terminal emulator for the X Window System"
arch=('i686' 'x86_64')
url="http://x3270.bgp.nu/"
license=('BSD' 'MIT')
depends=('openssl' 'libxaw' 'xorg-mkfontdir' 'tcl')
makedepends=('openssl' 'libx11' 'libxaw' 'libxt' 'xbitmaps' 'xorg-bdftopcf' 'readline' 'ncurses' 'm4')
backup=(etc/x3270/ibm_hosts)
install=x3270.install
source=(http://x3270.bgp.nu/download/$pkgpath/suite3270-$pkgver-src.tgz
x3270.desktop)
sha256sums=('01576fa58598ccdd3d366febfaef61e3d1de93eb60a93f9ac6ba5faf84144c6f'
'bb3f1a301ca4f6d6d4f4cafe451945a55a9af7995d712a0f314fc58dfb16da6f')
build() {
# Time of the last modification to the source code, see:
# - https://reproducible-builds.org/docs/source-date-epoch/
# - https://reproducible-builds.org/specs/source-date-epoch/
#
# It should be something like:
# export SOURCE_DATE_EPOCH=$(stat --format='%Y' $srcdir/suite3270-${pkgver:0:3}/configure)
#
# but there is a bug in `mkversion.py`. I sent a patch to the author.
# Let's use this workaround in the mean time.
unset SOURCE_DATE_EPOCH
cd $srcdir/suite3270-${pkgver:0:3}
./configure --enable-unix --enable-c3270 --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270
make -j$(grep processor -c /proc/cpuinfo) all || return 1
}
package() {
cd $srcdir/suite3270-${pkgver:0:3}
make DESTDIR=$pkgdir/ install || return 1
make DESTDIR=$pkgdir/ install.man || return 1
chmod 644 $pkgdir/etc/x3270/ibm_hosts
mkdir $pkgdir/usr/share/applications
mkdir $pkgdir/usr/share/pixmaps
install -m644 $srcdir/x3270.desktop $pkgdir/usr/share/applications/
install -m644 $srcdir/suite3270-${pkgver:0:3}/Common/x3270-icon2.xpm $pkgdir/usr/share/pixmaps/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |