sononym
maintainer bruh
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official website, which is a normal and expected practice for AUR packages; the host is not whitelisted but is plausibly the project's own, 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official website, which is a normal and expected practice for AUR packages; the host is not whitelisted but is plausibly the project's own, 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>
2
pkgname=sononym
3
pkgver=1.5.6
4
pkgrel=2
5
pkgdesc="Audio sample manager and categorizer"
6
arch=("x86_64")
7
url="https://www.sononym.net"
8
license=('custom:sononym')
9
10
source=("https://www.sononym.net/download/sononym-${pkgver}.tar.bz2"
11
"logo.svg"
12
"sononym.desktop")
13
sha256sums=('6f883b158e89c9005ca376dfd717be4606b4a0150ef6c816fc3cb4da3298ee4c'
14
'a3e8e1f684398ab4fa8d209bee8b0d652fdd0a5f3553276ad1d0664f1a23960e'
15
'92685f95c29a0b10a6ece3328b28efc6bfbd6b46fbfa0790c27915b936922249')
16
17
package() {
18
install -Dm 644 "logo.svg" "$pkgdir/usr/share/pixmaps/sononym.svg"
19
install -Dm 644 "sononym.desktop" "$pkgdir/usr/share/applications/sononym.desktop"
20
21
d="$pkgdir/usr/share/sononym-${pkgver}"
22
cd "$srcdir/sononym-${pkgver}"
23
mkdir -p "$d"
24
cp -r * "$d"
25
mkdir -p "$pkgdir/usr/bin"
26
ln -s "$d/sononym" "$pkgdir/usr/bin/sononym"
27
28
# copy custom license:
29
# https://wiki.archlinux.org/index.php/PKGBUILD#license
30
install -Dm644 resources/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31
}
32
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 |