vylk-bin

MEDIUM
maintainer toxdes 0 votes scanned 2026-09-11 05:23:35.458748
View on AUR
Why flagged

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

Medium source=() URL on a non-standard host 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")
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 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
1# Maintainer: toxdes <hi@toxdes.com>
2pkgname=vylk-bin
3pkgver=3.0.0
4pkgrel=1
5pkgdesc="Lightweight, low-resource single-binary markdown notes editor"
6arch=('x86_64' 'aarch64')
7url="https://github.com/toxdes/vylk"
8license=('MIT')
9depends=()
10
11source_x86_64=("vylk-${pkgver}-x86_64.tar.gz::https://packages.toxdes.com/releases/vylk_${pkgver}_amd64.tar.gz")
12sha256sums_x86_64=('040474770d060039801473f3b92ff8c6be55155151d4095ef10cffb7ab376a6a')
13
14source_aarch64=("vylk-${pkgver}-aarch64.tar.gz::https://packages.toxdes.com/releases/vylk_${pkgver}_arm64.tar.gz")
15sha256sums_aarch64=('ed081ea9c4f2413f2c966851710e28bee922540f3add50a8f21b514a136318cf')
16
17package() {
18 bsdtar -xf "${srcdir}/vylk-${pkgver}-${CARCH}.tar.gz" -C "${pkgdir}"
19}
20

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 05:23:35 Medium 3
2026-09-11 05:22:12 Medium 3

Report a package

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

0 / 4000
Your suggestion