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>
2
pkgname=fakebinbows
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="A fake Windows 11 installer parody for Linux with a full GUI"
6
arch=('any')
7
url="https://github.com/zyvxi/fake-windows"
8
license=('MIT')
9
depends=('python' 'tk')
10
source=("$url/archive/v$pkgver.tar.gz")
11
sha256sums=('SKIP')
12
13
package() {
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) | 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 11:38:42 | LOW | 2 |