ocenaudio-bin
maintainer LibertyGM
· 50 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official project's domain, which is a standard practice for binary packages; the non-whitelisted host is the project's own download endpoint, and the checksum ensures integrity.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the official project's domain, which is a standard practice for binary packages; the non-whitelisted host is the project's own download endpoint, and the checksum ensures integrity.
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:17
source=("${_pkgname}-${pkgver}_x86_64.tar.zst::https://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.zst?version=v${pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Konstantin Liberty <jon9097 at gmail dot com>
2
# Contributor: John Gleezowood <psyrccio@gmail.com>
3
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
4
# Contributor: Clarence <xjh.azzbcc@gmail.com>
5
pkgname="ocenaudio-bin"
6
_pkgname=ocenaudio
7
pkgver=3.20.1
8
pkgrel=1
9
pkgdesc="Cross-platform, easy to use, fast and functional audio editor"
10
arch=('x86_64')
11
url="https://www.ocenaudio.com/"
12
license=('custom')
13
depends=('hicolor-icon-theme' 'jack' 'libpulse' 'qt6-base')
14
provides=("${_pkgname}")
15
conflicts=("${_pkgname}")
16
17
source=("${_pkgname}-${pkgver}_x86_64.tar.zst::https://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.zst?version=v${pkgver}")
18
sha512sums=('3bc1ddfed9e9012ac87560f78e7d794a52fc2e3f62a3ad687c2eb882d152842de18beef5cb53a174488f307b684dae562e74e2f86c4510820a4580d626d6edee')
19
20
package() {
21
cp -r "$srcdir/opt" "$pkgdir/"
22
cp -r "$srcdir/usr" "$pkgdir/"
23
24
sed -i 's|/opt/ocenaudio/bin/ocenaudio|/usr/bin/ocenaudio|' \
25
"$pkgdir/usr/share/applications/ocenaudio.desktop"
26
27
install -dm755 "$pkgdir/usr/bin"
28
ln -s "/opt/ocenaudio/bin/ocenaudio" "$pkgdir/usr/bin/ocenaudio"
29
30
install -Dm644 "$srcdir/opt/ocenaudio/bin/ocenaudio_license.txt" \
31
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
32
33
rm -rf "$pkgdir/usr/src"
34
}
35
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -4,7 +4,7 @@ # Contributor: Clarence <xjh.azzbcc@gmail.com> pkgname="ocenaudio-bin" _pkgname=ocenaudio-pkgver=3.20+pkgver=3.20.1 pkgrel=1 pkgdesc="Cross-platform, easy to use, fast and functional audio editor" arch=('x86_64')@@ -15,7 +15,7 @@ conflicts=("${_pkgname}") source=("${_pkgname}-${pkgver}_x86_64.tar.zst::https://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.zst?version=v${pkgver}")-sha512sums=('b062f10fe0532a5674af304c2643c731c7de42bf51827bdb3a4a7a9099dd8d8fbc59b3457170adc55c56e817a991a765c9461b344c051f47c11c35ef4bc89678')+sha512sums=('3bc1ddfed9e9012ac87560f78e7d794a52fc2e3f62a3ad687c2eb882d152842de18beef5cb53a174488f307b684dae562e74e2f86c4510820a4580d626d6edee') package() { cp -r "$srcdir/opt" "$pkgdir/"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 03:31:41 | MEDIUM | 1 |
| 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 23:18:24 | MEDIUM | 1 |
| 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 |