memoa-bin
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:15
source_aarch64=("https://repository.hellonico.info/repository/arch/memoa/${pkgver}/memoa_aarch64")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD downloads and installs prebuilt binaries (memoa_aarch64, memoa_x86_64) from repository.hellonico.info, which is a personal/unofficial Nexus repository host rather than a well-known project mirror or official vendor CDN. The binaries are installed as executable files in /usr/bin. While sha256sums are provided (offering integrity checking against tampering in transit), the trust anchor is still the maintainer's own server — if that host is compromised or the maintainer substitutes different binaries, users would execute arbitrary code. The license is listed as 'unknown', and the source/desktop files are fetched without a URL (implying they are in the AUR git repo itself, which is acceptable). This is a genuine supply-chain concern: executed binaries from a personal host with no independent verification path (no GPG signature, no official release page cross-reference). This matches the classic medium pattern of an unofficial binary host.
PKGBUILD
1 offending line(s) highlighted# Maintainer: nico <nico@example.com>
pkgname=memoa-bin
pkgver=0.1.375
pkgrel=1
pkgdesc="The best for Markdown Editing"
arch=('aarch64' 'x86_64')
url="https://example.com/memoa"
license=('unknown')
depends=('gtk3' 'webkit2gtk' 'openssl')
provides=('memoa')
conflicts=('memoa')
options=('!strip')
source=("memoa.png"
"memoa.desktop")
source_aarch64=("https://repository.hellonico.info/repository/arch/memoa/${pkgver}/memoa_aarch64")
source_x86_64=("https://repository.hellonico.info/repository/arch/memoa/${pkgver}/memoa_x86_64")
sha256sums=('72efe0d27e0fb81dd20b151c240ce99dddea08afcb1c6b2deb7556ed2b2690e5'
'8bbe11862d09b4d2fa9820b530c16ac6681e52bfe64fb3d8e20cebc9bdb8c2a2')
sha256sums_aarch64=('445019c7d43088c1f7b4cfc0c391882b4da1e2e34193fdec7d7422e6d9f71b0c')
sha256sums_x86_64=('a5a9aeef7abe11a74722ac4e958f2643b3f2c85132b920d152141fa4cafb3e84')
package() {
install -Dm644 "${srcdir}/memoa.png" "${pkgdir}/usr/share/pixmaps/memoa.png"
install -Dm644 "${srcdir}/memoa.desktop" "${pkgdir}/usr/share/applications/memoa.desktop"
if [ "$CARCH" = 'aarch64' ]; then
install -Dm755 "${srcdir}/memoa_aarch64" "${pkgdir}/usr/bin/memoa"
elif [ "$CARCH" = 'x86_64' ]; then
install -Dm755 "${srcdir}/memoa_x86_64" "${pkgdir}/usr/bin/memoa"
fi
}
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 |