soundsense

LOW
maintainer txtsd 11 votes scanned 2026-09-17 00:27:14.276658
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
5pkgname=soundsense
6_pkgver=2016-1_196
7pkgver=${_pkgver//-/_}
8pkgrel=2
9pkgdesc='A sound-engine tool for Dwarf Fortress'
10arch=(any)
11url='http://df.zweistein.cz/soundsense'
12license=()
13install=soundsense.install
14depends=(java-runtime bash)
15makedepends=(
16 coreutils
17 dos2unix
18 unzip
19)
20source=(
21 "http://df.zweistein.cz/soundsense/soundSense_${_pkgver}.zip"
22 soundsense.install
23 soundsense.tmpfiles
24)
25sha256sums=('4b8771e36b3ec6c36a7f5447b05638418636c0ae6e90049568737f999f3f0850'
26 'fe554352d1224146736ded6e3bcf3319c286291828b192c9727cd185e0bd74c6'
27 'a427bbd72061139654d6e14832c0a664657d98519705fa5a5544fb2b16326c56')
28
29DEST='/opt/soundsense'
30
31prepare() {
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
42package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion