tonelib-grandmagus-bin

maintainer ami-chuu · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged This PKGBUILD downloads a prebuilt binary .deb from tonelib.net (the official vendor website for ToneLib products) and installs it directly. While tonelib.net appears to be the legitimate upstream vendor, the package pulls a prebuilt executable binary (not source code) from a non-Arch-official host with no versioned/immutable URL — the download URL 'ToneLib-GrandMagus-amd64.deb' has no version in the path, meaning the file could be silently replaced upstream while the sha512sum would catch tampering only if the checksum is kept current. The sha512sum provides integrity verification at build time, which mitigates the worst supply-chain risk. However, the pattern of installing an unstripped prebuilt binary from a proprietary vendor's download server (not a versioned release artifact) is a genuine medium-severity supply-chain concern: if tonelib.net is compromised or the file is swapped, users get arbitrary code execution. This is a real but not clearly malicious concern — consistent with MEDIUM.

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=("${pkgname}-${pkgver}.deb::http://tonelib.net/download/ToneLib-GrandMagus-amd64.deb")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt binary .deb from tonelib.net (the official vendor website for ToneLib products) and installs it directly. While tonelib.net appears to be the legitimate upstream vendor, the package pulls a prebuilt executable binary (not source code) from a non-Arch-official host with no versioned/immutable URL — the download URL 'ToneLib-GrandMagus-amd64.deb' has no version in the path, meaning the file could be silently replaced upstream while the sha512sum would catch tampering only if the checksum is kept current. The sha512sum provides integrity verification at build time, which mitigates the worst supply-chain risk. However, the pattern of installing an unstripped prebuilt binary from a proprietary vendor's download server (not a versioned release artifact) is a genuine medium-severity supply-chain concern: if tonelib.net is compromised or the file is swapped, users get arbitrary code execution. This is a real but not clearly malicious concern — consistent with MEDIUM.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: ami-chuu (amichuu73@proton.me)
2
3pkgname='tonelib-grandmagus-bin'
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="TL GrandMagus is a full-featured amp suite that will imbue your guitar tone with a full spectrum of arcane."
7arch=('x86_64')
8url="https://tonelib.net/plugins/tl-grandmagus.html"
9license=('custom:ToneLib')
10depends=('alsa-lib' 'freetype2' 'gcc-libs' 'glibc' 'libglvnd' 'libx11')
11optdepends=('jack: JACK output')
12options=('!strip' '!debug')
13source=("${pkgname}-${pkgver}.deb::http://tonelib.net/download/ToneLib-GrandMagus-amd64.deb")
14sha512sums=('a740a9766340c25f2a6a91d7e4b273422340eca17523d777a31e0d850845df88f63d71b5f7fc9aa1812e9ad987269a9035f26c2a12e3ac166d887979662aa812')
15
16package() {
17
18 cd "${srcdir}"
19
20 # Extract .deb
21 ar x "${pkgname}-${pkgver}.deb"
22
23 # Extract package data
24 bsdtar -xf data.tar.* -C "${pkgdir}"
25
26 # License
27 install -Dm644 "${pkgdir}/usr/share/doc/tonelib-grandmagus/copyright" \
28 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" 2>/dev/null || true
29
30}
31

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