activatelinux

maintainer Zyvxi · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public GitHub repository with a SKIP'd checksum, but only installs a Python script and launcher files for a harmless parody application; no remote code execution or malicious behavior is present.

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 GitHub repository with a SKIP'd checksum, but only installs a Python script and launcher files for a harmless parody application; no remote code execution or malicious behavior is present.

PKGBUILD

1# Maintainer: zyvxi <zyvxi@archlinux>
2pkgname=activatelinux
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="A fake Activate Linux wizard parody with a Windows-style activation 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 activate_linux.py "$pkgdir/usr/share/$pkgname/activate_linux.py"
16 install -Dm755 activatelinux.sh "$pkgdir/usr/bin/activatelinux"
17 install -Dm644 activatelinux.desktop "$pkgdir/usr/share/applications/activatelinux.desktop"
18}
19

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