journey-cloud
maintainer HaoZeke
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt snap from the official Snapcraft API, which is a legitimate source for Journey's official release; the snap is integrity-verified with a fixed sha256sum, and no remote code execution or obfuscation is present.
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 snap from the official Snapcraft API, which is a legitimate source for Journey's official release; the snap is integrity-verified with a fixed sha256sum, and no remote code execution or obfuscation is present.
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:18
source=("${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/${_snapid}_${_snaprev}.snap")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rohit Goswami (HaoZeke) <rohit.goswami@aol.com>
2
pkgname=journey-cloud
3
pkgver=5.2.3
4
pkgrel=1
5
pkgdesc="Your private diary, journal & companion (Journey Desktop)."
6
arch=('x86_64')
7
url='https://journey.cloud/'
8
provides=('journey')
9
conflicts=('journey' 'journey-bin' 'journey-git')
10
license=('LicenseRef-proprietary')
11
depends=('nss' 'gtk3' 'libxss' 'libnotify' 'libxtst' 'xdg-utils' 'libsecret')
12
optdepends=('libappindicator-gtk3: tray icon support')
13
makedepends=('squashfs-tools')
14
options=('!strip' '!emptydirs')
15
# Snap package name is journey-desktop (legacy snap "journey" stopped at 2.14.6)
16
_snapid="Uu8rnbebv24ri4ypRpKBRNBnrvWMOOhr"
17
_snaprev="62"
18
source=("${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/${_snapid}_${_snaprev}.snap")
19
sha256sums=('04758ee465351007d50b2fdda6bff6b9e2ea0a64278aab579b3136147bd64248')
20
21
prepare() {
22
echo "Extracting snap file..."
23
unsquashfs -q -f -d "${srcdir}/${pkgname}" "${pkgname}-${pkgver}.snap"
24
}
25
26
package() {
27
# Install application payload
28
install -d "${pkgdir}/opt/${pkgname}"
29
cp -a "${srcdir}/${pkgname}/." "${pkgdir}/opt/${pkgname}"
30
31
# Desktop Entry
32
sed -i \
33
-e 's|${SNAP}/meta/gui/icon.png|journey-cloud|g' \
34
-e "s|^Exec=journey-desktop|Exec=/usr/bin/journey-desktop|g" \
35
"${pkgdir}/opt/${pkgname}/meta/gui/journey-desktop.desktop"
36
install -Dm644 "${pkgdir}/opt/${pkgname}/meta/gui/journey-desktop.desktop" \
37
"${pkgdir}/usr/share/applications/journey-desktop.desktop"
38
install -Dm644 "${pkgdir}/opt/${pkgname}/meta/gui/icon.png" \
39
"${pkgdir}/usr/share/pixmaps/journey-cloud.png"
40
41
# Drop snap-only scaffolding (keep Electron app + bundled libs)
42
rm -rf "${pkgdir}/opt/${pkgname}"/{data-dir,gnome-platform,meta,scripts,usr,*.sh}
43
44
# Symlink binary
45
install -d "${pkgdir}/usr/bin"
46
ln -s "/opt/${pkgname}/journey-desktop" "${pkgdir}/usr/bin/journey-desktop"
47
# Compat name used by older package
48
ln -s "/opt/${pkgname}/journey-desktop" "${pkgdir}/usr/bin/journey"
49
}
50
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 |