doubao-input-git
The package builds from a public Git repository with a SKIP'd checksum, but it is a legitimate source for a development snapshot; the installed code is Python-based and not obfuscated, with no evidence of remote code execution or data exfiltration.
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 builds from a public Git repository with a SKIP'd checksum, but it is a legitimate source for a development snapshot; the installed code is Python-based and not obfuscated, with no evidence of remote code execution or data exfiltration.
PKGBUILD
# Maintainer: atang-sp <atang.sp.2025@gmail.com>
pkgname=doubao-input-git
pkgver=1.0.2.r34.g98ce357
pkgrel=3
pkgdesc="Global push-to-hold voice input for Wayland, backed by Doubao ASR"
arch=('any')
url="https://github.com/wurong98/doubao-input-for-linux"
license=('MIT')
depends=(
'gtk4'
'hicolor-icon-theme'
'python'
'python-cairo'
'python-evdev'
'python-gobject'
'python-sounddevice'
'python-websockets'
'webkitgtk-6.0'
'wl-clipboard'
)
makedepends=(
'git'
'python-build'
'python-installer'
'python-setuptools'
'python-wheel'
)
provides=('doubao-input')
conflicts=('doubao-input')
install=doubao-input.install
source=(
"doubao-input::git+${url}.git"
'doubao-input.service'
'70-doubao-input-uinput.rules'
'evdev-2-list-devices.patch'
)
sha256sums=(
'SKIP'
'6e935d832da2c0f1f5adf81bcd587abe97c80c97a5beaf01883b8434cdb05a79'
'c71e03ce761e98fa0c0a49dde3956336c2f2a47d4f44ba464a7ad6c5d89c0403'
'9ce153f09b7d5c75f651c8d3ff657ddd363e76b9b03aaba051049c3f2f0ae643'
)
pkgver() {
cd doubao-input
printf '1.0.2.r%s.g%s' \
"$(git rev-list --count HEAD)" \
"$(git rev-parse --short=7 HEAD)"
}
prepare() {
cd doubao-input
patch -Np1 -i "$srcdir/evdev-2-list-devices.patch"
}
build() {
cd doubao-input
python -m build --wheel --no-isolation
}
package() {
cd doubao-input
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 "$srcdir/doubao-input.service" \
"$pkgdir/usr/lib/systemd/user/doubao-input.service"
install -Dm644 debian/doubao-input.desktop \
"$pkgdir/usr/share/applications/doubao-input.desktop"
install -Dm644 "$srcdir/70-doubao-input-uinput.rules" \
"$pkgdir/usr/lib/udev/rules.d/70-doubao-input-uinput.rules"
install -Dm644 src/doubao_input/resources/logo-128.png \
"$pkgdir/usr/share/icons/hicolor/128x128/apps/doubao-input.png"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 README.md NOTICE -t "$pkgdir/usr/share/doc/$pkgname"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 15:22:50 | Low | 2 |