dyalog-bin
maintainer stilvoid
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from Dyalog's official domain for extraction and repackaging; while the host is not a standard forge, it is the vendor's own release infrastructure, making the supply chain risk low despite the non-whitelisted URL.
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 .deb from Dyalog's official domain for extraction and repackaging; while the host is not a standard forge, it is the vendor's own release infrastructure, making the supply chain risk low despite the non-whitelisted URL.
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:27
source=("$pkgname-$pkgver.deb::https://www.dyalog.com/uploads/php/download.dyalog.com/download.php?file=19.0/linux_64_${pkgver}_unicode.${CARCH}.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Steve Engledow <steve@engledow.me>
2
pkgname=dyalog-bin
3
pkgver=19.0.50027
4
pkgrel=3
5
pkgdesc='Dyalog APL interpreter'
6
arch=('x86_64')
7
url="https://www.dyalog.com/download-zone.htm"
8
license=('custom')
9
depends=(
10
'python'
11
'libtool'
12
'alsa-lib'
13
'gtk2'
14
'nss'
15
'libxss'
16
'nodejs'
17
'unixodbc'
18
'at-spi2-atk'
19
)
20
optdepends=(
21
'dotnet-runtime-3.1-bin'
22
)
23
makedepends=(
24
'binutils'
25
'tar'
26
)
27
source=("$pkgname-$pkgver.deb::https://www.dyalog.com/uploads/php/download.dyalog.com/download.php?file=19.0/linux_64_${pkgver}_unicode.${CARCH}.deb"
28
'LICENSE.pdf::https://www.dyalog.com/uploads/documents/Developer_Software_Licence.pdf')
29
30
sha256sums=('dee075d361ebd1d9aa0198f67b32e1b00741a2d636e0f5897c4ee0e704a628c0'
31
'94eea122f15d1e43443a6bbb10f375be23cf8ba8aacc6b0381bc89a7791c3172')
32
33
options=('!strip')
34
35
prepare() {
36
ar x "$pkgname-$pkgver.deb"
37
tar axvf data.tar.gz
38
tar axvf control.tar.gz
39
}
40
41
pkgver() {
42
grep Version control | cut -d" " -f2
43
}
44
45
package() {
46
version="${pkgver%.*}"
47
dyalog="opt/mdyalog/$version/64/unicode"
48
49
# Distribution
50
install -d "$pkgdir/$dyalog"
51
cp -a "$srcdir/$dyalog"/* "$pkgdir/$dyalog/"
52
53
# Binaries
54
install -d "$pkgdir/usr/bin"
55
ln -s "/$dyalog/mapl" "$pkgdir/usr/bin/dyalog"
56
install -Dm755 "$srcdir/$dyalog/scriptbin/dyalogscript" "$pkgdir/usr/bin/dyalogscript"
57
58
# Docs
59
install -d "$pkgdir/usr/share/doc"
60
cp -a "$srcdir/usr/share/doc"/* "$pkgdir/usr/share/doc/"
61
62
# Licence
63
install -Dm644 "LICENSE.pdf" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
64
}
65
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 |