infinisim-git
maintainer neroburner
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The npm install fetches a specific version of lv_font_conv, a build dependency for font conversion, which is used locally and not executed remotely; the source is from the official npm registry, and the package is part of the project's legitimate build process.
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 fetches a specific version of lv_font_conv, a build dependency for font conversion, which is used locally and not executed remotely; the source is from the official npm registry, and the package is part of the project's legitimate build process.
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:47
npm install lv_font_conv@1.5.2
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Reinhold Gschweicher <pyro4hell@gmail.com>
2
pkgname=infinisim-git
3
pkgver=v1.13.0.r13.g43880fd
4
pkgrel=1
5
pkgdesc="Simulator for InfiniTime user interface without needing a PineTime "
6
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
7
url="https://github.com/InfiniTimeOrg/InfiniSim"
8
license=('GPL')
9
groups=()
10
depends=('sdl2')
11
makedepends=('git' 'cmake' 'npm') # 'bzr', 'git', 'mercurial' or 'subversion'
12
provides=()
13
conflicts=("${pkgname%-git}")
14
replaces=()
15
backup=()
16
options=()
17
install=
18
source=(
19
"${pkgname}::git+https://github.com/InfiniTimeOrg/InfiniSim.git"
20
"git+https://github.com/InfiniTimeOrg/InfiniTime.git"
21
"git+https://github.com/lvgl/lv_drivers.git"
22
"git+https://github.com/InfiniTimeOrg/lvgl.git"
23
"git+https://github.com/littlefs-project/littlefs.git"
24
"git+https://github.com/laurencelundblade/QCBOR.git"
25
"git+https://github.com/kosme/arduinoFFT.git"
26
)
27
noextract=()
28
md5sums=(
29
'SKIP'
30
'SKIP'
31
'SKIP'
32
'SKIP'
33
'SKIP'
34
'SKIP'
35
'SKIP'
36
)
37
38
pkgver() {
39
# Git, tags available
40
cd "$pkgname"
41
git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
42
}
43
44
prepare() {
45
cd "$srcdir/${pkgname}"
46
# install lv_font_conv dependency to local directory
47
npm install lv_font_conv@1.5.2
48
git submodule init
49
git config submodule.lv_drivers.url "$srcdir/lv_drivers"
50
git config submodule.InfiniTime.url "$srcdir/InfiniTime"
51
git -c protocol.file.allow=always submodule update
52
cd "$srcdir/${pkgname}/InfiniTime"
53
git config submodule.src/libs/lvgl.url "${srcdir}/lvgl"
54
git config submodule.src/libs/littlefs.url "${srcdir}/littlefs"
55
git config submodule.src/libs/QCBOR.url "${srcdir}/QCBOR"
56
git config submodule.src/libs/arduinoFFT.url "${srcdir}/arduinoFFT"
57
git -c protocol.file.allow=always submodule update --init src/libs/lvgl
58
git -c protocol.file.allow=always submodule update --init src/libs/littlefs
59
git -c protocol.file.allow=always submodule update --init src/libs/QCBOR
60
git -c protocol.file.allow=always submodule update --init src/libs/arduinoFFT
61
}
62
63
build() {
64
cd "$srcdir/${pkgname}"
65
cmake -S . -B "build" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=RelWithDebInfo
66
cmake --build "build"
67
}
68
69
package() {
70
cd "$srcdir/${pkgname}"
71
DESTDIR="${pkgdir}" cmake --build "build" --target install
72
}
73
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 |