fcitx5-vinput-lite-bin

MEDIUM
maintainer xifan 0 votes scanned 2026-09-04 03:56:15.771161
View on AUR
Why flagged

The package installs a prebuilt Arch binary from a GitHub release without building from source, creating a supply-chain risk if the release artifact is compromised.

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.

Medium AI review of an ambiguous pattern 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 95%): The package installs a prebuilt Arch binary from a GitHub release without building from source, creating a supply-chain risk if the release artifact is compromised.

PKGBUILD

1# Maintainer: xifan <xifan2333@gmail.com>
2pkgname=fcitx5-vinput-lite-bin
3_pkgname=fcitx5-vinput-lite
4pkgver=2.3.12
5pkgrel=1
6pkgdesc="Voice input addon for Fcitx5, built without local ASR (binary release)"
7arch=('x86_64')
8url="https://github.com/xifan2333/fcitx5-vinput"
9license=('GPL-3.0-only')
10depends=('curl' 'fcitx5' 'libarchive' 'openssl' 'pipewire' 'qt6-base' 'systemd-libs')
11provides=('fcitx5-vinput' 'fcitx5-vinput-bin')
12conflicts=('fcitx5-vinput' 'fcitx5-vinput-bin')
13options=(!strip)
14install="${pkgname}.install"
15source_x86_64=("${_pkgname}-${pkgver}-1-x86_64.pkg.tar.zst::https://github.com/xifan2333/fcitx5-vinput/releases/download/v${pkgver}/${_pkgname}-${pkgver}-1-x86_64.pkg.tar.zst")
16sha256sums_x86_64=('2dda7958e90347aed7a73ac5e3fd5289d1d0d0fedbe284548e80bf2b506ea972')
17
18package() {
19 cd "${srcdir}"
20
21 # Extract the pre-built Arch package (skip metadata files)
22 tar -xf "${_pkgname}-${pkgver}-1-x86_64.pkg.tar.zst" \
23 --exclude='.BUILDINFO' \
24 --exclude='.MTREE' \
25 --exclude='.PKGINFO' \
26 -C "${pkgdir}/"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 03:56:15 Medium 2

Report a package

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

0 / 4000
Your suggestion