cafeobj-sbcl
The package downloads a prebuilt tarball from the official project domain cafeobj.org, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is verifiable via checksum and hosts project-related content, posing low risk.
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 prebuilt tarball from the official project domain cafeobj.org, which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is verifiable via checksum and hosts project-related content, posing low risk.
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_i686=("https://cafeobj.org/files/1.5.7/cafeobj-1.5.7-sbcl-x32Linux.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Tomoaki Hashizaki <thashisaki@yahoo.com>
pkgname=cafeobj-sbcl
pkgver=1.5.7
pkgrel=1
pkgdesc="New generation algebraic specification and programming language (built by SBCL)"
arch=("i686" "x86_64")
url="https://cafeobj.org/"
license=('BSD')
depends=('bash')
source_i686=("https://cafeobj.org/files/1.5.7/cafeobj-1.5.7-sbcl-x32Linux.tar.gz"
'cafeobj-sbcl.desktop')
source_x86_64=("https://cafeobj.org/files/1.5.7/cafeobj-1.5.7-sbcl-x64Linux.tar.gz"
'cafeobj-sbcl.desktop')
sha256sums_i686=('ce10276e0f0bb3ba79c87e47554af0752cc53921f45d6273a8123c1a41d49377'
'995d18d3e4bd96cd0eab29205c5c561e653fca8124e976c0433afe8cb11cbc32')
sha256sums_x86_64=('7a81b2c37d64bc19b5102695798803bfb8ed48e50a1e86901e75645219b0d8b3'
'995d18d3e4bd96cd0eab29205c5c561e653fca8124e976c0433afe8cb11cbc32')
options=(!strip)
package() {
cd "${srcdir}/"
#bin
install -Dm755 {${srcdir},${pkgdir}/usr}/bin/cafeobj
#lib
install -Dm755 {${srcdir},${pkgdir}/usr}/lib/cafeobj-1.5/sbcl/cafeobj.sbcl
#share cafeobj-1.5
install -d ${pkgdir}/usr/share/cafeobj-1.5/lib
install -d ${pkgdir}/usr/share/cafeobj-1.5/prelude
cp -r ${srcdir}/share/cafeobj-1.5/ ${pkgdir}/usr/share/
#share doc
install -d ${pkgdir}/usr/share/doc/cafeobj/examples
cp -r ${srcdir}/share/doc/ ${pkgdir}/usr/share/
#share man
install -d "$pkgdir/usr/share/man/man1"
gzip -c "$srcdir/share/man/man1"/cafeobj.1 > "$pkgdir/usr/share/man/man1"/cafeobj.1.gz
#share emacs
install -Dm755 {${srcdir},${pkgdir}/usr}/share/emacs/site-lisp/cafeobj-mode.el
#creating custom license directory (CafeOBJ does not provide license file so far.)
#install -d ${pkgdir}/usr/share/licenses/cafeobj-sbcl
# Install desktop file
install -D -m 644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
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 |