slib
The source is a versioned zip file from a CSAIL MIT subdomain, which is plausibly the project's official host; the package installs only data files and a small shell script, with no execution of downloaded code or remote payloads.
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 versioned zip file from a CSAIL MIT subdomain, which is plausibly the project's official host; the package installs only data files and a small shell script, with no execution of downloaded code or remote payloads.
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:14
source=("https://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: David Moore <davidm@sjsoft.com>
pkgname=slib
pkgver=3c2
pkgrel=1
pkgdesc='Library of functions for Scheme implementations'
arch=(any)
url='https://people.csail.mit.edu/jaffer/SLIB.html'
license=(custom)
depends=(guile)
options=(emptydirs)
source=("https://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip")
b2sums=('ceb0a8a9d94a78128fd9903396a60f26843cac27dd5b8a60116ff0ac910ed2636674f9ed8a0f6aeb681f95be154a0404e76c70230104e985305a76439645afe1')
prepare() {
cd $pkgname
# Path fix
sed -r -i 's,/usr/(local/)?lib/slib,/usr/share/slib,g' *.init
# Add missing headers and definitions
sed -i "1s,^,#!/bin/sh\nexport SCHEME_LIBRARY_PATH=/usr/share/slib/\nVERSION=$pkgver\n,;s,\${S48_VICINITY},/usr/share/scheme48/,g" slib.sh
}
package() {
cd $pkgname
install -d "$pkgdir"/usr/{bin,share/{guile/site,slib}}
install -m644 *.scm *.init *.xyz *.txt *.dat *.ps "$pkgdir/usr/share/slib/"
install -Dm755 slib.sh "$pkgdir/usr/bin/slib"
ln -s /usr/share/slib "$pkgdir/usr/share/guile/site/"
install -Dm644 slib.info "$pkgdir/usr/share/info/slib.info"
install -Dm644 slib.1 "$pkgdir/usr/share/man/man1/slib.1"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Changes since previous scan
--- PKGBUILD @ 2026-08-30 00:04+++ PKGBUILD @ 2026-09-17 00:27@@ -3,8 +3,8 @@ # Contributor: David Moore <davidm@sjsoft.com> pkgname=slib-pkgver=3c1-pkgrel=3+pkgver=3c2+pkgrel=1 pkgdesc='Library of functions for Scheme implementations' arch=(any) url='https://people.csail.mit.edu/jaffer/SLIB.html'@@ -12,7 +12,7 @@ depends=(guile) options=(emptydirs) source=("https://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip")-b2sums=('86c38a6ce6936bd1e8b2e3f52fdd3e2e05ba1bb86a611aca7f66a5d65095c81774444459f23f47dd8d01c808ea40c2052d07587c73ffca010f50f5415b2beaf0')+b2sums=('ceb0a8a9d94a78128fd9903396a60f26843cac27dd5b8a60116ff0ac910ed2636674f9ed8a0f6aeb681f95be154a0404e76c70230104e985305a76439645afe1') prepare() { cd $pkgnameScan 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 09:42:21 | Medium | 1 |
| 2026-08-30 00:04:14 | Low | 2 |