s7
The source is a tarball from Stanford's official GitLab instance, which is plausibly the project's own infrastructure; building from this source is normal AUR packaging despite the non-whitelisted host.
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 Stanford's official GitLab instance, which is plausibly the project's own infrastructure; building from this source is normal AUR packaging despite the non-whitelisted host.
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:26
source=("https://cm-gitlab.stanford.edu/bil/s7/-/archive/$_commit/s7-$_commit.tar.gz" Makefile s7.pc pass-through-compiler-flags.patch)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jonas Hvid <mail@johv.dk>
# Contributor: Peter <peter@nexoid.at>
pkgname=s7
# Upstream publishes different versions with the same version number
pkgver=11.9.r20260730
_upstreamver=${pkgver%.*}
pkgrel=1
epoch=
pkgdesc="A Scheme implementation intended as an extension language for other applications."
arch=(x86_64 i686)
url="https://ccrma.stanford.edu/software/snd/snd/s7.html"
license=('custom:0BSD')
groups=()
depends=(glibc)
makedepends=(git rsync)
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
_commit="779e11342679c7f5082e1fac8af50535fbf7513e"
source=("https://cm-gitlab.stanford.edu/bil/s7/-/archive/$_commit/s7-$_commit.tar.gz" Makefile s7.pc pass-through-compiler-flags.patch)
sha256sums=('c083b51add696690dc1a9a9d7d9b4117e7e03f74837fb3a4855b16aca425c867' SKIP SKIP SKIP)
noextract=()
validpgpkeys=()
prepare() {
sed -i 's/XX\.X/'${_upstreamver}'/' s7.pc
cd s7-$_commit
cp ${srcdir}/Makefile .
patch -Np0 -i ${srcdir}/pass-through-compiler-flags.patch
}
build() {
cd s7-$_commit
make -j all
}
package() {
mkdir -vp ${pkgdir}/usr/lib/s7
mkdir -vp ${pkgdir}/usr/bin/
mkdir -vp ${pkgdir}/usr/include/
mkdir -vp ${pkgdir}/usr/lib/pkgconfig/
mkdir -vp ${pkgdir}/usr/share/doc/s7/
mkdir -vp ${pkgdir}/usr/share/licenses/s7/
cp -v ${srcdir}/s7.pc ${pkgdir}/usr/lib/pkgconfig/
echo '0-clause BSD' > ${pkgdir}/usr/share/licenses/s7/LICENSE
cd ${srcdir}/s7-$_commit
find . -name '*.scm' | rsync -va --files-from - ./ ${pkgdir}/usr/lib/s7
cp -v libc_s7.so ${pkgdir}/usr/lib/s7
cp -v s7 ${pkgdir}/usr/bin/
cp -v libs7.so ${pkgdir}/usr/lib/
cp -v s7.h ${pkgdir}/usr/include/
cp -v *.html ${pkgdir}/usr/share/doc/s7/
}
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 |