mp3tag
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
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)
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# Maintainer: Mario Finelli <mario at finel dot li>
# Contributor: Hubert Maraszek <marach5 at gmail dot com>
pkgname=mp3tag
pkgver=3.36.1
pkgrel=1
pkgdesc="The universal tag editor"
arch=(i686 x86_64)
url="https://www.mp3tag.de/en/"
license=(custom)
depends=(wine)
makedepends=(7zip)
source=(mp3tag
LICENSE
mp3tag.desktop
mp3tag.png)
source_i686=("https://download.mp3tag.de/${pkgname}-v${pkgver}-setup.exe")
source_x86_64=("https://download.mp3tag.de/${pkgname}-v${pkgver}-x64-setup.exe")
sha256sums=('378eabc03c7a4c6aa56c5aa90141204a04b727f7dc60e66a7f36a87a7eeae7d8'
'18967b634e69d8ccb08383d42a49ced3c0b11c632649a15c3a6a55e3a27f62e9'
'bc0c7b8a7a9f9ee92dfe2f1880ef5d91920473713b5d60e4afa361d69a446798'
'a3e09f7cda34bc31b3b5b1d7cf2010c3b17847c141ef5a074472eb72f760f6bf')
sha256sums_i686=('a24d7797db88e501b2fb9f16eca1a07e2712ea96ea3b514317d283fa7d6ba53f')
sha256sums_x86_64=('a977861003a87b1f00f2e0c91263c61bf12d457c6d457b367ce5f69de28fbea0')
options=(!emptydirs !strip)
prepare() {
if [[ $CARCH == i686 ]]; then
7z -y -o"$pkgname-$pkgver" x "${pkgname}-v${pkgver}-setup.exe"
else
7z -y -o"$pkgname-$pkgver" x "${pkgname}-v${pkgver}-x64-setup.exe"
fi
}
package() {
cd "$pkgname-$pkgver"
install -dm0755 "$pkgdir/usr/share/$pkgname"
cp -a * "$pkgdir/usr/share/$pkgname"
rm -rf "$pkgdir/usr/share/mp3tag/\$PLUGINSDIR" \
"$pkgdir/usr/share/mp3tag/\$R0"
find "$pkgdir/usr/share/$pkgname" -type d -exec chmod 755 "{}" \;
find "$pkgdir/usr/share/$pkgname" -type f -exec chmod 644 "{}" \;
install -Dm0755 "$srcdir/mp3tag" "$pkgdir/usr/bin/mp3tag"
install -Dm0644 "$srcdir/LICENSE" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm0644 "$srcdir/mp3tag.png" \
"$pkgdir/usr/share/pixmaps/mp3tag.png"
install -Dm0644 "$srcdir/mp3tag.desktop" \
"$pkgdir/usr/share/applications/mp3tag.desktop"
}
# vim: set ts=2 sw=2 et:
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) | 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 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 |