qemu-cli-git
maintainer afarias.arthur
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a public Git repository owned by the maintainer, which is a normal AUR practice; the source is Python code that is built locally, and the only concern is the low vote count and recent upload, but there is no evidence of malicious intent or unverifiable prebuilt binaries.
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 builds from a public Git repository owned by the maintainer, which is a normal AUR practice; the source is Python code that is built locally, and the only concern is the low vote count and recent upload, but there is no evidence of malicious intent or unverifiable prebuilt binaries.
PKGBUILD
1
# Maintainer: Arthur de Araújo Farias <arthur@afarias.org>
2
pkgname=qemu-cli-git
3
_pkgname=qemu-cli
4
pkgver=0.1.0.r5.g61f0d2b
5
pkgrel=1
6
pkgdesc="Docker-style CLI for managing QEMU VM command lines"
7
arch=('any')
8
url="https://github.com/arthurafarias/qemu-cli"
9
license=('MIT')
10
depends=('python' 'python-click')
11
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
12
checkdepends=('python-pytest' 'python-pytest-cov')
13
optdepends=('qemu-base: run QEMU virtual machines'
14
'qemu-full: full QEMU emulator suite with GUI')
15
provides=('qemu-cli')
16
conflicts=('qemu-cli')
17
source=("$_pkgname::git+$url.git")
18
sha256sums=('SKIP')
19
20
pkgver() {
21
cd "$_pkgname"
22
printf "0.1.0.r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
23
}
24
25
build() {
26
cd "$_pkgname"
27
python -m build --wheel --no-isolation
28
}
29
30
check() {
31
cd "$_pkgname"
32
PYTHONPATH="lib" python -m pytest
33
}
34
35
package() {
36
cd "$_pkgname"
37
python -m installer --destdir="$pkgdir" dist/*.whl
38
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39
}
40
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 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 19:28:12 | LOW | 2 |