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>
2
pkgname=activatelinux
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="A fake Activate Linux wizard parody with a Windows-style activation 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 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) | 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 |