tonelib-grandmagus-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=("${pkgname}-${pkgver}.deb::http://tonelib.net/download/ToneLib-GrandMagus-amd64.deb")
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# Maintainer: ami-chuu (amichuu73@proton.me)
pkgname='tonelib-grandmagus-bin'
pkgver=1.0.0
pkgrel=1
pkgdesc="TL GrandMagus is a full-featured amp suite that will imbue your guitar tone with a full spectrum of arcane."
arch=('x86_64')
url="https://tonelib.net/plugins/tl-grandmagus.html"
license=('custom:ToneLib')
depends=('alsa-lib' 'freetype2' 'gcc-libs' 'glibc' 'libglvnd' 'libx11')
optdepends=('jack: JACK output')
options=('!strip' '!debug')
source=("${pkgname}-${pkgver}.deb::http://tonelib.net/download/ToneLib-GrandMagus-amd64.deb")
sha512sums=('a740a9766340c25f2a6a91d7e4b273422340eca17523d777a31e0d850845df88f63d71b5f7fc9aa1812e9ad987269a9035f26c2a12e3ac166d887979662aa812')
package() {
cd "${srcdir}"
# Extract .deb
ar x "${pkgname}-${pkgver}.deb"
# Extract package data
bsdtar -xf data.tar.* -C "${pkgdir}"
# License
install -Dm644 "${pkgdir}/usr/share/doc/tonelib-grandmagus/copyright" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" 2>/dev/null || true
}
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 |