iris-yummy-anime
maintainer guglovich
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source uses git repositories from a non-standard host, but it is building from the project's own source code with no execution of prebuilt binaries or remote scripts, and the host appears to be project-related.
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 source uses git repositories from a non-standard host, but it is building from the project's own source code with no execution of prebuilt binaries or remote scripts, and the host appears to be project-related.
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:29
"${pkgname}::git+https://altlinux.space/alt-gnome/iris.git#tag=${pkgver}"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: guglovich <your@email.com>
2
# Created with assistance from Claude (Anthropic)
3
4
pkgname=iris-yummy-anime
5
pkgver=0.2.4.1
6
pkgrel=1
7
pkgdesc="GTK4 client for Yummy Anime streaming service"
8
arch=('x86_64')
9
url="https://altlinux.space/alt-gnome/iris"
10
license=('GPL-3.0-only')
11
provides=('yummy-anime-gtk')
12
replaces=('yummy-anime-gtk')
13
depends=(
14
'gtk4'
15
'libadwaita'
16
'json-glib'
17
'webkitgtk-6.0'
18
'libwebp'
19
)
20
makedepends=(
21
'meson'
22
'ninja'
23
'vala'
24
'blueprint-compiler'
25
'git'
26
)
27
options=('!debug')
28
source=(
29
"${pkgname}::git+https://altlinux.space/alt-gnome/iris.git#tag=${pkgver}"
30
"libapi-base::git+https://altlinux.space/rirusha/libapi-base.git"
31
)
32
b2sums=('SKIP'
33
'SKIP')
34
35
prepare() {
36
cd "${pkgname}"
37
38
# Link libapi-base subproject so meson does not need network during build.
39
mkdir -p subprojects
40
ln -sf "${srcdir}/libapi-base" subprojects/libapi-base
41
}
42
43
build() {
44
arch-meson "${pkgname}" build \
45
-Dis_devel=false \
46
--wrap-mode=nodownload
47
48
meson compile -C build
49
}
50
51
package() {
52
meson install -C build --destdir "${pkgdir}"
53
}
54
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 |