mementodb

maintainer mhdi · 1 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt binary .deb from download.mementodb.com, which is the official vendor download host for Memento Database (mementodatabase.com). The host appears to be the legitimate upstream distribution channel for this proprietary application, not a personal or unofficial mirror. However, the package still installs a prebuilt binary blob (a Java-based desktop application) extracted from a .deb, with only a sha256sum for integrity verification and no GPG signature check. This is a standard pattern for proprietary Linux applications distributed as .deb packages (similar to how many AUR packages handle Chrome, Slack, etc.), but the absence of signature verification and the reliance on a single vendor-controlled host means a compromised host or MITM could substitute malicious binaries. The sha256sum provides some protection against accidental corruption but not against a deliberate substitution at the source. This warrants medium severity due to the executed binary nature of the content, not because the host is clearly malicious or unofficial.

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:14 source=("https://download.mementodb.com/${pkgname}-${pkgver}-linux.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 a prebuilt binary .deb from download.mementodb.com, which is the official vendor download host for Memento Database (mementodatabase.com). The host appears to be the legitimate upstream distribution channel for this proprietary application, not a personal or unofficial mirror. However, the package still installs a prebuilt binary blob (a Java-based desktop application) extracted from a .deb, with only a sha256sum for integrity verification and no GPG signature check. This is a standard pattern for proprietary Linux applications distributed as .deb packages (similar to how many AUR packages handle Chrome, Slack, etc.), but the absence of signature verification and the reliance on a single vendor-controlled host means a compromised host or MITM could substitute malicious binaries. The sha256sum provides some protection against accidental corruption but not against a deliberate substitution at the source. This warrants medium severity due to the executed binary nature of the content, not because the host is clearly malicious or unofficial.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer:
2# Contributor: mybluevan <mybluevan at gmail dot com>
3# Contributor: blx32 <develop at srmoura dot com dot br>
4
5pkgname=mementodb
6pkgver=3.10.0
7pkgrel=1
8pkgdesc='A complex, easy-to-use and customizable solution for database management'
9arch=('x86_64')
10url='https://mementodatabase.com'
11license=('LicenseRef-MementoDBInc')
12depends=('alsa-lib' 'glibc' 'java-runtime' 'libx11' 'libxext' 'libxi' 'libxrender' 'libxtst' 'zlib')
13options=('!docs' '!strip')
14source=("https://download.mementodb.com/${pkgname}-${pkgver}-linux.deb")
15sha256sums=('7f38b310eeddd6e516d15ebe8910a4ccda446f5391c12836611e55fba7d135d0')
16
17package() {
18 bsdtar -xf data.tar.xz -C "${pkgdir}"
19 install -Dm644 "${pkgdir}/opt/${pkgname}/lib/mementodb-mementodb.desktop" -t "${pkgdir}/usr/share/applications"
20 install -Dm644 "${pkgdir}/opt/${pkgname}/lib/app/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
21}
22

Scan history

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

Report a package

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

0 / 4000
Your suggestion