altrady-appimage
maintainer cryptobroiler
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the project's own CDN, which is a supply-chain risk if the host were compromised, but it is not actively malicious; the AppImage is from the official vendor and checksums are provided.
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 AppImage from the project's own CDN, which is a supply-chain risk if the host were compromised, but it is not actively malicious; the AppImage is from the official vendor and checksums are provided.
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:15
source_x86_64=("${_appimage}::https://cdn.altrady.com/${_pkgname^}-${pkgver}.AppImage"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Denis Kopin <denis@kopin.io>
2
3
_pkgname=altrady
4
5
pkgname="${_pkgname}"-appimage
6
pkgver=4.7.0
7
pkgrel=1
8
pkgdesc="Altrady Crypto Trading Terminal"
9
arch=('x86_64')
10
url="https://www.altrady.com"
11
license=('custom:Unlicense')
12
depends=('zlib' 'fuse2')
13
options=(!strip)
14
_appimage="${pkgname}-${pkgver}.AppImage"
15
source_x86_64=("${_appimage}::https://cdn.altrady.com/${_pkgname^}-${pkgver}.AppImage"
16
)
17
noextract=("${_appimage}")
18
sha256sums_x86_64=('cf34eea17c372d71facc2f671ea99ac20f7723620f505c75f92b4e3f30184dcf')
19
20
prepare() {
21
chmod +x "${_appimage}"
22
./"${_appimage}" --appimage-extract
23
}
24
25
build() {
26
# Adjust .desktop so it will work outside of AppImage container
27
sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${_pkgname}|"\
28
"squashfs-root/${_pkgname}.desktop"
29
# Fix permissions; .AppImage permissions are 700 for all directories
30
chmod -R a-x+rX squashfs-root/usr
31
}
32
33
package() {
34
# AppImage
35
install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
36
37
# Desktop file
38
install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop"\
39
"${pkgdir}/usr/share/applications/${_pkgname}.desktop"
40
41
# Icon images
42
install -dm755 "${pkgdir}/usr/share/"
43
cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
44
45
# Symlink executable
46
install -dm755 "${pkgdir}/usr/bin"
47
ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/${_pkgname}"
48
49
}
50
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 |