memoh-bin
Installs a prebuilt binary .deb from 'desktopresource.memoh.ai', a subdomain of an AI startup with few votes and a recently uploaded package; while the checksum is present and the host appears project-owned, it is an unverifiable prebuilt executable from infrastructure that could be swapped without notice, warranting medium caution.
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:13
source=("Memoh-${_debver}-linux-amd64.deb::https://desktopresource.memoh.ai/Memoh-${_debver}-linux-amd64.deb")
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Installs a prebuilt binary .deb from 'desktopresource.memoh.ai', a subdomain of an AI startup with few votes and a recently uploaded package; while the checksum is present and the host appears project-owned, it is an unverifiable prebuilt executable from infrastructure that could be swapped without notice, warranting medium caution.
PKGBUILD
1 offending line(s) highlighted# Maintainer: czyt <czytcn@gmail.com>
pkgname=memoh-bin
pkgver=2026.9.16.2
pkgrel=3
pkgdesc="Give your agent a cloud computer - cloud-first multi-agent platform where every agent has its own desktop, files and network, running 24/7"
arch=('x86_64')
url="https://memoh.ai"
license=('custom')
depends=('alsa-lib' 'avahi' 'dbus' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
optdepends=('libappindicator: system tray support')
makedepends=('libarchive')
_debver="2026.9.16-2"
source=("Memoh-${_debver}-linux-amd64.deb::https://desktopresource.memoh.ai/Memoh-${_debver}-linux-amd64.deb")
sha256sums=('c8f8441607d0fb8a91f9c4908dd18951c22fe94e4d1ac20bcff2f289060b6c92')
package() {
# Dynamically select the data archive member in case the deb compression changes
local _data_member
_data_member=$(ar t "${srcdir}/Memoh-${_debver}-linux-amd64.deb" | awk '/^data\.tar\.(gz|xz|zst|bz2|lzma)$/ { print; exit }')
[[ -n "${_data_member}" ]] || { echo "deb has no supported data archive" >&2; return 1; }
ar p "${srcdir}/Memoh-${_debver}-linux-amd64.deb" "${_data_member}" |
bsdtar --no-same-owner -xf - -C "${pkgdir}"
# Fix permissions
chmod -R u=rwX,go=rX "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 07:27:27 | Medium | 3 |
| 2026-09-17 07:25:15 | Medium | 3 |