marote
maintainer not_anonymous
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own domain (hamsoftware.org), which is plausibly the official project host; building from source is normal AUR practice, and the checksums are provided and verified.
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 tarball from the project's own domain (hamsoftware.org), which is plausibly the official project host; building from source is normal AUR practice, and the checksums are provided and verified.
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:13
source=(http://www.hamsoftware.org/$pkgname-$pkgver.tgz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2
# Contributor: Bob Finch <w9ya@qrparci.net>
3
4
pkgname=marote
5
pkgver=3.1
6
pkgrel=3
7
pkgdesc="Rig conrol program for Elecraft K2 Transceiver"
8
arch=('i686' 'x86_64')
9
url="http://hamsoftware.org/old_index.html"
10
license=('GPL')
11
depends=('qt3' 'hamradio-menus')
12
optdepends=('xlog: logbook')
13
source=(http://www.hamsoftware.org/$pkgname-$pkgver.tgz
14
$pkgname.desktop
15
$pkgname.png)
16
17
prepare() {
18
cd $srcdir/$pkgname-$pkgver
19
20
/usr/lib/qt3/bin/qmake marote.pro
21
sed -i s:'\$(QTDIR)\/include':'\/usr\/include\/qt3': Makefile
22
}
23
24
build() {
25
cd $srcdir/$pkgname-$pkgver
26
27
make MOC=/usr/lib/qt3/bin/moc UIC=/usr/lib/qt3/bin/uic || return 1
28
}
29
30
package() {
31
cd "$srcdir/$pkgname-$pkgver/"
32
33
sed -i 's:\/local::g' Makefile
34
make INSTALL_ROOT="$pkgdir/" install
35
36
install -Dm644 README $pkgdir/usr/share/$pkgname/docs/README.txt
37
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
38
install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
39
}
40
md5sums=('2848d998f971bc836463da231ff7759d'
41
'18b8d7c22a960ca6c2cd1868140f8af5'
42
'ba79c00f4e68bd67062c7616f9349620')
43
sha256sums=('2d9953828a888de3737c407b74d4bdfcf8dbf70b111acfce4db721ed1b608639'
44
'935ab0354b34b58efc1cb4e71044b46f868975e719a20e4d556e9228240ca137'
45
'48bbab2e8c3affd34ed22d97d8b24f49974aa3bacbdfabe91e3363e9d2bb8678')
46
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 |