memoh-bin

MEDIUM
maintainer czyt 0 votes scanned 2026-09-17 07:27:27.846837
View on AUR
Why flagged

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

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:13 source=("Memoh-${_debver}-linux-amd64.deb::https://desktopresource.memoh.ai/Memoh-${_debver}-linux-amd64.deb")
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review 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
1# Maintainer: czyt <czytcn@gmail.com>
2pkgname=memoh-bin
3pkgver=2026.9.16.2
4pkgrel=3
5pkgdesc="Give your agent a cloud computer - cloud-first multi-agent platform where every agent has its own desktop, files and network, running 24/7"
6arch=('x86_64')
7url="https://memoh.ai"
8license=('custom')
9depends=('alsa-lib' 'avahi' 'dbus' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
10optdepends=('libappindicator: system tray support')
11makedepends=('libarchive')
12_debver="2026.9.16-2"
13source=("Memoh-${_debver}-linux-amd64.deb::https://desktopresource.memoh.ai/Memoh-${_debver}-linux-amd64.deb")
14sha256sums=('c8f8441607d0fb8a91f9c4908dd18951c22fe94e4d1ac20bcff2f289060b6c92')
15
16package() {
17 # Dynamically select the data archive member in case the deb compression changes
18 local _data_member
19 _data_member=$(ar t "${srcdir}/Memoh-${_debver}-linux-amd64.deb" | awk '/^data\.tar\.(gz|xz|zst|bz2|lzma)$/ { print; exit }')
20 [[ -n "${_data_member}" ]] || { echo "deb has no supported data archive" >&2; return 1; }
21
22 ar p "${srcdir}/Memoh-${_debver}-linux-amd64.deb" "${_data_member}" |
23 bsdtar --no-same-owner -xf - -C "${pkgdir}"
24
25 # Fix permissions
26 chmod -R u=rwX,go=rX "${pkgdir}"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 07:27:27 Medium 3
2026-09-17 07:25:15 Medium 3

Report a package

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

0 / 4000
Your suggestion