soundfont-generaluser
maintainer kode54
· 15 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a soundfont and documentation from Google Drive, which is a non-standard host, but the content is non-executable data; the worst case of a swapped source is limited to data tampering, not code execution.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The package downloads a soundfont and documentation from Google Drive, which is a non-standard host, but the content is non-executable data; the worst case of a swapped source is limited to data tampering, not code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:14
source=("GeneralUser_GS_v2.0.3--doc_r6.zip::https://drive.google.com/uc?export=download&id=12ZzM70Nxnr4vqyUF0bbRKE_HXQgLRNid")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Kyle Keen <keenerd@gmail.com>
2
pkgname=soundfont-generaluser
3
pkgver=2.0.3
4
pkgrel=1
5
pkgdesc="A small and well balanced GM/GS soundbank for many styles of music."
6
arch=('any')
7
license=("custom")
8
url="http://www.schristiancollins.com/generaluser.php"
9
groups=('soundfonts')
10
#source=("http://www.schristiancollins.com/soundfonts/GeneralUser_GS_$pkgver-FluidSynth.zip")
11
#source=("https://dl.dropboxusercontent.com/u/8126161/GeneralUser_GS_$pkgver.zip")
12
makedepends=('gdown')
13
DLAGENTS=('https::/usr/bin/gdown -O %o %u')
14
source=("GeneralUser_GS_v2.0.3--doc_r6.zip::https://drive.google.com/uc?export=download&id=12ZzM70Nxnr4vqyUF0bbRKE_HXQgLRNid")
15
sha256sums=('afc96a8f1cda270db376f0e70d43ca8f1aad4b337185ba017fc58ce9d3ff61b4')
16
17
package() {
18
cd GeneralUser-GS
19
install -Dm644 "GeneralUser-GS.sf2" "$pkgdir/usr/share/soundfonts/GeneralUser.sf2"
20
install -Dm644 "documentation/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
21
install -Dm644 "documentation/README.pdf" "$pkgdir/usr/share/doc/$pkgname/README.pdf"
22
install -Dm644 "support/GeneralUser GS.ins" "$pkgdir/usr/share/$pkgname/lists/GeneralUser GS.ins"
23
}
24
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |