picolisp
The source is a tarball from the project's official domain (software-lab.de), which hosts the official PicoLisp distribution; building from this source is standard practice, and the tarball checksum is verified, so the non-whitelisted host does not introduce a significant risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official domain (software-lab.de), which hosts the official PicoLisp distribution; building from this source is standard practice, and the tarball checksum is verified, so the non-whitelisted host does not introduce a significant risk.
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:13
source=("https://software-lab.de/picoLisp-$pkgver.tgz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jonas Hvid <mail@johv.dk>
# Contributor: TwoFinger
# Contributor: taij33n <bwbuiz@gmail.com>
pkgname=picolisp
pkgver=26.6
pkgrel=2
pkgdesc="Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines)."
url="https://picolisp.com"
arch=(x86_64)
license=(MIT)
depends=(glibc bash openssl libffi readline ncurses)
makedepends=(git clang llvm make)
source=("https://software-lab.de/picoLisp-$pkgver.tgz")
sha256sums=('2642d28908fa7a69d8bf49519396df85f922781d1c41d8eaceca77bb457ab712')
prepare() {
MAKEFILE="$srcdir/pil21/src/Makefile"
LDFLAGS=-Wl,-z,relro,-z,now,-z,shstk
sed -i "s/SHARED =\|MAIN =/& $LDFLAGS/" "$MAKEFILE"
sed -i "/CC.\+balance\|CC.\+ssl\|CC.\+httpGate/ s/$/ $LDFLAGS/" "$MAKEFILE"
}
build() {
cd "$srcdir/pil21/src"
sed -i 's/^.SILENT:$//g' Makefile
# Always build serially to work around underspecified dependency structure:
sed -i "2 s/.*/&\n.NOTPARALLEL:/" Makefile
make
make so
}
package() {
install -d -m755 "${LIBDIR:=$pkgdir/usr/lib/$pkgname}"
cp -a "$srcdir"/pil21/* "$LIBDIR"
install -d -m755 "${BINDIR:=$pkgdir/usr/bin}"
mv "$LIBDIR/bin/picolisp" "$BINDIR"
mv "$LIBDIR/bin/pil" "$BINDIR"
mv "$LIBDIR/bin/vip" "$BINDIR"
install "$srcdir/pil21/lib/picolisp.so" -D "$pkgdir/usr/lib/libpicolisp.so"
install -d -m755 "${MAN1DIR:=$pkgdir/usr/share/man/man1}"
cp "$LIBDIR"/man/man1/*.1 "$MAN1DIR"
rm -r "$LIBDIR/man"
ln -s "../lib/picolisp" -T "$pkgdir/usr/share/$pkgname"
mkdir -p "$pkgdir/usr/share/doc"
ln -s "../picolisp/doc" -T "$pkgdir/usr/share/doc/picolisp"
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
mv "$LIBDIR/COPYING" "$pkgdir/usr/share/licenses/$pkgname"
install -d -m755 "${COMPDIR:=$pkgdir/usr/share/bash-completion/completions/}"
mv "$LIBDIR/lib/bash_completion" "$COMPDIR/$pkgname"
}
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 |