gtkmagnetic
maintainer thr
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a verifiable source code archive from a project-related but non-whitelisted host (IF Archive), which is a legitimate repository for interactive fiction software; the package builds the software locally and does not execute untrusted binaries or scripts.
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 is a verifiable source code archive from a project-related but non-whitelisted host (IF Archive), which is a legitimate repository for interactive fiction software; the package builds the software locally and does not execute untrusted binaries or scripts.
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:11
source=("https://mirror.ifarchive.org/if-archive/magnetic-scrolls/interpreters/magnetic/Magnetic231Src.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: thr <r at sledinmay dot com>
2
# Contributor: Emmanuele Massimi <finferflu at gmail dot com>
3
pkgname=gtkmagnetic
4
pkgver=2.3.1
5
pkgrel=1
6
pkgdesc="An interpreter for British text adventures by Magnetic Scrolls."
7
arch=(i686 x86_64)
8
url="https://mirror.ifarchive.org/indexes/if-archive/magnetic-scrolls/interpreters/magnetic/"
9
license=('GPL-2.0-or-later')
10
depends=('gtk2' 'smpeg0')
11
source=("https://mirror.ifarchive.org/if-archive/magnetic-scrolls/interpreters/magnetic/Magnetic231Src.zip"
12
gargoyle.patch gtk.patch gtkmagnetic.desktop gtkmagnetic.png)
13
md5sums=('7f1061387a9811e1cd609ab20d8d6c42'
14
'7af6655303b480562920a99e854202dc'
15
'a086bf31bcf244a5d6face4e7f84a30e'
16
'2298ab45562d480d9d383242fa93dfdb'
17
'04c0dcca4ad7f1e9eedf5f32fc5958f1')
18
19
prepare() {
20
patch -Np0 -i gtk.patch
21
patch -Np0 -i gargoyle.patch
22
}
23
24
build() {
25
cd Gtk
26
make
27
}
28
29
package() {
30
install -D Gtk/${pkgname} ${pkgdir}/usr/bin/${pkgname}
31
ln -s /usr/bin/${pkgname} ${pkgdir}/usr/bin/magnetic
32
install -D Gtk/README ${pkgdir}/usr/share/${pkgname}/README
33
install -D Gtk/BUGS ${pkgdir}/usr/share/${pkgname}/BUGS
34
install -D Scripts/* -t ${pkgdir}/usr/share/${pkgname}/Scripts
35
install -D ${pkgname}.png ${pkgdir}/usr/share/pixmaps/${pkgname}.png
36
install -D ${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
37
}
38
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 |