septabee
A prebuilt binary (DAW executable) is downloaded from a personal/project website (nekoweb.org) that is not official vendor infrastructure and could be silently swapped; the binary is installed and symlinked for execution, making a supply-chain swap directly dangerous, though the checksum is present and non-SKIP.
Triggered rules
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:11
source=("https://septabee.nekoweb.org/important_stuff/SEPTABEE_DOWNLOADS/version_B/septabee_linux_${pkgver}.7z" 'septabee.desktop')
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 72%): A prebuilt binary (DAW executable) is downloaded from a personal/project website (nekoweb.org) that is not official vendor infrastructure and could be silently swapped; the binary is installed and symlinked for execution, making a supply-chain swap directly dangerous, though the checksum is present and non-SKIP.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Syntaxxor <syntaxxorhapsody@gmail.com>
pkgname=septabee
pkgver=B_T3
pkgrel=2
pkgdesc='A DAW built around audio sample-level parameter modulation and a ridiculous amount of optimization.'
arch=('x86_64')
url='https://septabee.nekoweb.org'
license=('LicenseRef-septabee')
depends=('vulkan-driver' 'libpipewire' 'libx11' 'libstdc++')
source=("https://septabee.nekoweb.org/important_stuff/SEPTABEE_DOWNLOADS/version_B/septabee_linux_${pkgver}.7z" 'septabee.desktop')
sha256sums=('bdd5c9e10bacbe2fde873b66a768a26e21592c9bdb53bfa646747b2929b1ac50'
'e3b414eb7a8fa5d0b565873cb4753b79dac456e7d0b4e9bc25f1305bcf036734')
options=(!debug)
package() {
mkdir -p "${pkgdir}/opt/septabee"
mkdir -p "${pkgdir}/usr/bin"
mkdir -p "${pkgdir}/usr/share/licenses/septabee"
mkdir -p "${pkgdir}/usr/share/applications"
cd "${srcdir}/linux"
cp -R "." "${pkgdir}/opt/septabee"
cd "${srcdir}"
cp "septabee.desktop" "${pkgdir}/usr/share/applications"
ln -s "/opt/septabee/septabee" "${pkgdir}/usr/bin/septabee"
echo "Copyright 2026 Lost Robot\nFree for everyone to use forever\n" >> "${pkgdir}/usr/share/licenses/septabee/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 10:01:37 | Medium | 3 |
| 2026-09-05 09:59:47 | Medium | 3 |