fcitx5-vinput-lite-bin
MEDIUM
maintainer xifan
0 votes
scanned 2026-09-04 03:56:15.771161
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>
2
pkgname=fcitx5-vinput-lite-bin
3
_pkgname=fcitx5-vinput-lite
4
pkgver=2.3.12
5
pkgrel=1
6
pkgdesc="Voice input addon for Fcitx5, built without local ASR (binary release)"
7
arch=('x86_64')
8
url="https://github.com/xifan2333/fcitx5-vinput"
9
license=('GPL-3.0-only')
10
depends=('curl' 'fcitx5' 'libarchive' 'openssl' 'pipewire' 'qt6-base' 'systemd-libs')
11
provides=('fcitx5-vinput' 'fcitx5-vinput-bin')
12
conflicts=('fcitx5-vinput' 'fcitx5-vinput-bin')
13
options=(!strip)
14
install="${pkgname}.install"
15
source_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")
16
sha256sums_x86_64=('2dda7958e90347aed7a73ac5e3fd5289d1d0d0fedbe284548e80bf2b506ea972')
17
18
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-04 03:56:15 | Medium | 2 |