careervector
The package downloads a prebuilt tarball from GitHub Releases, which is a common and generally trustworthy source; the binary is installed directly, but comes from the project's official repository, reducing supply-chain risk despite low votes and recent upload.
Triggered rules
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 (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt tarball from GitHub Releases, which is a common and generally trustworthy source; the binary is installed directly, but comes from the project's official repository, reducing supply-chain risk despite low votes and recent upload.
PKGBUILD
# Generated by CareerVector packaging/generate.py; do not edit.
# Maintainer: Julian Y. Richard Corbet (julian-corbet on GitHub)
pkgname=careervector
_product=careervector
pkgver=0.0.1
pkgrel=1
pkgdesc='CareerVector desktop workspace'
arch=(x86_64)
url='https://careervector.corbet.ch'
license=('BUSL-1.1')
depends=(gcc-libs glib2 gtk3 webkit2gtk-4.1 cairo gdk-pixbuf2 dbus)
options=('!strip' '!debug')
source_x86_64=(https://github.com/julian-corbet/careervector-releases/releases/download/desktop-v0.0.1/careervector-0.0.1-linux-x86_64.tar.gz)
sha256sums_x86_64=('88b85252e406912a9c382ce6d245e46c669167d1547aa1bc8efea57aa8ad5cec')
depends_x86_64=('glibc>=2.39')
package() {
local archive_root license_directory desktop_file icon
case "$CARCH" in
x86_64)
archive_root=careervector
license_directory=share/licenses/careervector
desktop_file=share/applications/ch.corbet.careervector.desktop
icon=share/icons/hicolor/256x256/apps/ch.corbet.careervector.png
;;
*) return 1 ;;
esac
install -d "$pkgdir/usr/lib/$_product"
cp -a "$srcdir/$archive_root/." "$pkgdir/usr/lib/$_product/"
install -Dm644 "$srcdir/$archive_root/$desktop_file" "$pkgdir/usr/share/applications/ch.corbet.careervector.desktop"
install -Dm644 "$srcdir/$archive_root/$icon" "$pkgdir/usr/share/icons/hicolor/256x256/apps/ch.corbet.careervector.png"
install -d "$pkgdir/usr/share/licenses/$pkgname"
cp -a "$srcdir/$archive_root/$license_directory/." "$pkgdir/usr/share/licenses/$pkgname/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 19:12:35 | Low | 2 |