quickemu-tui
maintainer spiriwind
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a single Python script sourced locally with an unverifiable checksum (SKIP), but it is a simple TUI/CLI tool depending on official 'quickemu', with no remote code execution, obfuscation, or network fetches in the PKGBUILD; low risk due to lack of source transparency, but no evidence of malice.
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 single Python script sourced locally with an unverifiable checksum (SKIP), but it is a simple TUI/CLI tool depending on official 'quickemu', with no remote code execution, obfuscation, or network fetches in the PKGBUILD; low risk due to lack of source transparency, but no evidence of malice.
PKGBUILD
1
# Maintainer: spiriwind <ruiting_mail@qq.com>
2
pkgname=quickemu-tui
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="TUI/CLI manager for quickemu virtual machines"
6
arch=('x86_64')
7
url="https://github.com/quickemu-project/quickemu"
8
license=('MIT')
9
depends=('python' 'quickemu')
10
options=('!strip')
11
source=("quickemu-tui.py")
12
sha256sums=('SKIP')
13
14
package() {
15
install -Dm755 "$srcdir/quickemu-tui.py" "$pkgdir/usr/bin/quickemu-tui"
16
}
17
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 |