amazingmarvin-appimage
maintainer cozyfractal
· 7 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
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-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 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 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 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |