finetune

maintainer yochananmarqos · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary .deb from flavio.tordini.org, which is the official upstream author's personal domain (Flavio Tordini is the known developer of Minitube, Musictube, and Finetune). The URL matches the official project page listed in the 'url' field. However, this is still a prebuilt binary from a personal/unofficial host rather than a distro mirror or source build, and the .deb is extracted and installed directly without source compilation. There is no GPG signature verification, only a sha256sum. The sha256 provides integrity but not authenticity — if the host were compromised or the file silently replaced, the checksum would need updating too (though a static checksum does protect against silent replacement at the current version). This is a legitimate upstream vendor binary but from a personal domain with no additional signing, which is the classic medium supply-chain concern: not malicious, but the trust chain is weaker than a source build or a signed release.

Triggered rules

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:23 source=("$pkgname-$pkgver.deb::https://flavio.tordini.org/files/$pkgname/$pkgname.deb")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary .deb from flavio.tordini.org, which is the official upstream author's personal domain (Flavio Tordini is the known developer of Minitube, Musictube, and Finetune). The URL matches the official project page listed in the 'url' field. However, this is still a prebuilt binary from a personal/unofficial host rather than a distro mirror or source build, and the .deb is extracted and installed directly without source compilation. There is no GPG signature verification, only a sha256sum. The sha256 provides integrity but not authenticity — if the host were compromised or the file silently replaced, the checksum would need updating too (though a static checksum does protect against silent replacement at the current version). This is a legitimate upstream vendor binary but from a personal domain with no additional signing, which is the classic medium supply-chain concern: not malicious, but the trust chain is weaker than a source build or a signed release.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
2# Contributor: Frederic Bezies <fredbezies at gmail.com>
3# Contributor: goetzc
4# Contributor: thetotalchaos
5
6# Check for new release:
7# curl -s https://flavio.tordini.org/finetune-ws/release.xml | tr -dc 0-9.
8
9pkgname=finetune
10pkgver=3.0
11pkgrel=1
12pkgdesc="Automatic music tagger"
13arch=('x86_64')
14url="https://flavio.tordini.org/finetune"
15license=('LicenseRef-unknown')
16depends=(
17 'chromaprint'
18 'hicolor-icon-theme'
19 'qt6-base'
20 'qt6-declarative'
21 'taglib1'
22)
23source=("$pkgname-$pkgver.deb::https://flavio.tordini.org/files/$pkgname/$pkgname.deb")
24sha256sums=('3e35c8ed0741b142fedd579515af681957cce0425611712b255259e734f5afd5')
25
26package() {
27 bsdtar -xvf data.tar.zst -C "$pkgdir"
28
29 # Remove deprecated app menu
30 rm -rf "$pkgdir/usr/share/menu"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 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