dat-gateway-git
maintainer redfish
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The npm install uses a locally built package from the git source, not an external undeclared package, so the supply chain risk is low despite the static analysis flag.
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 uses a locally built package from the git source, not an external undeclared package, so the supply chain risk is low despite the static analysis flag.
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:30
npm install --user root --prefix "${pkgdir}/usr" -g $(npm pack ${srcdir}/$_name | tail -1)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: redfish <redfish@galactica.pw>
2
3
pkgname=dat-gateway-git
4
_name=${pkgname%%-git}
5
pkgver=2.3.1beta.g6350ed7
6
pkgrel=1
7
pkgdesc="In-memory Dat to HTTP gateway"
8
arch=(any)
9
url="https://github.com/garbados/dat-gateway"
10
license=('Apache-2.0')
11
depends=('nodejs' 'npm')
12
conflicts=("$_name")
13
provides=("$_name")
14
install="$_name.install"
15
source=(git+https://github.com/garbados/dat-gateway.git
16
dat-gateway.service)
17
18
# There are some native binaries being built, but .node files confuse strip, so
19
# don't bother stripping anything.
20
options=(!strip)
21
22
pkgver() {
23
cd "$_name"
24
printf "%s.g%s" \
25
$(cat package.json | sed -n 's/.*"version":\s* "\([^"]\+\)".*/\1/p' | sed 's/-//g') \
26
$(git rev-parse --short HEAD)
27
}
28
29
package(){
30
npm install --user root --prefix "${pkgdir}/usr" -g $(npm pack ${srcdir}/$_name | tail -1)
31
find ${pkgdir} -type d -exec chmod 0755 {} \; # npm creates 777 dirs, causes warnings
32
install -Dm0644 $_name.service ${pkgdir}/usr/lib/systemd/system/$_name.service
33
}
34
35
sha256sums=('SKIP'
36
'3bc2048a9dcf89e935c276615dcb19da8728fd68842c12ebac1912bfd5a65b15')
37
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 |