chrome-pak-customizer-git

maintainer LotteV · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a legitimate project source on GitHub, uses SKIP only for the git source (which is normal), and applies minor build fixes; the flagged pattern is a procedural concern, not a security risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The package builds from a legitimate project source on GitHub, uses SKIP only for the git source (which is normal), and applies minor build fixes; the flagged pattern is a procedural concern, not a security risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: peeweep <peeweep at 0x0 dot ee>
2
3pkgname=chrome-pak-customizer-git
4_pkgname=chrome-pak-customizer
5pkgver=2.0.r13.gbfabc03
6pkgrel=1
7pkgdesc="a simple command-line tool to pack and unpack pak files in chrome or chromium-based browser"
8arch=(any)
9url="https://github.com/myfreeer/chrome-pak-customizer"
10license=('MIT')
11makedepends=('git' 'cmake' 'ninja' 'gcc')
12source=("${pkgname}::git+${url}")
13sha1sums=('SKIP')
14
15pkgver() {
16 cd "$srcdir/$pkgname"
17 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
18}
19
20build() {
21 cd "$srcdir/$pkgname"
22 sed -i 's/cmake_minimum_required(VERSION 2.8)/cmake_minimum_required(VERSION 3.5)/g' CMakeLists.txt
23 cmake -S . -B build -GNinja -DLGPL=OFF
24 cmake --build build
25}
26
27package() {
28 install -Dvm755 "$srcdir/$pkgname/build/pak" "$pkgdir/usr/bin/pak"
29 install -Dvm644 "$srcdir/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
30 install -Dvm644 "$srcdir/$pkgname/LICENSE.LGPL" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE.LGPL"
31}
32
33# vim:set ts=2 sw=2 et:
34

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 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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