animeko-appimage-alpha
MEDIUM
maintainer orphaned
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads a prebuilt AppImage from a non-standard, non-whitelisted host (d.myani.org), which is an unverifiable executable artifact that could be silently swapped, constituting a supply-chain risk.
Triggered rules
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:13
source_x86_64=("https://d.myani.org/v${_pkgver}/ani-${_pkgver}-linux-${CARCH}.appimage")
Medium
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-standard, non-whitelisted host (d.myani.org), which is an unverifiable executable artifact that could be silently swapped, constituting a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: shinka <shinnkka1@gmail.com>
2
# Contributor: Rinne <aur@rinne.in>
3
4
pkgname=animeko-appimage-alpha
5
_pkgname=animeko
6
pkgver="6.0.0alpha02"
7
_pkgver=$(sed -E 's/(alpha|beta)/-\1/' <<<"$pkgver")
8
pkgrel=1
9
pkgdesc='集找番、追番、看番的一站式弹幕追番平台'
10
arch=('x86_64')
11
url='https://github.com/open-ani/animeko/'
12
license=('AGPL-3.0-or-later')
13
source_x86_64=("https://d.myani.org/v${_pkgver}/ani-${_pkgver}-linux-${CARCH}.appimage")
14
sha512sums_x86_64=('815ff17faaa4421d9f16c511d72de046f5ce3439ba46328892266d82c32bbd7968db97d5e2946035c26e9f7553bae12fbf23d7d690f6e5c1e9e4d5f7255e3094')
15
depends=('vlc-plugin-ffmpeg' 'vlc-plugin-dvb' 'vlc-plugin-pulse' 'gvfs')
16
conflicts=('animeko')
17
provides=('animeko')
18
makedepends=('7zip')
19
options=('!strip')
20
21
prepare() {
22
chmod +x "${srcdir}/ani-${_pkgver}-linux-${CARCH}.appimage"
23
7z x ${srcdir}/ani-${_pkgver}-linux-${CARCH}.appimage -o${srcdir}/squashfs-root
24
sed -i -E "s|Exec=Ani|Exec=/usr/bin/${_pkgname}|g" "${srcdir}/squashfs-root/${_pkgname}.desktop"
25
sed -i -E "s|Icon=icon|Icon=${_pkgname}|g" "${srcdir}/squashfs-root/${_pkgname}.desktop"
26
}
27
28
package() {
29
install -d "${pkgdir}/opt/${_pkgname}"
30
install -d "${pkgdir}/usr/bin"
31
install -d "${pkgdir}/usr/share/icons/hicolor/128x128/apps"
32
install -d "${pkgdir}/usr/share/applications"
33
rm -r "${srcdir}/squashfs-root/usr/lib/app/resources"
34
cp -r "${srcdir}/squashfs-root/usr" "${pkgdir}/opt/${_pkgname}/"
35
36
install -Dm755 "${srcdir}/squashfs-root/AppRun" "${pkgdir}/opt/${_pkgname}/AppRun"
37
38
ln -s "/opt/${_pkgname}/AppRun" "${pkgdir}/usr/bin/${_pkgname}"
39
40
install -Dm644 "${srcdir}/squashfs-root/icon.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png"
41
42
install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
43
}
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |