fakebinbows

maintainer Zyvxi · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball hosted on GitHub, which is plausibly the project's own; the source consists of scripts and desktop files for a parody installer, with no evidence of malicious behavior or remote code execution; the low severity is due to SKIP'd checksum and few votes, but the content appears benign.

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 source tarball hosted on GitHub, which is plausibly the project's own; the source consists of scripts and desktop files for a parody installer, with no evidence of malicious behavior or remote code execution; the low severity is due to SKIP'd checksum and few votes, but the content appears benign.

PKGBUILD

1# Maintainer: zyvxi <zyvxi@archlinux>
2pkgname=fakebinbows
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="A fake Windows 11 installer parody for Linux with a full GUI"
6arch=('any')
7url="https://github.com/zyvxi/fake-windows"
8license=('MIT')
9depends=('python' 'tk')
10source=("$url/archive/v$pkgver.tar.gz")
11sha256sums=('SKIP')
12
13package() {
14 cd "$srcdir/fake-windows-$pkgver"
15 install -Dm755 install_gui.py "$pkgdir/usr/share/$pkgname/install_gui.py"
16 install -Dm755 install.sh "$pkgdir/usr/share/$pkgname/install.sh"
17 install -Dm755 fakebinbows.sh "$pkgdir/usr/bin/fakebinbows"
18 install -Dm644 fakebinbows.desktop "$pkgdir/usr/share/applications/fakebinbows.desktop"
19}
20

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 11:38:42 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