reeden
Prebuilt binary .deb downloaded from download.reeden.app (the project's own domain per the url= field), with a pinned sha256 checksum; the host is plausibly official but unverifiable for a low-vote, recently uploaded package, placing it at medium rather than low.
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=("${_appname}-${pkgver}-linux-x86_64.deb::https://download.reeden.app/${_appname}/${pkgver}/${_appname}-${pkgver}-linux-x86_64.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%): Prebuilt binary .deb downloaded from download.reeden.app (the project's own domain per the url= field), with a pinned sha256 checksum; the host is plausibly official but unverifiable for a low-vote, recently uploaded package, placing it at medium rather than low.
PKGBUILD
1 offending line(s) highlighted# Maintainer: duanluan <duanluan@outlook.com>
pkgname=reeden
_pkgname=reeden
_appname=Reeden
pkgver=1.39.1+737
pkgrel=1
pkgdesc='Modern cross-platform ebook reader (prebuilt binary)'
arch=('x86_64')
url='https://reeden.app/cn/download'
license=('NOASSERTION')
depends=('gtk3' 'libayatana-appindicator' 'sqlite' 'xdg-user-dirs')
provides=("reeden-bin=${pkgver}")
options=('!strip')
source=("${_appname}-${pkgver}-linux-x86_64.deb::https://download.reeden.app/${_appname}/${pkgver}/${_appname}-${pkgver}-linux-x86_64.deb")
sha256sums=('56d7f04ea11093608b04bc15869dc20114bf5f3b503bea37ff8fbb88e5f8ed1a')
package() {
local _extractdir
_extractdir="$(mktemp -d)"
trap 'rm -rf "${_extractdir}"' EXIT
bsdtar -C "${_extractdir}" -xf "${srcdir}/${_appname}-${pkgver}-linux-x86_64.deb"
bsdtar -C "${pkgdir}" -xf "${_extractdir}/data.tar.zst"
install -dm755 "${pkgdir}/usr/bin"
ln -s '/usr/share/reeden/reeden' "${pkgdir}/usr/bin/reeden"
sed -i \
-e 's/^Categories=.*/Categories=Office;Viewer;/' \
"${pkgdir}/usr/share/applications/reeden.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 21:19:14 | Medium | 3 |
| 2026-08-21 21:15:20 | Medium | 3 |