picolisp

LOW
maintainer johv 9 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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://software-lab.de/picoLisp-$pkgver.tgz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jonas Hvid <mail@johv.dk>
2# Contributor: TwoFinger
3# Contributor: taij33n <bwbuiz@gmail.com>
4pkgname=picolisp
5pkgver=26.6
6pkgrel=2
7pkgdesc="Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines)."
8url="https://picolisp.com"
9arch=(x86_64)
10license=(MIT)
11depends=(glibc bash openssl libffi readline ncurses)
12makedepends=(git clang llvm make)
13source=("https://software-lab.de/picoLisp-$pkgver.tgz")
14sha256sums=('2642d28908fa7a69d8bf49519396df85f922781d1c41d8eaceca77bb457ab712')
15
16prepare() {
17 MAKEFILE="$srcdir/pil21/src/Makefile"
18 LDFLAGS=-Wl,-z,relro,-z,now,-z,shstk
19 sed -i "s/SHARED =\|MAIN =/& $LDFLAGS/" "$MAKEFILE"
20 sed -i "/CC.\+balance\|CC.\+ssl\|CC.\+httpGate/ s/$/ $LDFLAGS/" "$MAKEFILE"
21}
22
23build() {
24 cd "$srcdir/pil21/src"
25 sed -i 's/^.SILENT:$//g' Makefile
26
27 # Always build serially to work around underspecified dependency structure:
28 sed -i "2 s/.*/&\n.NOTPARALLEL:/" Makefile
29
30 make
31 make so
32}
33
34package() {
35 install -d -m755 "${LIBDIR:=$pkgdir/usr/lib/$pkgname}"
36 cp -a "$srcdir"/pil21/* "$LIBDIR"
37
38 install -d -m755 "${BINDIR:=$pkgdir/usr/bin}"
39 mv "$LIBDIR/bin/picolisp" "$BINDIR"
40 mv "$LIBDIR/bin/pil" "$BINDIR"
41 mv "$LIBDIR/bin/vip" "$BINDIR"
42
43 install "$srcdir/pil21/lib/picolisp.so" -D "$pkgdir/usr/lib/libpicolisp.so"
44
45 install -d -m755 "${MAN1DIR:=$pkgdir/usr/share/man/man1}"
46 cp "$LIBDIR"/man/man1/*.1 "$MAN1DIR"
47 rm -r "$LIBDIR/man"
48
49 ln -s "../lib/picolisp" -T "$pkgdir/usr/share/$pkgname"
50
51 mkdir -p "$pkgdir/usr/share/doc"
52 ln -s "../picolisp/doc" -T "$pkgdir/usr/share/doc/picolisp"
53
54 mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
55 mv "$LIBDIR/COPYING" "$pkgdir/usr/share/licenses/$pkgname"
56
57 install -d -m755 "${COMPDIR:=$pkgdir/usr/share/bash-completion/completions/}"
58 mv "$LIBDIR/lib/bash_completion" "$COMPDIR/$pkgname"
59}
60

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion