typbase-bin
The package installs a prebuilt binary from a non-official release (GitHub release of a personal repo) via a .deb file, which is unverifiable and could be silently swapped, posing a supply-chain risk.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a non-official release (GitHub release of a personal repo) via a .deb file, which is unverifiable and could be silently swapped, posing a supply-chain risk.
PKGBUILD
# Maintainer: Lemuel De Los Santos <aur@lemueldls.dev>
pkgname=typbase-bin
pkgver=0.1.1
pkgrel=1
pkgdesc="Local-first knowledge base built around the Typst language."
arch=('x86_64')
url="https://github.com/lemueldls/typbase"
license=('AGPL-3.0')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup3' 'pango' 'webkit2gtk-4.1')
options=('!strip' '!emptydirs')
source_x86_64=("https://github.com/lemueldls/typbase/releases/download/typbase-v$pkgver/Typbase_${pkgver}_amd64.deb")
sha256sums_x86_64=('281592dc4381de19a63741bf033f0465e1e080d23e33c207c6efa1015304fcee')
package() {
tar -xz -f data.tar.gz -C "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 21:40:52 | Medium | 2 |