anylogic-university-8.2.4
maintainer DragonX256
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary installer from the official AnyLogic domain (files.anylogic.com), which is a legitimate source for the software;虽host未在白名单但属项目官方,且文件有有效哈希校验, worst case is supply-chain compromise of official release, but no obfuscation or remote code execution.
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 binary installer from the official AnyLogic domain (files.anylogic.com), which is a legitimate source for the software;虽host未在白名单但属项目官方,且文件有有效哈希校验, worst case is supply-chain compromise of official release, but no obfuscation or remote code execution.
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:17
source_i686=("https://files.anylogic.com/$pkgname.linux.i586.tgz.bin")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Maxim Kurnosenko <asusx2@mail.ru>
2
3
pkgname=anylogic-university-8.2.4
4
pkgver=8.2.4
5
pkgrel=1
6
pkgdesc="AnyLogic University Edition - for public research in universities. Last x86 version"
7
arch=(i686 x86_64)
8
url="https://www.anylogic.com"
9
license=('custom')
10
depends=('glibc')
11
makedepends=('gendesk')
12
optdepends=('chromium: alternative browser for model animating'
13
'firefox: alternative browser for model animating')
14
provides=('anylogic')
15
conflicts=('anylogic')
16
options=(!strip)
17
source_i686=("https://files.anylogic.com/$pkgname.linux.i586.tgz.bin")
18
source_x86_64=("https://files.anylogic.com/$pkgname.linux.x86_64.tgz.bin")
19
sha256sums_i686=('c45b2b736b9fbbf51119e09947b5250bc0057279b0e5c89b5cd3118d16ec1932')
20
sha256sums_x86_64=('a8d0fe1d1482d103349b6bb29d536ace98fe4f87f8fe36ee5cc624445809a01d')
21
22
prepare() {
23
msg2 "Unpacking archive..."
24
if [ "$CARCH" == "x86_64" ]
25
then
26
tail -n +279 "$srcdir/$pkgname.linux.x86_64.tgz.bin" > "$pkgname.linux.x86_64.tgz"
27
elif [ "$CARCH" == "i686" ]
28
then
29
tail -n +279 "$srcdir/$pkgname.linux.i586.tgz.bin" > "$pkgname.linux.i586.tgz"
30
fi
31
32
msg2 "Extracting archive..."
33
if [ "$CARCH" == "x86_64" ]
34
then
35
tar -xf $pkgname.linux.x86_64.tgz
36
elif [ "$CARCH" == "i686" ]
37
then
38
tar -xf $pkgname.linux.i586.tgz
39
fi
40
}
41
42
package() {
43
mkdir -p "$pkgdir/opt"
44
45
msg2 "Copying AnyLogic University Edition contents..."
46
cp -R "$srcdir/anylogic" "$pkgdir/opt"
47
48
msg2 "Creating .desktop file..."
49
gendesk -q -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name='AnyLogic University Edition' --exec='env SWT_GTK3=0 UBUNTU_MENUPROXY= /opt/anylogic/anylogic'
50
install -Dm644 "$srcdir/anylogic/icon.xpm" "$pkgdir/usr/share/pixmaps/$pkgname.xpm"
51
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
52
53
install -Dm644 "$srcdir/anylogic/license/Software Licensing Agreement for AnyLogic.txt" "$pkgdir/usr/share/licenses/anylogic/LICENSE"
54
}
55
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 |