yuzufox-git

LOW
maintainer nanoka 1 votes scanned 2026-09-10 15:20:39.512721
View on AUR
Why flagged

The package installs configuration files for Firefox from a git repository; the source is transparent and non-executable, posing minimal risk despite unverified checksum and low votes.

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 installs configuration files for Firefox from a git repository; the source is transparent and non-executable, posing minimal risk despite unverified checksum and low votes.

PKGBUILD

1# Maintainer: Nguyen Ky <nhktmdzhg at google mail dot com>
2pkgname=yuzufox-git
3_pkgname=YuzuFox
4pkgver=155.0.r0.gc702c73
5pkgrel=1
6pkgdesc='Hardened, zero-bloat Firefox for daily use.'
7depends=('firefox' 'xdg-desktop-portal-impl')
8arch=('any')
9license=('MIT')
10backup=('etc/firefox/policies/policies.json')
11url="https://github.com/KabosuNeko/YuzuFox"
12conflicts=(firefox-settings)
13replaces=(firefox-settings)
14provides=(firefox-settings)
15source=("git+https://github.com/KabosuNeko/YuzuFox.git")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd "$srcdir/YuzuFox"
20 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21}
22
23package() {
24 install -Dm644 "$srcdir/$_pkgname/user.js" "$pkgdir/usr/lib/firefox/browser/defaults/preferences/user.js"
25 install -Dm644 "$srcdir/$_pkgname/yuzu.js" "$pkgdir/usr/lib/firefox/browser/defaults/preferences/yuzu.js"
26 install -Dm644 "$srcdir/$_pkgname/policies.json" "$pkgdir/etc/firefox/policies/policies.json"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-10 15:20:39 Low 2
2026-09-10 13:20:36 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