scriptbasic
The package downloads a source tarball from the project's official website, which is not on a standard code hosting platform but is plausibly the project's own distribution channel; the build process compiles the source locally and installs binaries and scripts without executing remote code or introducing unverifiable prebuilt payloads.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from the project's official website, which is not on a standard code hosting platform but is plausibly the project's own distribution channel; the build process compiles the source locally and installs binaries and scripts without executing remote code or introducing unverifiable prebuilt 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:11
source=("http://www.scriptbasic.org/download/SB_${pkgver}_Linux.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintaier: Peter Babič <babicpet at gmail dot com>
pkgname=scriptbasic
pkgver=2.1_RC1
pkgrel=4
pkgdesc="Scriba compiler for a powerful scripting language/API"
arch=("x86_64")
url="http://www.scriptbasic.org/"
license=('unknown')
depends=('postgresql-libs')
install=".install"
source=("http://www.scriptbasic.org/download/SB_${pkgver}_Linux.tar.gz"
"scriptbasic_arch.patch"
"configure.save")
noextract=()
md5sums=('374a37fff435d26c08cfe2ed8d694a8e'
'f026797fd8e695a797e1eee2f04e264a'
'fc077e744f5000c5e508243b35f348f2')
validpgpkeys=()
prepare() {
# perl jamal.pl -i
chmod -R 755 "scriptbasic"
cp configure.save scriptbasic/
patch -p0 -i "scriptbasic_arch.patch"
}
build() {
cd "scriptbasic"
./setup
make clean
./setup
./setup --install --load
bin/exe/scriba -k -f basic.conf scriba.conf.unix.lsp
}
package() {
cd "scriptbasic"
install -m666 -d "$pkgdir/var/log/scriba/"
install -m555 -d "$pkgdir/etc/scriba/"
install -m777 -d "$pkgdir/var/cache/scriba/cache/"
install -m777 -d "$pkgdir/var/cache/scriba/hebtemp/"
install -Dm555 "bin/exe/scriba" "$pkgdir/usr/bin/scriba"
install -Dm555 "bin/exe/sbhttpd" "$pkgdir/usr/bin/sbhttpd"
# install -Dm777 "etc-init.d-sbhttpd" "$pkgdir/etc/init.d/sbhttpd"
install -Dm444 "basic.conf" "$pkgdir/etc/scriba/basic.conf"
install -Dm444 "heber.bas" "$pkgdir/usr/share/scriba/source/heber.bas"
install -Dm444 "bin/lib/libscriba.a" "$pkgdir/usr/local/lib/libscriba.a"
install -m555 -d "$pkgdir/usr/share/scriba/include/"
install -Dm444 include/*.bas "$pkgdir/usr/share/scriba/include/"
install -m555 -d "$pkgdir/usr/local/lib/scriba/"
install -Dm644 bin/mod/dll/*.so "$pkgdir/usr/local/lib/scriba/"
extensions=(cgi curl curses dbg gd hash mt mysql odbc re sdbg t trial ux xml zlib)
for i in "${extensions[@]}"
do
sourceDir="extensions/$i/mod_$i/"
destDir="$pkgdir/usr/share/scriba/source/mod_$i/"
if [ -d "$sourceDir" ]; then
install -m555 -d "$destDir"
install -Dm644 "$sourceDir"*.html "$destDir"
fi
indexFile="bin/texi/mod_$i.html"
if [ -f "$indexFile" ]; then
install -Dm644 "$indexFile" "$pkgdir/usr/share/scriba/source/"
fi
basFile="extensions/$i/$i.bas"
if [ -f "$basFile" ]; then
install -Dm644 "$basFile" "$pkgdir/usr/share/scriba/include/$i/$i.bas"
fi
done
}
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 |