hamsolar
maintainer not_anonymous
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a non-whitelisted but plausibly project-owned domain (hamsoftware.org), builds it locally, and installs accompanying desktop and icon files; the source is verified via checksums, and the payload is a small desktop application with no indication of malicious intent 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from a non-whitelisted but plausibly project-owned domain (hamsoftware.org), builds it locally, and installs accompanying desktop and icon files; the source is verified via checksums, and the payload is a small desktop application with no indication of malicious intent 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:12
source=(http://www.hamsoftware.org/$pkgname-$pkgver.tgz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2
# Contributor: WB2FKO <mph at sportscliche dot com>
3
4
pkgname=hamsolar
5
pkgver=1.0
6
pkgrel=3
7
pkgdesc="Small desktop display of the current solar indices"
8
arch=('i686' 'x86_64')
9
url="http://hamsoftware.org/old_index.html"
10
license=('GPL')
11
depends=('qtwebkit' 'hamradio-menus')
12
source=(http://www.hamsoftware.org/$pkgname-$pkgver.tgz
13
$pkgname.desktop
14
$pkgname.png)
15
16
build() {
17
cd "$srcdir/$pkgname-$pkgver/"
18
/usr/lib/qt4/bin/qmake
19
make
20
}
21
22
package() {
23
cd "$srcdir/$pkgname-$pkgver"
24
25
install -Dm 755 $srcdir/$pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname
26
27
install -dm755 "${pkgdir}"/usr/share/doc/$pkgname
28
install -m644 README.txt "${pkgdir}"/usr/share/doc/$pkgname
29
30
mkdir -p $pkgdir/usr/share/pixmaps
31
mkdir -p $pkgdir/usr/share/applications
32
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
33
install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
34
}
35
md5sums=('f1aa47eec8c50166adc9de967f0f54bf'
36
'101c1b24bd092666027bd9b22870c9e3'
37
'71ae22b4607e5394cb1476d4c92ab46c')
38
sha256sums=('44e0797440a09899c62985833d9ed4e0968d6a4b7112ed22ce696ffc2fb0d802'
39
'daf614290310b264d31956db586a00a90cf516c1377fb0baa3ac838a37dbe786'
40
'4e890fabc1995f7d86038553fa3667967101d86d2b884b66b6695c795b849ec2')
41
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 |