octarine-bin
maintainer 32faf5189bf14d60
· 5 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary archive from a non-standard, untrusted host (R2 cloud storage) with a skipped checksum, creating a supply-chain risk if the source were compromised.
Triggered rules
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:8
source=("https://pub-3d35bc018fc54f11bde129e3e73e8002.r2.dev/${pkgver}/linux/Octarine-bin-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt binary archive from a non-standard, untrusted host (R2 cloud storage) with a skipped checksum, creating a supply-chain risk if the source were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: 32faf5189bf14d60 <github.refusal864@passinbox.com>
2
pkgname=octarine-bin
3
pkgdesc="Private, markdown-based note-taking app with a focus on speed, simplicity and data ownership. Write faster, think clearer."
4
pkgver=0.49.0
5
pkgrel=1
6
arch=("x86_64")
7
url="https://octarine.app"
8
source=("https://pub-3d35bc018fc54f11bde129e3e73e8002.r2.dev/${pkgver}/linux/Octarine-bin-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
9
depends=("gtk3" "libappindicator-gtk3" "webkit2gtk-4.1" "xdotool")
10
md5sums=("SKIP")
11
options=(!debug)
12
13
prepare() {
14
cd "$srcdir"
15
tar -I zstd -xf "Octarine-bin-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst"
16
}
17
18
package() {
19
# Desktop
20
install -Dm644 "$srcdir/usr/share/applications/Octarine.desktop" "$pkgdir/usr/share/applications/octarine.desktop"
21
22
# Icons
23
install -Dm644 "$srcdir/usr/share/icons/hicolor/128x128/apps/octarine.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/octarine.png"
24
install -Dm644 "$srcdir/usr/share/icons/hicolor/256x256@2/apps/octarine.png" "$pkgdir/usr/share/icons/hicolor/256x256@2/apps/octarine.png"
25
install -Dm644 "$srcdir/usr/share/icons/hicolor/32x32/apps/octarine.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/octarine.png"
26
27
# Executable
28
install -Dm755 "$srcdir/usr/bin/octarine" "$pkgdir/usr/bin/octarine"
29
}
30
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: 32faf5189bf14d60 <github.refusal864@passinbox.com> pkgname=octarine-bin pkgdesc="Private, markdown-based note-taking app with a focus on speed, simplicity and data ownership. Write faster, think clearer."-pkgver=0.48.0 +pkgver=0.49.0 pkgrel=1 arch=("x86_64") url="https://octarine.app"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 09:17:30 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 05:29:17 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 07:57:03 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |