amazingmarvin-appimage
MEDIUM
maintainer cozyfractal
7 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads a prebuilt AppImage from an S3 bucket, which is an unverifiable executable from a swappable host, posing 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:16
source_x86_64=("${_appimage}::https://amazingmarvin.s3.amazonaws.com/Marvin-${pkgver}.AppImage")
Medium
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from an S3 bucket, which is an unverifiable executable from a swappable host, posing a supply-chain risk if the source were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Diego Dorn <aur at therandom dot space>
2
# Contributor: Tianrui Wei <archlinux_aur at mail dot tianrui-wei dot com>
3
# Contributor: Marcio Silva <marcionps at gmail dot com>
4
_pkgname=amazingmarvin
5
6
pkgname="${_pkgname}"-appimage
7
pkgver=1.70.0
8
pkgrel=1
9
pkgdesc="Personal productivity app that incorporates principles from behavioral psychology to help you beat procrastination, feel in control and finish your to-do list"
10
arch=('x86_64')
11
url="https://amazingmarvin.com/"
12
license=('custom:Commercial')
13
depends=('zlib' 'hicolor-icon-theme' 'fuse2')
14
options=(!strip)
15
_appimage="${pkgname}-${pkgver}.AppImage"
16
source_x86_64=("${_appimage}::https://amazingmarvin.s3.amazonaws.com/Marvin-${pkgver}.AppImage")
17
noextract=("${_appimage}")
18
sha256sums_x86_64=('102c5d8543e7477e6365ba53b44c0c5fad63c16d993ef6d5c6e10cc58ca06b34')
19
20
prepare() {
21
chmod +x "${_appimage}"
22
./"${_appimage}" --appimage-extract
23
}
24
25
build() {
26
# Adjust .desktop so it will work outside of AppImage container
27
sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${_pkgname}|"\
28
"squashfs-root/marvin.desktop"
29
# Fix permissions; .AppImage permissions are 700 for all directories
30
chmod -R a-x+rX squashfs-root/usr
31
}
32
33
package() {
34
# AppImage
35
install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
36
37
# Desktop file
38
install -Dm644 "${srcdir}/squashfs-root/marvin.desktop"\
39
"${pkgdir}/usr/share/applications/marvin.desktop"
40
41
# Icon images
42
install -dm755 "${pkgdir}/usr/share/"
43
cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
44
45
# Symlink executable
46
install -dm755 "${pkgdir}/usr/bin"
47
ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/${_pkgname}"
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |