vylk-bin
Prebuilt binary downloaded from a personal domain (packages.toxdes.com) unrelated to any major forge or official vendor infrastructure; while checksums are provided and the GitHub project appears to be the maintainer's own, the binary artifact comes from a personal server that could be silently swapped, making it an unverifiable prebuilt executable from a swappable host.
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:11
source_x86_64=("vylk-${pkgver}-x86_64.tar.gz::https://packages.toxdes.com/releases/vylk_${pkgver}_amd64.tar.gz")
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 downloaded from a personal domain (packages.toxdes.com) unrelated to any major forge or official vendor infrastructure; while checksums are provided and the GitHub project appears to be the maintainer's own, the binary artifact comes from a personal server that could be silently swapped, making it an unverifiable prebuilt executable from a swappable host.
PKGBUILD
1 offending line(s) highlighted# Maintainer: toxdes <hi@toxdes.com>
pkgname=vylk-bin
pkgver=3.0.0
pkgrel=1
pkgdesc="Lightweight, low-resource single-binary markdown notes editor"
arch=('x86_64' 'aarch64')
url="https://github.com/toxdes/vylk"
license=('MIT')
depends=()
source_x86_64=("vylk-${pkgver}-x86_64.tar.gz::https://packages.toxdes.com/releases/vylk_${pkgver}_amd64.tar.gz")
sha256sums_x86_64=('040474770d060039801473f3b92ff8c6be55155151d4095ef10cffb7ab376a6a')
source_aarch64=("vylk-${pkgver}-aarch64.tar.gz::https://packages.toxdes.com/releases/vylk_${pkgver}_arm64.tar.gz")
sha256sums_aarch64=('ed081ea9c4f2413f2c966851710e28bee922540f3add50a8f21b514a136318cf')
package() {
bsdtar -xf "${srcdir}/vylk-${pkgver}-${CARCH}.tar.gz" -C "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 05:23:35 | Medium | 3 |
| 2026-09-11 05:22:12 | Medium | 3 |