amide
maintainer thilodoring
· 11 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt SRPM from a personal Stanford subdomain, but the package builds from extracted source code, which is normal for AUR packages, and the checksum is verified, reducing supply-chain risk.
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 prebuilt SRPM from a personal Stanford subdomain, but the package builds from extracted source code, which is normal for AUR packages, and the checksum is verified, reducing supply-chain risk.
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:12
source=('https://web.stanford.edu/~loening/files/amide-1.0.6-2.fc25.src.rpm' amide_nognome.patch)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
2
# Contributor: Jonas Witschel <diabonas@archlinux.org>
3
pkgname=amide
4
pkgver=1.0.6
5
pkgrel=9
6
pkgdesc='Medical imaging data examiner'
7
arch=('x86_64')
8
url='https://amide.sourceforge.net/'
9
license=('GPL')
10
depends=('dcmtk' 'gsl' 'libgnomecanvas' 'volpack' 'xmedcon-gtk2')
11
makedepends=('intltool' 'libxml2')
12
source=('https://web.stanford.edu/~loening/files/amide-1.0.6-2.fc25.src.rpm' amide_nognome.patch)
13
sha512sums=('2d6f9d7cfa7921ba95fd0a887504d4ec135d0e93d94ffdf256b5fc94f3df1766006e0f13ca24c1cc7904c636182db96b7e7c29ac2529554c351458217406053d'
14
'34af3c04ff094fe942f02ff8603617f969415e1c4ebc1ef16fba0bcb6d4070285c5027a4212ec49d07e343ca141010507c284dd30b4884545e324411b116d37c')
15
16
prepare() {
17
bsdtar --extract --file "$pkgname-$pkgver.tgz"
18
cd "$pkgname-$pkgver"
19
patch -Np2 < "$srcdir"/amide_nognome.patch
20
}
21
22
build() {
23
cd "$pkgname-$pkgver"
24
autoreconf -fi
25
CFLAGS+=" -fcommon" ./configure \
26
--prefix=/usr \
27
--disable-ffmpeg \
28
--disable-gconf \
29
--disable-gnome-vfs \
30
--disable-gtk-doc \
31
--disable-doc
32
make --jobs=1
33
}
34
35
package() {
36
cd "$pkgname-$pkgver"
37
make DESTDIR="$pkgdir" install
38
}
39
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 |