ham-libhel-bin
maintainer Sterophonick
· 0 votes
· base
ham-libhel
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a static library archive from a project-owned domain archived on web.archive.org; the worst case of a swapped source is limited to supply-chain risk in a niche development library, but it is not actively executed code or remote code execution.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a static library archive from a project-owned domain archived on web.archive.org; the worst case of a swapped source is limited to supply-chain risk in a niche development library, but it is not actively executed code or remote code execution.
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://web.archive.org/web/20211029054427/http://www.console-dev.de/libhel/libhel-v25.zip)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sterophonick
2
pkgname=ham-libhel-bin
3
_pkgname='ham-libhel'
4
pkgbase=ham-libhel
5
pkgver=v2.5
6
pkgrel=3
7
pkgdesc='Extension library for HAMlib'
8
url='http://console-dev.de/project/hel-library-for-gba/'
9
arch=(x86_64 i686)
10
depends=(ham-v2.71-linux-bin)
11
source=(https://web.archive.org/web/20211029054427/http://www.console-dev.de/libhel/libhel-v25.zip)
12
md5sums=('e30e47063cd39ffabbacb4de99431e72')
13
options=(!strip)
14
15
package() {
16
mkdir -p $pkgdir/opt/ham-gba/gcc-arm/lib
17
mkdir -p $pkgdir/opt/ham-gba/include
18
mkdir -p $pkgdir/opt/ham-gba/tools
19
20
cp lib/* $pkgdir/opt/ham-gba/gcc-arm/lib
21
cp src/hel2.h $pkgdir/opt/ham-gba/include
22
cp -r tools/win32 $pkgdir/opt/ham-gba/tools
23
cp -r docs $pkgdir/opt/ham-gba/docs
24
cp -r demos $pkgdir/opt/ham-gba/hel-demos
25
26
chmod -R 777 $pkgdir/opt/ham-gba
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-07-21 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -3,12 +3,12 @@ _pkgname='ham-libhel' pkgbase=ham-libhel pkgver=v2.5-pkgrel=2+pkgrel=3 pkgdesc='Extension library for HAMlib' url='http://console-dev.de/project/hel-library-for-gba/' arch=(x86_64 i686) depends=(ham-v2.71-linux-bin)-source=(http://www.console-dev.de/libhel/libhel-v25.zip)+source=(https://web.archive.org/web/20211029054427/http://www.console-dev.de/libhel/libhel-v25.zip) md5sums=('e30e47063cd39ffabbacb4de99431e72') options=(!strip) 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 21:18:19 | MEDIUM | 1 |
| 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 |