pickled-git
maintainer snazar0
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate Git repository on Codeberg, a trusted forge; the low severity is due to few votes and recent upload, not malicious content.
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 legitimate Git repository on Codeberg, a trusted forge; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Joel Eapen <joelpeapen@gmail.com>
2
pkgname='pickled-git'
3
_pkgname='pickled'
4
pkgver=r1.dae1e1a
5
pkgrel=1
6
pkgdesc="lightweight colorpicker"
7
arch=("x86_64")
8
license=('GPL-3.0')
9
makedepends=('git' 'wayland' 'libxkbcommon' 'freetype2' 'libffi' 'zlib' 'bzip2' 'libpng' 'brotli')
10
depends=('glibc' 'wayland' 'libxkbcommon' 'freetype2')
11
optdepends=('hyprpicker')
12
url="https://codeberg.org/j_ole/$_pkgname"
13
source=("$_pkgname::git+https://codeberg.org/j_ole/$_pkgname.git")
14
sha256sums=('SKIP')
15
16
pkgver() {
17
cd "$_pkgname"
18
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
19
}
20
21
build() {
22
cd "$_pkgname"
23
make
24
}
25
26
package() {
27
cd "$_pkgname"
28
make install DESTDIR="$pkgdir"
29
}
30
Changes since previous scan
--- PKGBUILD @ 2026-08-01 00:11+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Joel Eapen <joelpeapen@gmail.com> pkgname='pickled-git' _pkgname='pickled'-pkgver=r2.3edefe3+pkgver=r1.dae1e1a pkgrel=1 pkgdesc="lightweight colorpicker" arch=("x86_64")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 07:20:18 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 07:17:22 | LOW | 2 |