slib

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

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

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 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)
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:14 source=("https://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
2# Contributor: Aaron Griffin <aaron@archlinux.org>
3# Contributor: David Moore <davidm@sjsoft.com>
4
5pkgname=slib
6pkgver=3c2
7pkgrel=1
8pkgdesc='Library of functions for Scheme implementations'
9arch=(any)
10url='https://people.csail.mit.edu/jaffer/SLIB.html'
11license=(custom)
12depends=(guile)
13options=(emptydirs)
14source=("https://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip")
15b2sums=('ceb0a8a9d94a78128fd9903396a60f26843cac27dd5b8a60116ff0ac910ed2636674f9ed8a0f6aeb681f95be154a0404e76c70230104e985305a76439645afe1')
16
17prepare() {
18 cd $pkgname
19 # Path fix
20 sed -r -i 's,/usr/(local/)?lib/slib,/usr/share/slib,g' *.init
21 # Add missing headers and definitions
22 sed -i "1s,^,#!/bin/sh\nexport SCHEME_LIBRARY_PATH=/usr/share/slib/\nVERSION=$pkgver\n,;s,\${S48_VICINITY},/usr/share/scheme48/,g" slib.sh
23}
24
25package() {
26 cd $pkgname
27 install -d "$pkgdir"/usr/{bin,share/{guile/site,slib}}
28 install -m644 *.scm *.init *.xyz *.txt *.dat *.ps "$pkgdir/usr/share/slib/"
29 install -Dm755 slib.sh "$pkgdir/usr/bin/slib"
30 ln -s /usr/share/slib "$pkgdir/usr/share/guile/site/"
31 install -Dm644 slib.info "$pkgdir/usr/share/info/slib.info"
32 install -Dm644 slib.1 "$pkgdir/usr/share/man/man1/slib.1"
33 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34}
35

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 $pkgname

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 09:42:21 Medium 1
2026-08-30 00:04:14 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