sononym

LOW
maintainer bruh 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the project's official website, which is normal for AUR packages; the host is not whitelisted but plausibly legitimate, and the checksums are provided and valid.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official website, which is normal for AUR packages; the host is not whitelisted but plausibly legitimate, and the checksums are provided and valid.

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:10 source=("https://www.sononym.net/download/sononym-${pkgver}.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Maor Kadosh <maor@avocadosh.xyz>
2pkgname=sononym
3pkgver=1.6.14
4pkgrel=1
5pkgdesc="Audio sample manager and categorizer"
6arch=("x86_64")
7url="https://www.sononym.net"
8license=('custom:sononym')
9
10source=("https://www.sononym.net/download/sononym-${pkgver}.tar.bz2"
11 "logo.svg"
12 "sononym.desktop")
13
14sha256sums=('3b1de8dd99e9b3183aa60837bfb8cc7147efc4f56bc3a4276a871d8d72856937'
15 'a3e8e1f684398ab4fa8d209bee8b0d652fdd0a5f3553276ad1d0664f1a23960e'
16 '92685f95c29a0b10a6ece3328b28efc6bfbd6b46fbfa0790c27915b936922249')
17
18package() {
19 install -Dm 644 "logo.svg" "$pkgdir/usr/share/pixmaps/sononym.svg"
20 install -Dm 644 "sononym.desktop" "$pkgdir/usr/share/applications/sononym.desktop"
21
22 dest="$pkgdir/opt/sononym"
23
24 cd "$srcdir/sononym-${pkgver}"
25 mkdir -p "$dest"
26 cp -r * "$dest"
27
28 mkdir -p "$pkgdir/usr/bin"
29 ln -s /opt/sononym/sononym "$pkgdir/usr/bin/sononym"
30
31 # copy custom license:
32 # https://wiki.archlinux.org/index.php/PKGBUILD#license
33 install -Dm644 resources/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34}
35

Changes since previous scan

--- PKGBUILD @ 2026-09-05 00:16
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,7 +1,7 @@
# Maintainer: Maor Kadosh <maor@avocadosh.xyz>
pkgname=sononym
-pkgver=1.5.6
-pkgrel=2
+pkgver=1.6.14
+pkgrel=1
pkgdesc="Audio sample manager and categorizer"
arch=("x86_64")
url="https://www.sononym.net"
@@ -10,7 +10,8 @@
source=("https://www.sononym.net/download/sononym-${pkgver}.tar.bz2"
"logo.svg"
"sononym.desktop")
-sha256sums=('6f883b158e89c9005ca376dfd717be4606b4a0150ef6c816fc3cb4da3298ee4c'
+
+sha256sums=('3b1de8dd99e9b3183aa60837bfb8cc7147efc4f56bc3a4276a871d8d72856937'
'a3e8e1f684398ab4fa8d209bee8b0d652fdd0a5f3553276ad1d0664f1a23960e'
'92685f95c29a0b10a6ece3328b28efc6bfbd6b46fbfa0790c27915b936922249')
@@ -18,12 +19,14 @@
install -Dm 644 "logo.svg" "$pkgdir/usr/share/pixmaps/sononym.svg"
install -Dm 644 "sononym.desktop" "$pkgdir/usr/share/applications/sononym.desktop"
- d="$pkgdir/usr/share/sononym-${pkgver}"
+ dest="$pkgdir/opt/sononym"
+
cd "$srcdir/sononym-${pkgver}"
- mkdir -p "$d"
- cp -r * "$d"
+ mkdir -p "$dest"
+ cp -r * "$dest"
+
mkdir -p "$pkgdir/usr/bin"
- ln -s "$d/sononym" "$pkgdir/usr/bin/sononym"
+ ln -s /opt/sononym/sononym "$pkgdir/usr/bin/sononym"
# copy custom license:
# https://wiki.archlinux.org/index.php/PKGBUILD#license

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 20:01:32 Medium 1
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

Report a package

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

0 / 4000
Your suggestion