sononym
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
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)
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# Maintainer: Maor Kadosh <maor@avocadosh.xyz>
pkgname=sononym
pkgver=1.6.14
pkgrel=1
pkgdesc="Audio sample manager and categorizer"
arch=("x86_64")
url="https://www.sononym.net"
license=('custom:sononym')
source=("https://www.sononym.net/download/sononym-${pkgver}.tar.bz2"
"logo.svg"
"sononym.desktop")
sha256sums=('3b1de8dd99e9b3183aa60837bfb8cc7147efc4f56bc3a4276a871d8d72856937'
'a3e8e1f684398ab4fa8d209bee8b0d652fdd0a5f3553276ad1d0664f1a23960e'
'92685f95c29a0b10a6ece3328b28efc6bfbd6b46fbfa0790c27915b936922249')
package() {
install -Dm 644 "logo.svg" "$pkgdir/usr/share/pixmaps/sononym.svg"
install -Dm 644 "sononym.desktop" "$pkgdir/usr/share/applications/sononym.desktop"
dest="$pkgdir/opt/sononym"
cd "$srcdir/sononym-${pkgver}"
mkdir -p "$dest"
cp -r * "$dest"
mkdir -p "$pkgdir/usr/bin"
ln -s /opt/sononym/sononym "$pkgdir/usr/bin/sononym"
# copy custom license:
# https://wiki.archlinux.org/index.php/PKGBUILD#license
install -Dm644 resources/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
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#licenseScan 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 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 |