marmota

MEDIUM
maintainer bountin 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The PKGBUILD downloads and installs a prebuilt binary .deb package from download.marmota.app, which is the official vendor download host for the Marmota application. The binary is an Electron-based app (gtk3/nss/libxss deps confirm this) and is extracted directly into pkgdir, meaning whatever is in that .deb gets installed and executed on the user's system. A b2sum checksum is provided, which pins the specific artifact. The host appears to be the legitimate upstream distribution channel for this proprietary application. This is a standard pattern for AUR packages wrapping proprietary software distributed as .deb files (similar to slack, discord, zoom, etc.). The risk is the standard supply-chain concern of trusting a single vendor-controlled binary host with no reproducibility — if the vendor's server is compromised or the vendor pushes a malicious update, the checksum would need to be updated to catch it, but the current pinned checksum does provide integrity for the specific version. This is a genuine medium-severity concern (executed binary from a single vendor host) but not an active attack or clearly malicious pattern.

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:11 source=("https://download.marmota.app/linux/deb/x64/${pkgname}_${pkgver}_amd64.deb")
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads and installs a prebuilt binary .deb package from download.marmota.app, which is the official vendor download host for the Marmota application. The binary is an Electron-based app (gtk3/nss/libxss deps confirm this) and is extracted directly into pkgdir, meaning whatever is in that .deb gets installed and executed on the user's system. A b2sum checksum is provided, which pins the specific artifact. The host appears to be the legitimate upstream distribution channel for this proprietary application. This is a standard pattern for AUR packages wrapping proprietary software distributed as .deb files (similar to slack, discord, zoom, etc.). The risk is the standard supply-chain concern of trusting a single vendor-controlled binary host with no reproducibility — if the vendor's server is compromised or the vendor pushes a malicious update, the checksum would need to be updated to catch it, but the current pinned checksum does provide integrity for the specific version. This is a genuine medium-severity concern (executed binary from a single vendor host) but not an active attack or clearly malicious pattern.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: "bountin" Martin Prebio
2
3pkgname=marmota
4pkgver=22.17.0
5pkgrel=1
6pkgdesc="Simple Markdown Presentations"
7arch=('x86_64')
8url=https://marmota.app/downloads/thank-you/#linux
9licence=('unknown')
10depends=("gtk3" "libxss" "libxtst" "nss")
11source=("https://download.marmota.app/linux/deb/x64/${pkgname}_${pkgver}_amd64.deb")
12noextract=("${pkgname}_${pkgver}_amd64.deb")
13b2sums=('190afa970dcc419ce6bca12f6cad7c557389aaa9d90f3999a473be316fce4bd73a9eff1eb0fc6e6399f9fecba8241866ddbe168d4692ad79a34130117f79c575')
14
15package() {
16 bsdtar -O -xf "${pkgname}_${pkgver}_amd64.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
17
18 # Permissions fix
19 find "${pkgdir}" -type d -exec chmod 755 {} \;
20
21 # Move license
22# install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
23# mv "${pkgdir}/usr/share/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
24# ln -s "/usr/share/licenses/${pkgname}/LICENSE" "${pkgdir}/usr/share/${pkgname}/LICENSE"
25}
26
27

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion