careervector-tui-bin

LOW
maintainer richc 0 votes scanned 2026-09-13 00:19:54.252953
View on AUR
Why flagged

The package installs a prebuilt binary from a GitHub release under the maintainer's account; while the host is not whitelisted, it is plausibly the project's official source, and no obfuscated or malicious behavior is evident.

Triggered rules

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from a GitHub release under the maintainer's account; while the host is not whitelisted, it is plausibly the project's official source, and no obfuscated or malicious behavior is evident.

PKGBUILD

1# Generated by CareerVector packaging/generate.py; do not edit.
2# Maintainer: Julian Y. Richard Corbet (julian-corbet on GitHub)
3pkgname=careervector-tui-bin
4_product=careervector-tui
5pkgver=0.1.0alpha.10
6pkgrel=1
7pkgdesc='CareerVector terminal workspace with its controlled terminal'
8arch=(x86_64)
9url='https://careervector.corbet.ch'
10license=('BUSL-1.1')
11depends=(gcc-libs gtk4 libadwaita libglvnd libxkbcommon wayland openssl)
12options=('!strip' '!debug')
13provides=('careervector-tui=0.1.0alpha.10')
14conflicts=('careervector-tui')
15source_x86_64=(https://github.com/julian-corbet/careervector-releases/releases/download/tui-v0.1.0-alpha.10/careervector-0.1.0-alpha.10-linux-x86_64.tar.gz)
16sha256sums_x86_64=('530c116b294840c090e03cc803e57200c3ef9385230d48d03936c770d3d0c74a')
17depends_x86_64=('glibc>=2.39')
18
19package() {
20 local archive_root license_directory desktop_file icon
21 case "$CARCH" in
22 x86_64)
23 archive_root=careervector-0.1.0-alpha.10-linux-x86_64
24 license_directory=share/careervector/licenses/careervector
25 ;;
26 *) return 1 ;;
27 esac
28 install -d "$pkgdir/usr/lib/$_product"
29 cp -a "$srcdir/$archive_root/." "$pkgdir/usr/lib/$_product/"
30 install -d "$pkgdir/usr/bin"
31 ln -s ../lib/careervector-tui/bin/careervector "$pkgdir/usr/bin/careervector"
32 install -d "$pkgdir/usr/share/licenses/$pkgname"
33 cp -a "$srcdir/$archive_root/$license_directory/." "$pkgdir/usr/share/licenses/$pkgname/"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 00:19:54 Low 2
2026-09-12 23:12:46 Low 2

Report a package

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

0 / 4000
Your suggestion