mementodb
Triggered rules
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")
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# Maintainer:
# Contributor: mybluevan <mybluevan at gmail dot com>
# Contributor: blx32 <develop at srmoura dot com dot br>
pkgname=mementodb
pkgver=3.10.0
pkgrel=1
pkgdesc='A complex, easy-to-use and customizable solution for database management'
arch=('x86_64')
url='https://mementodatabase.com'
license=('LicenseRef-MementoDBInc')
depends=('alsa-lib' 'glibc' 'java-runtime' 'libx11' 'libxext' 'libxi' 'libxrender' 'libxtst' 'zlib')
options=('!docs' '!strip')
source=("https://download.mementodb.com/${pkgname}-${pkgver}-linux.deb")
sha256sums=('7f38b310eeddd6e516d15ebe8910a4ccda446f5391c12836611e55fba7d135d0')
package() {
bsdtar -xf data.tar.xz -C "${pkgdir}"
install -Dm644 "${pkgdir}/opt/${pkgname}/lib/mementodb-mementodb.desktop" -t "${pkgdir}/usr/share/applications"
install -Dm644 "${pkgdir}/opt/${pkgname}/lib/app/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
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 |