owx
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
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)
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# Maintainer: not_anonymous <nmlibertarian@gmail.com>
# Contributor: Ruslan Nabioullin <rnabioullin@gmail.com>
# Contributor: Vitaliy Berdinskikh, aka UR6LAD <ur6lad@archlinux.org.ua>
pkgname=owx
pkgver=r22
#.266923b
pkgrel=1
pkgdesc="HAM RADIO - CLI tool for programming Wouxun (KG669V,UVD1-3,UV1A, et al) HTs."
arch=('i686' 'x86_64')
url="http://owx.chmurka.net"
license=('Apache' 'custom:beerware')
depends=('gcc-libs')
makedepends=('git')
replaces=('wouxun')
source=("$pkgname-git::git+http://git.chmurka.net/$pkgname"
LICENSE)
md5sums=('SKIP'
'02ecf727fd7a0948393044fc17fc6f11')
pkgver() {
cd "$srcdir/$pkgname-git/"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" \
| sed "s/\..*//"
}
prepare() {
cd "$srcdir/$pkgname-git/"
sed -i -e s:SVN:${pkgver}: src/version.h
sed -i -e s:' help':' README': src/cmds.cc
sed -i -e s:'local/':'': docs/README
sed -i -e s:'libexec':'lib/owx': docs/README
}
build() {
cd "$srcdir/$pkgname-git/"
make
}
package() {
mkdir -p $pkgdir/usr/{bin,lib/$pkgname}
mkdir -p $pkgdir/usr/share/{doc/$pkgname,licenses/$pkgname}
cd $srcdir
install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname
cd "$srcdir/$pkgname-git/docs"
install -m 644 * $pkgdir/usr/share/doc/$pkgname
rm $pkgdir/usr/share/doc/$pkgname/LICENSE
cd ../src
install -D -m 755 $pkgname $pkgdir/usr/lib/$pkgname/$pkgname
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-check
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-get
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-put
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-export
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-import
ln -sf ../lib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname-fsk
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |