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
3
pkgname=chrome-pak-customizer-git
4
_pkgname=chrome-pak-customizer
5
pkgver=2.0.r13.gbfabc03
6
pkgrel=1
7
pkgdesc="a simple command-line tool to pack and unpack pak files in chrome or chromium-based browser"
8
arch=(any)
9
url="https://github.com/myfreeer/chrome-pak-customizer"
10
license=('MIT')
11
makedepends=('git' 'cmake' 'ninja' 'gcc')
12
source=("${pkgname}::git+${url}")
13
sha1sums=('SKIP')
14
15
pkgver() {
16
cd "$srcdir/$pkgname"
17
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
18
}
19
20
build() {
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
27
package() {
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) | 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 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 |