subsurface-appimage

maintainer jaeckel · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage from the project's official domain (subsurface-divelog.org), which is normal for AppImage packaging; the host is not whitelisted but is plausibly official, and the checksum is verified, making this a low-risk, standard AUR pattern.

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 AppImage from the project's official domain (subsurface-divelog.org), which is normal for AppImage packaging; the host is not whitelisted but is plausibly official, and the checksum is verified, making this a low-risk, standard AUR pattern.

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:13 source=("https://subsurface-divelog.org/downloads/Subsurface-${pkgver}-CICD-release.AppImage"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Steffen Jaeckel <arch at jaeckel dot eu>
2
3pkgname=subsurface-appimage
4pkgver=6.0.5576
5pkgrel=1
6pkgdesc="The free, open-source cross-platform dive log software. (AppImage version)"
7arch=('x86_64')
8url='https://subsurface-divelog.org/'
9license=('GPL2')
10depends=('fuse2')
11provides=("subsurface=${pkgver}")
12conflicts=('subsurface' 'subsurface-git')
13source=("https://subsurface-divelog.org/downloads/Subsurface-${pkgver}-CICD-release.AppImage"
14 'subsurface.sh')
15sha256sums=('1350b9cab6f80749cd9efb155876d3feeaf5c91f73b1c41f732d400f84818163'
16 '7694ff6ba4a998e4924d0a0f10481bf1ab27b1af23ca5cce190d0d873f966d48')
17options=(!strip !debug)
18_image="$(basename "${source[0]}")"
19_pkgbasename=subsurface
20
21prepare() {
22 cd "${srcdir}"
23 chmod +x "${_image}"
24 ./"${_image}" --appimage-extract
25}
26
27package() {
28 install -Dm755 "${srcdir}/${_image}" "${pkgdir}/opt/appimages/${_pkgbasename}.AppImage"
29 install -Dm755 "${srcdir}/${_pkgbasename}.sh" "${pkgdir}/usr/bin/${_pkgbasename}"
30 install -dm755 "${pkgdir}/usr/share/"
31 cp -r --no-preserve=mode,ownership "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
32 install -Dm644 "${srcdir}/squashfs-root/${_pkgbasename}.desktop" "${pkgdir}/usr/share/applications/${_pkgbasename}.desktop"
33}
34
35# vim:set ts=2 sw=2 et:
36

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: Steffen Jaeckel <arch at jaeckel dot eu>
pkgname=subsurface-appimage
-pkgver=6.0.5404
+pkgver=6.0.5576
pkgrel=1
pkgdesc="The free, open-source cross-platform dive log software. (AppImage version)"
arch=('x86_64')
@@ -12,7 +12,7 @@
conflicts=('subsurface' 'subsurface-git')
source=("https://subsurface-divelog.org/downloads/Subsurface-${pkgver}-CICD-release.AppImage"
'subsurface.sh')
-sha256sums=('6622eaa54cafffb38729bb89899e77256debfdde3d9c2b88fa86a7863b09000a'
+sha256sums=('1350b9cab6f80749cd9efb155876d3feeaf5c91f73b1c41f732d400f84818163'
'7694ff6ba4a998e4924d0a0f10481bf1ab27b1af23ca5cce190d0d873f966d48')
options=(!strip !debug)
_image="$(basename "${source[0]}")"

Scan history

Scanned at (UTC)SeverityRules
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 15:20:42 MEDIUM 1
2026-06-19 19:07:35 CLEAN 2
2026-06-19 18:54:17 CLEAN 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

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

0 / 4000
Your suggestion