soundsense
maintainer txtsd
· 11 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:21
"http://df.zweistein.cz/soundsense/soundSense_${_pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: txtsd <aur.archlinux@ihavea.quest>
2
# Contributor: 01189998819991197253 <dev.ben01189998819991197253+aur@gmail.com>
3
# Contributor: winlu <derwinlu AT gmail DOT com>
4
5
pkgname=soundsense
6
_pkgver=2016-1_196
7
pkgver=${_pkgver//-/_}
8
pkgrel=2
9
pkgdesc='A sound-engine tool for Dwarf Fortress'
10
arch=(any)
11
url='http://df.zweistein.cz/soundsense'
12
license=()
13
install=soundsense.install
14
depends=(java-runtime bash)
15
makedepends=(
16
coreutils
17
dos2unix
18
unzip
19
)
20
source=(
21
"http://df.zweistein.cz/soundsense/soundSense_${_pkgver}.zip"
22
soundsense.install
23
soundsense.tmpfiles
24
)
25
sha256sums=('4b8771e36b3ec6c36a7f5447b05638418636c0ae6e90049568737f999f3f0850'
26
'fe554352d1224146736ded6e3bcf3319c286291828b192c9727cd185e0bd74c6'
27
'a427bbd72061139654d6e14832c0a664657d98519705fa5a5544fb2b16326c56')
28
29
DEST='/opt/soundsense'
30
31
prepare() {
32
cd "${pkgname}"
33
34
# fix line breaks
35
dos2unix soundSense.sh
36
# set correct working dir
37
sed -i 's:${0\%/\*}:'"${DEST}"':' soundSense.sh
38
39
unzip -q -o packSkeletons.zip
40
}
41
42
package() {
43
# install runner
44
install -Dm755 "${srcdir}/${pkgname}/soundSense.sh" "${pkgdir}/usr/bin/soundsense"
45
46
# rm unneeded files
47
rm "${pkgname}/"*.{cmd,exe,zip,sh}
48
49
# copy over and set permissions
50
install -dm755 "${pkgdir}${DEST}"
51
cp -dr "${pkgname}/." "${pkgdir}${DEST}"
52
53
install -Dm644 "soundsense.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/soundsense.conf"
54
}
55
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 |