owx
maintainer not_anonymous
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git repository from a personal domain, but it is used to build the software from source, which is a normal AUR practice; the host, while not standard, is plausibly the project's own and no untrusted prebuilt binaries are executed.
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 git repository from a personal domain, but it is used to build the software from source, which is a normal AUR practice; the host, while not standard, is plausibly the project's own and no untrusted prebuilt binaries are executed.
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:16
source=("$pkgname-git::git+http://git.chmurka.net/$pkgname"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: not_anonymous <nmlibertarian@gmail.com>
2
# Contributor: Ruslan Nabioullin <rnabioullin@gmail.com>
3
# Contributor: Vitaliy Berdinskikh, aka UR6LAD <ur6lad@archlinux.org.ua>
4
5
pkgname=owx
6
pkgver=r22
7
#.266923b
8
pkgrel=1
9
pkgdesc="HAM RADIO - CLI tool for programming Wouxun (KG669V,UVD1-3,UV1A, et al) HTs."
10
arch=('i686' 'x86_64')
11
url="http://owx.chmurka.net"
12
license=('Apache' 'custom:beerware')
13
depends=('gcc-libs')
14
makedepends=('git')
15
replaces=('wouxun')
16
source=("$pkgname-git::git+http://git.chmurka.net/$pkgname"
17
LICENSE)
18
md5sums=('SKIP'
19
'02ecf727fd7a0948393044fc17fc6f11')
20
21
pkgver() {
22
cd "$srcdir/$pkgname-git/"
23
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" \
24
| sed "s/\..*//"
25
}
26
27
prepare() {
28
cd "$srcdir/$pkgname-git/"
29
sed -i -e s:SVN:${pkgver}: src/version.h
30
sed -i -e s:' help':' README': src/cmds.cc
31
32
sed -i -e s:'local/':'': docs/README
33
sed -i -e s:'libexec':'lib/owx': docs/README
34
}
35
36
build() {
37
cd "$srcdir/$pkgname-git/"
38
make
39
}
40
41
package() {
42
mkdir -p $pkgdir/usr/{bin,lib/$pkgname}
43
mkdir -p $pkgdir/usr/share/{doc/$pkgname,licenses/$pkgname}
44
45
cd $srcdir
46
install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname
47
48
cd "$srcdir/$pkgname-git/docs"
49
install -m 644 * $pkgdir/usr/share/doc/$pkgname
50
rm $pkgdir/usr/share/doc/$pkgname/LICENSE
51
52
cd ../src
53
install -D -m 755 $pkgname $pkgdir/usr/lib/$pkgname/$pkgname
54
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-check
55
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-get
56
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-put
57
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-export
58
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-import
59
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-fsk
60
}
61
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 |