timbre-bin

MEDIUM
maintainer Toasterkitten 0 votes scanned 2026-08-25 00:14:31.111093
View on AUR
Why flagged

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

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:13 source=("timbre-${pkgver}::https://gitea.owendeed.com/Toasterkitten/timbre/releases/download/v${pkgver}/timbre")
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review 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
1# Maintainer: Owen <owen@ericfeldman.com>
2pkgname=timbre-bin
3_pkgname=timbre
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="A music manager to finally solve this mess of music management"
7arch=('x86_64')
8url="https://gitea.owendeed.com/Toasterkitten/timbre"
9license=('Unlicense')
10depends=('cdparanoia' 'flac')
11provides=('timbre')
12conflicts=('timbre')
13source=("timbre-${pkgver}::https://gitea.owendeed.com/Toasterkitten/timbre/releases/download/v${pkgver}/timbre")
14sha256sums=('7c351182b242d36bd9a4d7c89853ba80ed425a666b69a4fbed74efa5a8c26a8b')
15
16package() {
17 install -Dm755 "${srcdir}/timbre-${pkgver}" "${pkgdir}/usr/bin/timbre"
18}
19

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 00:14:31 Medium 3
2026-08-24 23:26:08 Medium 3
2026-08-24 23:24:42 Medium 3

Report a package

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

0 / 4000
Your suggestion