rhizome-pi-scheme
The source is a tarball from a personal academic host not on the whitelist, but it contains the project's own source code that is compiled locally; the worst case of a swapped source is code execution, but the package follows standard AUR practices for building from source, and no remote code is executed directly.
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 a personal academic host not on the whitelist, but it contains the project's own source code that is compiled locally; the worst case of a swapped source is code execution, but the package follows standard AUR practices for building from source, and no remote code is executed directly.
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:27
source=("http://www.kt.rim.or.jp/~qfwfq/packages/rhizome-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.
# Maintainer: Peter <craven@gmx.net>
pkgname=rhizome-pi-scheme
pkgver=0.57
pkgrel=2
epoch=
pkgdesc="rhizome/pi is a Scheme implementation (interpreter and compiler, compiler generates program in C language) conforming to R^5RS."
arch=(x86_64 i686)
url=""
license=('unknown')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("http://www.kt.rim.or.jp/~qfwfq/packages/rhizome-$pkgver.tar.gz")
md5sums=('5fc557fb1a03e47c0037884052f7e438')
noextract=()
validpgpkeys=()
build() {
cd "rhizome-$pkgver"
cp config/unix/linux/rhiz_cnf.h include/rhiz_cnf.h
cp config/unix/linux/Makefile.kappa kappa/Makefile
cp config/unix/linux/Makefile.pi pi/Makefile
cp config/unix/linux/Makefile.pi.compiler pi/compiler/Makefile
cp config/unix/linux/config.scm pi/compiler/config.scm
sed -i 's/-mtune=i686/-m32 -mtune=i686/' pi/Makefile
sed -i 's/-mtune=i686/-m32 -mtune=i686/' kappa/Makefile
sed -i 's/-mtune=i686/-m32 -mtune=i686/' pi/compiler/Makefile
sed -i 's/-mtune=i686/-m32 -mtune=i686/' pi/compiler/config.scm
sed -i 's/"gcc"/"gcc -m32"/' pi/compiler/config.scm
sed -i 's/"ld -Bshareable"/"ld -melf_i386 -Bshareable"/' pi/compiler/config.scm
sed -i 's/-x -r -o/-melf_i386 -x -r -o/' pi/Makefile
sed -i 's/-x -r -o/-melf_i386 -x -r -o/' kappa/Makefile
sed -i 's/-x -Bshareable/-melf_i386 -x -Bshareable/' pi/compiler/Makefile
sed -i 's/SHLIBDIR)"/SHLIBDIR) -m32"/' pi/compiler/Makefile
sed -i "s|install -c -m 444 rhiz_cnf.h rhizome.h.*|install -c -m 444 rhiz_cnf.h rhizome.h ${pkgdir}/usr/include|" kappa/Makefile
sed -i "s|install -c -m 444 rhiz_pi.h.*|install -c -m 444 rhiz_pi.h ${pkgdir}/usr/include|" pi/Makefile
sed -i "s|^main(int argc, char \*argv\[\])|int main(int argc, char \*argv\[\])|" pi/main.c
sed -i '1i #include <stdio.h>' pi/helper.c
sed -i '1i #include <string.h>' pi/dynload.c
sed -i '1i #include <stdio.h>' kappa/ldso.c
sed -i 's|sprintf(mes_buf, "%s", sys_siglist[n]);|sprintf(mes_buf, "%s", strsignal(n));|' pi/subr.c
sed -i '/sys_siglist/d' pi/subr.c
cd pi
make
}
package() {
cd "rhizome-$pkgver"
sed -i "s|BASEDIR = /usr/local|BASEDIR = ${pkgdir}/usr|" pi/Makefile
sed -i "s|LIBDIR = .*$|LIBDIR = \$(BASEDIR)/lib32|" pi/Makefile
mkdir -p ${pkgdir}/usr/lib32
mkdir -p ${pkgdir}/usr/bin
mkdir -p ${pkgdir}/usr/include
cd pi
make install
}
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 |