soundsense
The package downloads a source zip from a project-related but non-whitelisted host; however, it is a build of the project's own source, contains no obfuscated scripts or remote code execution, and installs only data and a shell script with local modifications, posing minimal risk.
Triggered rules
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 downloads a source zip from a project-related but non-whitelisted host; however, it is a build of the project's own source, contains no obfuscated scripts or remote code execution, and installs only data and a shell script with local modifications, posing minimal risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:21
"http://df.zweistein.cz/soundsense/soundSense_${_pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: txtsd <aur.archlinux@ihavea.quest>
# Contributor: 01189998819991197253 <dev.ben01189998819991197253+aur@gmail.com>
# Contributor: winlu <derwinlu AT gmail DOT com>
pkgname=soundsense
_pkgver=2016-1_196
pkgver=${_pkgver//-/_}
pkgrel=2
pkgdesc='A sound-engine tool for Dwarf Fortress'
arch=(any)
url='http://df.zweistein.cz/soundsense'
license=()
install=soundsense.install
depends=(java-runtime bash)
makedepends=(
coreutils
dos2unix
unzip
)
source=(
"http://df.zweistein.cz/soundsense/soundSense_${_pkgver}.zip"
soundsense.install
soundsense.tmpfiles
)
sha256sums=('4b8771e36b3ec6c36a7f5447b05638418636c0ae6e90049568737f999f3f0850'
'fe554352d1224146736ded6e3bcf3319c286291828b192c9727cd185e0bd74c6'
'a427bbd72061139654d6e14832c0a664657d98519705fa5a5544fb2b16326c56')
DEST='/opt/soundsense'
prepare() {
cd "${pkgname}"
# fix line breaks
dos2unix soundSense.sh
# set correct working dir
sed -i 's:${0\%/\*}:'"${DEST}"':' soundSense.sh
unzip -q -o packSkeletons.zip
}
package() {
# install runner
install -Dm755 "${srcdir}/${pkgname}/soundSense.sh" "${pkgdir}/usr/bin/soundsense"
# rm unneeded files
rm "${pkgname}/"*.{cmd,exe,zip,sh}
# copy over and set permissions
install -dm755 "${pkgdir}${DEST}"
cp -dr "${pkgname}/." "${pkgdir}${DEST}"
install -Dm644 "soundsense.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/soundsense.conf"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |