owx

LOW
maintainer not_anonymous 1 votes scanned 2026-09-17 00:27:14.276658
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
5pkgname=owx
6pkgver=r22
7#.266923b
8pkgrel=1
9pkgdesc="HAM RADIO - CLI tool for programming Wouxun (KG669V,UVD1-3,UV1A, et al) HTs."
10arch=('i686' 'x86_64')
11url="http://owx.chmurka.net"
12license=('Apache' 'custom:beerware')
13depends=('gcc-libs')
14makedepends=('git')
15replaces=('wouxun')
16source=("$pkgname-git::git+http://git.chmurka.net/$pkgname"
17 LICENSE)
18md5sums=('SKIP'
19 '02ecf727fd7a0948393044fc17fc6f11')
20
21pkgver() {
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
27prepare() {
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
36build() {
37 cd "$srcdir/$pkgname-git/"
38 make
39}
40
41package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion