mp3tag

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

The package downloads official Windows installer executables from the project's own domain (mp3tag.de), which is a plausible and expected source; the files are verified with matching sha256sums, and the build process extracts and installs them locally under Wine, which is standard for such wrappers.

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 package downloads official Windows installer executables from the project's own domain (mp3tag.de), which is a plausible and expected source; the files are verified with matching sha256sums, and the build process extracts and installs them locally under Wine, which is standard for such wrappers.

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:17 source_i686=("https://download.mp3tag.de/${pkgname}-v${pkgver}-setup.exe")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Mario Finelli <mario at finel dot li>
2# Contributor: Hubert Maraszek <marach5 at gmail dot com>
3
4pkgname=mp3tag
5pkgver=3.36.1
6pkgrel=1
7pkgdesc="The universal tag editor"
8arch=(i686 x86_64)
9url="https://www.mp3tag.de/en/"
10license=(custom)
11depends=(wine)
12makedepends=(7zip)
13source=(mp3tag
14 LICENSE
15 mp3tag.desktop
16 mp3tag.png)
17source_i686=("https://download.mp3tag.de/${pkgname}-v${pkgver}-setup.exe")
18source_x86_64=("https://download.mp3tag.de/${pkgname}-v${pkgver}-x64-setup.exe")
19sha256sums=('378eabc03c7a4c6aa56c5aa90141204a04b727f7dc60e66a7f36a87a7eeae7d8'
20 '18967b634e69d8ccb08383d42a49ced3c0b11c632649a15c3a6a55e3a27f62e9'
21 'bc0c7b8a7a9f9ee92dfe2f1880ef5d91920473713b5d60e4afa361d69a446798'
22 'a3e09f7cda34bc31b3b5b1d7cf2010c3b17847c141ef5a074472eb72f760f6bf')
23sha256sums_i686=('a24d7797db88e501b2fb9f16eca1a07e2712ea96ea3b514317d283fa7d6ba53f')
24sha256sums_x86_64=('a977861003a87b1f00f2e0c91263c61bf12d457c6d457b367ce5f69de28fbea0')
25options=(!emptydirs !strip)
26
27prepare() {
28 if [[ $CARCH == i686 ]]; then
29 7z -y -o"$pkgname-$pkgver" x "${pkgname}-v${pkgver}-setup.exe"
30 else
31 7z -y -o"$pkgname-$pkgver" x "${pkgname}-v${pkgver}-x64-setup.exe"
32 fi
33}
34
35package() {
36 cd "$pkgname-$pkgver"
37
38 install -dm0755 "$pkgdir/usr/share/$pkgname"
39 cp -a * "$pkgdir/usr/share/$pkgname"
40
41 rm -rf "$pkgdir/usr/share/mp3tag/\$PLUGINSDIR" \
42 "$pkgdir/usr/share/mp3tag/\$R0"
43 find "$pkgdir/usr/share/$pkgname" -type d -exec chmod 755 "{}" \;
44 find "$pkgdir/usr/share/$pkgname" -type f -exec chmod 644 "{}" \;
45
46 install -Dm0755 "$srcdir/mp3tag" "$pkgdir/usr/bin/mp3tag"
47 install -Dm0644 "$srcdir/LICENSE" \
48 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
49 install -Dm0644 "$srcdir/mp3tag.png" \
50 "$pkgdir/usr/share/pixmaps/mp3tag.png"
51 install -Dm0644 "$srcdir/mp3tag.desktop" \
52 "$pkgdir/usr/share/applications/mp3tag.desktop"
53}
54
55# vim: set ts=2 sw=2 et:
56

Changes since previous scan

--- PKGBUILD @ 2026-08-31 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -2,7 +2,7 @@
# Contributor: Hubert Maraszek <marach5 at gmail dot com>
pkgname=mp3tag
-pkgver=3.36
+pkgver=3.36.1
pkgrel=1
pkgdesc="The universal tag editor"
arch=(i686 x86_64)
@@ -20,8 +20,8 @@
'18967b634e69d8ccb08383d42a49ced3c0b11c632649a15c3a6a55e3a27f62e9'
'bc0c7b8a7a9f9ee92dfe2f1880ef5d91920473713b5d60e4afa361d69a446798'
'a3e09f7cda34bc31b3b5b1d7cf2010c3b17847c141ef5a074472eb72f760f6bf')
-sha256sums_i686=('5571f918d0c7cb2b52895ec2b9f92be14dbf8e6964475da5d8958d2925a97f51')
-sha256sums_x86_64=('936c7365103c2fe7a0796ecb0f9ecc1eb86ef9c143111eee8c0f9d441392c660')
+sha256sums_i686=('a24d7797db88e501b2fb9f16eca1a07e2712ea96ea3b514317d283fa7d6ba53f')
+sha256sums_x86_64=('a977861003a87b1f00f2e0c91263c61bf12d457c6d457b367ce5f69de28fbea0')
options=(!emptydirs !strip)
prepare() {

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 09:44:49 Medium 1
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2

Report a package

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

0 / 4000
Your suggestion