yuzufox-git
LOW
maintainer nanoka
1 votes
scanned 2026-09-10 15:20:39.512721
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>
2
pkgname=yuzufox-git
3
_pkgname=YuzuFox
4
pkgver=155.0.r0.gc702c73
5
pkgrel=1
6
pkgdesc='Hardened, zero-bloat Firefox for daily use.'
7
depends=('firefox' 'xdg-desktop-portal-impl')
8
arch=('any')
9
license=('MIT')
10
backup=('etc/firefox/policies/policies.json')
11
url="https://github.com/KabosuNeko/YuzuFox"
12
conflicts=(firefox-settings)
13
replaces=(firefox-settings)
14
provides=(firefox-settings)
15
source=("git+https://github.com/KabosuNeko/YuzuFox.git")
16
sha256sums=('SKIP')
17
18
pkgver() {
19
cd "$srcdir/YuzuFox"
20
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21
}
22
23
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-10 15:20:39 | Low | 2 |
| 2026-09-10 13:20:36 | Low | 2 |