typbase-bin

MEDIUM
maintainer lemueldls 0 votes scanned 2026-09-23 21:40:52.517030
View on AUR
Why flagged

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

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 of an ambiguous pattern 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

1# Maintainer: Lemuel De Los Santos <aur@lemueldls.dev>
2pkgname=typbase-bin
3pkgver=0.1.1
4pkgrel=1
5pkgdesc="Local-first knowledge base built around the Typst language."
6arch=('x86_64')
7url="https://github.com/lemueldls/typbase"
8license=('AGPL-3.0')
9depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup3' 'pango' 'webkit2gtk-4.1')
10options=('!strip' '!emptydirs')
11source_x86_64=("https://github.com/lemueldls/typbase/releases/download/typbase-v$pkgver/Typbase_${pkgver}_amd64.deb")
12sha256sums_x86_64=('281592dc4381de19a63741bf033f0465e1e080d23e33c207c6efa1015304fcee')
13package() {
14 tar -xz -f data.tar.gz -C "${pkgdir}"
15}
16

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 21:40:52 Medium 2

Report a package

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

0 / 4000
Your suggestion