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>
2pkgname=quickemu-tui
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="TUI/CLI manager for quickemu virtual machines"
6arch=('x86_64')
7url="https://github.com/quickemu-project/quickemu"
8license=('MIT')
9depends=('python' 'quickemu')
10options=('!strip')
11source=("quickemu-tui.py")
12sha256sums=('SKIP')
13
14package() {
15 install -Dm755 "$srcdir/quickemu-tui.py" "$pkgdir/usr/bin/quickemu-tui"
16}
17

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion