soundfont-titanic
maintainer nerflad
· 14 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a public domain soundfont from a Dropbox link, which is non-standard but not malicious; the worst case of a swapped source is data tampering, not code execution, as the file is a static audio resource.
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 95%): The package installs a public domain soundfont from a Dropbox link, which is non-standard but not malicious; the worst case of a swapped source is data tampering, not code execution, as the file is a static audio resource.
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:25
source=('https://www.dropbox.com/s/5yzhvlrkf7s3tb2/titanic.sf2'
PKGBUILD
1 offending line(s) highlighted
1
# PKGBUILD maintainer: Eric Bailey <nerflad@gmail.com> AUR: nerflad
2
# Maintainer: Josh Dye
3
# Contributor: Maximilien Noal <noal.maximilien@gmail.com> AUR: xcomcmdr
4
5
# The official website is long gone, but:
6
# - the soundfont itself is available on a few other websites
7
# - It's readme was posted here: http://www.kvraudio.com/forum/viewtopic.php?p=3019215
8
# Rather than downloading the soundfont from websites without permission or bothering to get one,
9
# I made it available publicly on my own Dropbox account.
10
11
# The license is from the "Copyright Notice" section of the readme.
12
# It states also that the soundfont is released in the public domain, but
13
# that some sounds included did not have any copyright information.
14
# For details, please see the readme.
15
16
pkgname='soundfont-titanic'
17
pkgver='1.2'
18
pkgrel=3
19
pkgdesc='A public domain, high quality MIDI soundfont by Luke Sena'
20
arch=('any')
21
license=('custom: public domain')
22
url='http://www.titanicsf.com'
23
sha1sums=('8941d35771b56f3c6abd2b0bbb5085fd0a2b1e0d'
24
'ad8452acc1455449e2cb9488fcb6d70323aa4ee5')
25
source=('https://www.dropbox.com/s/5yzhvlrkf7s3tb2/titanic.sf2'
26
'LICENSE')
27
28
# This is an AUR script. Do not compress the package.
29
PKGEXT='.pkg.tar'
30
31
package() {
32
pwd
33
install -Dm644 titanic.sf2 "${pkgdir}/usr/share/soundfonts/titanic.sf2"
34
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35
}
36
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 |