marktext-deb
The package downloads a prebuilt .deb from GitHub releases, but uses 'pkgver=null' which results in an invalid URL and likely prevents successful verification; this creates a supply-chain risk if the source resolves unexpectedly.
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 downloads a prebuilt .deb from GitHub releases, but uses 'pkgver=null' which results in an invalid URL and likely prevents successful verification; this creates a supply-chain risk if the source resolves unexpectedly.
PKGBUILD
# Maintainer: zzy-ac <zzy-ac@qq.com>
pkgname=marktext-deb
_pkgname=marktext
pkgver=null
pkgrel=1
pkgdesc=" A simple and elegant open-source markdown editor that focused on speed and usability."
arch=("x86_64")
url="https://github.com/marktext/marktext"
license=(MIT)
provides=("$_pkgname")
conflicts=("$_pkgname")
depends=('gtk3' 'libsecret' 'libxkbfile' 'libxss' 'nss')
source=(
"$url/releases/download/v$pkgver/$_pkgname-linux-$pkgver.deb")
sha256sums=('60eb7f15920f8a6b3be0d3363c9447dafa7379935b1537ffe442e562083b70a3')
build() {
mkdir -p "${srcdir}/dpkgdir"
tar -xvf data.tar.xz -C "${srcdir}/dpkgdir"
}
package() {
cp -r "${srcdir}/dpkgdir"/* "${pkgdir}"
}
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-09-03 07:52@@ -2,7 +2,7 @@ pkgname=marktext-deb _pkgname=marktext-pkgver=0.19.1+pkgver=null pkgrel=1 pkgdesc=" A simple and elegant open-source markdown editor that focused on speed and usability." arch=("x86_64")@@ -13,7 +13,7 @@ depends=('gtk3' 'libsecret' 'libxkbfile' 'libxss' 'nss') source=( "$url/releases/download/v$pkgver/$_pkgname-linux-$pkgver.deb")-sha256sums=('e0eaa1967d6cd82e6f96a44766886c79b122a961709b1f1d26c1276b046c84d1')+sha256sums=('60eb7f15920f8a6b3be0d3363c9447dafa7379935b1537ffe442e562083b70a3') build() { mkdir -p "${srcdir}/dpkgdir"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 07:52:31 | Medium | 2 |
| 2026-06-18 16:11:54 | Clean | 0 |