vinci-client-bin
The package downloads a prebuilt .deb from a private GitHub repository using a custom download script, which is unverifiable and could be silently swapped; this constitutes a supply-chain risk despite plausible project association.
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 downloads a prebuilt .deb from a private GitHub repository using a custom download script, which is unverifiable and could be silently swapped; this constitutes a supply-chain risk despite plausible project association.
PKGBUILD
# Maintainer: Alper Ortac <alportac@gmail.com>
pkgname=vinci-client-bin
pkgver=0.1.1
pkgrel=1
pkgdesc='Vinci, your second brain (prebuilt; requires private repository access)'
arch=('x86_64')
url='https://github.com/meetvinci/vinci'
license=('LicenseRef-proprietary')
depends=('glibc' 'libgcc' 'gtk3' 'webkit2gtk-4.1' 'libsoup3' 'glib2' 'cairo' 'gdk-pixbuf2' 'dbus' 'hicolor-icon-theme')
makedepends=('github-cli')
provides=("vinci=$pkgver")
conflicts=('vinci')
options=('!strip' '!debug')
# gh uses the caller's login or GH_TOKEN. No credentials are stored here.
DLAGENTS+=("vinci::/usr/bin/bash ${startdir}/download.sh %u %o")
source=("vinci-${pkgver}-amd64.deb::vinci://565930918" 'download.sh')
sha256sums=('9ab22fe2b599bbb6f525980ccf62d9d1ebed9e3c3a5f2b4abf1c4dca73eb85e9'
'690e066bdf9fddc809d5810903966c5109bc8aaf75a2cf55c837e9e1f3147c5a')
package() {
bsdtar -xf "$srcdir/data.tar.gz" -C "$pkgdir"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 23:20:44 | Medium | 2 |