proxigram-git
maintainer fossdd
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The npm install of playwright-chromium is a build-time dependency required for the application to function, is version-pinned, and is installed from the official npm registry; while not declared in depends, it is part of the project's build process and not an obfuscated or malicious external payload.
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 95%): The npm install of playwright-chromium is a build-time dependency required for the application to function, is version-pinned, and is installed from the official npm registry; while not declared in depends, it is part of the project's build process and not an obfuscated or malicious external payload.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
npm/yarn/pnpm install of an undeclared external package
npm_install_external
Runs `npm/yarn/pnpm install <package>` for a package not in source=(), pulling unpinned, unreviewed code at build time. Severity downgraded: the package declares/looks like a Node.js consumer, where build-time installs are expected.
-
PKGBUILD:55
npm install playwright-chromium@1.34.3
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: fossdd <fossdd@pwned.life>
2
3
# ATTENTION:
4
#
5
# This package copies the project and all of its dependencies into
6
# /opt, and compiles the source code on service start due to the bad
7
# behaviour of Next.js.
8
#
9
# You may want to use docker(-compose) instead of this package.
10
11
pkgname=proxigram-git
12
_pkgname=proxigram
13
pkgver=r91.bf04c4c
14
pkgrel=5
15
pkgdesc="A privacy focused and open source front-end for Instagram"
16
arch=('any')
17
url="https://codeberg.org/ThePenguinDev/Proxigram"
18
backup=("etc/$_pkgname.conf")
19
license=('AGPL-3.0')
20
depends=('nodejs')
21
makedepends=('npm')
22
optdepends=('redis: used for caching purposes')
23
source=("$_pkgname::git+$url"
24
"$_pkgname.service"
25
"$_pkgname.sysusers"
26
"$_pkgname.tmpfiles"
27
"$_pkgname.conf"
28
'0001-Use-custom-port.patch')
29
md5sums=('SKIP'
30
'6378320dd779a73b31dc64dba4bb3bc2'
31
'95be5fd46a8e5a5e832ea135a2fbfee3'
32
'0ad916caa947bf33368d4fba3572ebe6'
33
'308016ff3e49dcb48fcff603abc8bb3d'
34
'b0d8a9665020bc77fb6a252e9bb3196d')
35
options=(!strip)
36
37
pkgver() {
38
cd "$srcdir/$_pkgname"
39
# Git, tags available
40
# printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
41
# Git, no tags available
42
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
43
}
44
45
46
prepare() {
47
patch --directory="$srcdir/$_pkgname" --forward --strip=1 --input="${srcdir}/0001-Use-custom-port.patch"
48
}
49
50
build() {
51
cd $srcdir/$_pkgname
52
npm install
53
54
# For headless provider
55
npm install playwright-chromium@1.34.3
56
}
57
58
package() {
59
# source code and dependencies
60
install -vd "$pkgdir/opt"
61
cp -vr "$srcdir/$_pkgname" "$pkgdir/opt/$_pkgname"
62
rm -vfr "$pkgdir/opt/$_pkgname/.git"
63
64
# systemd integration
65
install -Dm0644 "$srcdir/$_pkgname.service" -t "$pkgdir/usr/lib/systemd/system/"
66
install -Dm6044 "$srcdir/$_pkgname.conf" -t "$pkgdir/etc/"
67
install -Dm0644 "$srcdir/$_pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$_pkgname.conf"
68
install -Dm0644 "$srcdir/$_pkgname.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/$_pkgname.conf"
69
70
# other
71
install -Dm0644 "$srcdir/$_pkgname/LICENSE" -t "$pkgdir/usr/share/licenses/$_pkgname/"
72
install -Dm0644 "$srcdir/$_pkgname/README.md" -t "$pkgdir/usr/share/doc/$_pkgname/"
73
}
74
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 |