finetune
Triggered rules
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")
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# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Frederic Bezies <fredbezies at gmail.com>
# Contributor: goetzc
# Contributor: thetotalchaos
# Check for new release:
# curl -s https://flavio.tordini.org/finetune-ws/release.xml | tr -dc 0-9.
pkgname=finetune
pkgver=3.0
pkgrel=1
pkgdesc="Automatic music tagger"
arch=('x86_64')
url="https://flavio.tordini.org/finetune"
license=('LicenseRef-unknown')
depends=(
'chromaprint'
'hicolor-icon-theme'
'qt6-base'
'qt6-declarative'
'taglib1'
)
source=("$pkgname-$pkgver.deb::https://flavio.tordini.org/files/$pkgname/$pkgname.deb")
sha256sums=('3e35c8ed0741b142fedd579515af681957cce0425611712b255259e734f5afd5')
package() {
bsdtar -xvf data.tar.zst -C "$pkgdir"
# Remove deprecated app menu
rm -rf "$pkgdir/usr/share/menu"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |