timbre-bin
Downloads a prebuilt binary from a personal Gitea instance (owendeed.com) that is not official/verified infrastructure; while the checksum is present and the host appears to be the project owner's own server, it is a personal self-hosted forge where the binary could be silently swapped with no independent verification, making it a medium supply-chain risk for an executable installed to /usr/bin.
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:13
source=("timbre-${pkgver}::https://gitea.owendeed.com/Toasterkitten/timbre/releases/download/v${pkgver}/timbre")
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Downloads a prebuilt binary from a personal Gitea instance (owendeed.com) that is not official/verified infrastructure; while the checksum is present and the host appears to be the project owner's own server, it is a personal self-hosted forge where the binary could be silently swapped with no independent verification, making it a medium supply-chain risk for an executable installed to /usr/bin.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Owen <owen@ericfeldman.com>
pkgname=timbre-bin
_pkgname=timbre
pkgver=0.1.0
pkgrel=1
pkgdesc="A music manager to finally solve this mess of music management"
arch=('x86_64')
url="https://gitea.owendeed.com/Toasterkitten/timbre"
license=('Unlicense')
depends=('cdparanoia' 'flac')
provides=('timbre')
conflicts=('timbre')
source=("timbre-${pkgver}::https://gitea.owendeed.com/Toasterkitten/timbre/releases/download/v${pkgver}/timbre")
sha256sums=('7c351182b242d36bd9a4d7c89853ba80ed425a666b69a4fbed74efa5a8c26a8b')
package() {
install -Dm755 "${srcdir}/timbre-${pkgver}" "${pkgdir}/usr/bin/timbre"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 00:14:31 | Medium | 3 |
| 2026-08-24 23:26:08 | Medium | 3 |
| 2026-08-24 23:24:42 | Medium | 3 |