waydroid-helper-bin
maintainer Felitendo
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs prebuilt files from a GitHub release, but the source is a verifiable tarball with a fixed checksum and contains only data and scripts for a GUI helper; no remote code execution or obfuscation is present.
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 prebuilt files from a GitHub release, but the source is a verifiable tarball with a fixed checksum and contains only data and scripts for a GUI helper; no remote code execution or obfuscation is present.
PKGBUILD
1
# Maintainer: Felitendo
2
# This PKGBUILD is updated automatically:
3
# https://github.com/Felitendo/PKGBUILDS
4
5
pkgname=waydroid-helper-bin
6
pkgver=0.2.9
7
pkgrel=1
8
pkgdesc="GUI application for Waydroid configuration and extension installation (prebuilt)"
9
arch=('any')
10
url="https://github.com/ayasa520/waydroid-helper"
11
license=('GPL-3.0-or-later')
12
depends=('python' 'fakeroot' 'python-bidict' 'python-httpx' 'python-gobject'
13
'python-yaml' 'python-pywayland' 'python-cairo' 'gtk4' 'libadwaita'
14
'python-aiofiles' 'python-dbus' 'android-tools' 'vte4'
15
'hicolor-icon-theme')
16
optdepends=('bindfs: shared folders support'
17
'waydroid: the container this tool configures')
18
provides=('waydroid-helper')
19
conflicts=('waydroid-helper')
20
source=("${pkgname}-${pkgver}-${pkgrel}.tar.zst::https://github.com/Felitendo/PKGBUILDS/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.zst")
21
sha256sums=('8a02695c6a3f102d1fa2a0b6266bb1978874338eac5a33b3391ada3243c01e56')
22
23
package() {
24
cp -a "$srcdir/usr" "$pkgdir/"
25
}
26
Changes since previous scan
--- PKGBUILD @ 2026-07-27 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -17,7 +17,7 @@ 'waydroid: the container this tool configures') provides=('waydroid-helper') conflicts=('waydroid-helper')-source=("https://github.com/Felitendo/PKGBUILDS/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.zst")+source=("${pkgname}-${pkgver}-${pkgrel}.tar.zst::https://github.com/Felitendo/PKGBUILDS/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.zst") sha256sums=('8a02695c6a3f102d1fa2a0b6266bb1978874338eac5a33b3391ada3243c01e56') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 17:35:03 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 11:27:50 | LOW | 2 |
| 2026-07-24 09:27:42 | LOW | 2 |