vboard-bin
The package installs from a prebuilt .deb file hosted on GitHub, which is an unverifiable executable artifact; if the source were swapped, it could contain malicious code, though the project is from a known contributor and uses official release infrastructure.
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 90%): The package installs from a prebuilt .deb file hosted on GitHub, which is an unverifiable executable artifact; if the source were swapped, it could contain malicious code, though the project is from a known contributor and uses official release infrastructure.
PKGBUILD
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
# Contributor: Archisman Panigrahi <apandada1 at gmail dot com>
_basename=vboard
pkgname=${_basename}-bin
pkgdesc="Wayland virtual keyboard for GNU/Linux with modifier key support"
pkgver=2.7.0
pkgrel=1
arch=('any')
license=('GPL-3.0-or-later')
url="https://github.com/archisman-panigrahi/${_basename}"
conflicts=("${_basename}")
provides=("${_basename}")
depends=('glib2' 'gtk3' 'libayatana-appindicator' 'python' 'python-uinput' 'libappindicator' 'python-gobject' 'hicolor-icon-theme')
makedepends=('tar')
source=("${url}/releases/download/v${pkgver}/${_basename}_${pkgver}-${pkgrel}_all.deb")
sha256sums=('0f6ddbf118fd6a235673d74f8270ff3025335782ebcdbb293138df32b0f93b7c')
package() {
cd "${pkgdir}"
# this extracts all into the pkgdir
tar -xf "${srcdir}/data.tar.zst"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 03:24:22 | Medium | 2 |