mp3tag

maintainer supermario · 31 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads official Windows installer binaries from the project's own domain (download.mp3tag.de) for extraction and repackaging; this is a normal AUR packaging pattern for Wine-based apps, and the source is plausibly official despite the non-whitelisted host.

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 package downloads official Windows installer binaries from the project's own domain (download.mp3tag.de) for extraction and repackaging; this is a normal AUR packaging pattern for Wine-based apps, and the source is plausibly official despite the non-whitelisted host.

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.35
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=('ab77a0f6dcc07c27f911c58a02c335e47f2e370845887b27f78d61930a778345')
24sha256sums_x86_64=('ca3d34377b2948cee52eb2cdbac1071e206b100b5c75cd92aaae043c4dd59066')
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

Scan history

Scanned at (UTC)SeverityRules
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 09:37:42 MEDIUM 1
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

Report a package

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

0 / 4000
Your suggestion