cafeobj-sbcl
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:11
source_i686=("https://cafeobj.org/files/1.5.7/cafeobj-1.5.7-sbcl-x32Linux.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Tomoaki Hashizaki <thashisaki@yahoo.com>
2
3
pkgname=cafeobj-sbcl
4
pkgver=1.5.7
5
pkgrel=1
6
pkgdesc="New generation algebraic specification and programming language (built by SBCL)"
7
arch=("i686" "x86_64")
8
url="https://cafeobj.org/"
9
license=('BSD')
10
depends=('bash')
11
source_i686=("https://cafeobj.org/files/1.5.7/cafeobj-1.5.7-sbcl-x32Linux.tar.gz"
12
'cafeobj-sbcl.desktop')
13
source_x86_64=("https://cafeobj.org/files/1.5.7/cafeobj-1.5.7-sbcl-x64Linux.tar.gz"
14
'cafeobj-sbcl.desktop')
15
sha256sums_i686=('ce10276e0f0bb3ba79c87e47554af0752cc53921f45d6273a8123c1a41d49377'
16
'995d18d3e4bd96cd0eab29205c5c561e653fca8124e976c0433afe8cb11cbc32')
17
sha256sums_x86_64=('7a81b2c37d64bc19b5102695798803bfb8ed48e50a1e86901e75645219b0d8b3'
18
'995d18d3e4bd96cd0eab29205c5c561e653fca8124e976c0433afe8cb11cbc32')
19
options=(!strip)
20
21
package() {
22
cd "${srcdir}/"
23
24
#bin
25
install -Dm755 {${srcdir},${pkgdir}/usr}/bin/cafeobj
26
27
#lib
28
install -Dm755 {${srcdir},${pkgdir}/usr}/lib/cafeobj-1.5/sbcl/cafeobj.sbcl
29
30
#share cafeobj-1.5
31
install -d ${pkgdir}/usr/share/cafeobj-1.5/lib
32
install -d ${pkgdir}/usr/share/cafeobj-1.5/prelude
33
cp -r ${srcdir}/share/cafeobj-1.5/ ${pkgdir}/usr/share/
34
35
#share doc
36
install -d ${pkgdir}/usr/share/doc/cafeobj/examples
37
cp -r ${srcdir}/share/doc/ ${pkgdir}/usr/share/
38
39
#share man
40
install -d "$pkgdir/usr/share/man/man1"
41
gzip -c "$srcdir/share/man/man1"/cafeobj.1 > "$pkgdir/usr/share/man/man1"/cafeobj.1.gz
42
43
#share emacs
44
install -Dm755 {${srcdir},${pkgdir}/usr}/share/emacs/site-lisp/cafeobj-mode.el
45
46
#creating custom license directory (CafeOBJ does not provide license file so far.)
47
#install -d ${pkgdir}/usr/share/licenses/cafeobj-sbcl
48
49
# Install desktop file
50
install -D -m 644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
51
}
52
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |