infinisim-git
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
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)
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# Maintainer: Reinhold Gschweicher <pyro4hell@gmail.com>
pkgname=infinisim-git
pkgver=v1.13.0.r13.g43880fd
pkgrel=1
pkgdesc="Simulator for InfiniTime user interface without needing a PineTime "
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/InfiniTimeOrg/InfiniSim"
license=('GPL')
groups=()
depends=('sdl2')
makedepends=('git' 'cmake' 'npm') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=()
conflicts=("${pkgname%-git}")
replaces=()
backup=()
options=()
install=
source=(
"${pkgname}::git+https://github.com/InfiniTimeOrg/InfiniSim.git"
"git+https://github.com/InfiniTimeOrg/InfiniTime.git"
"git+https://github.com/lvgl/lv_drivers.git"
"git+https://github.com/InfiniTimeOrg/lvgl.git"
"git+https://github.com/littlefs-project/littlefs.git"
"git+https://github.com/laurencelundblade/QCBOR.git"
"git+https://github.com/kosme/arduinoFFT.git"
)
noextract=()
md5sums=(
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
)
pkgver() {
# Git, tags available
cd "$pkgname"
git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {
cd "$srcdir/${pkgname}"
# install lv_font_conv dependency to local directory
npm install lv_font_conv@1.5.2
git submodule init
git config submodule.lv_drivers.url "$srcdir/lv_drivers"
git config submodule.InfiniTime.url "$srcdir/InfiniTime"
git -c protocol.file.allow=always submodule update
cd "$srcdir/${pkgname}/InfiniTime"
git config submodule.src/libs/lvgl.url "${srcdir}/lvgl"
git config submodule.src/libs/littlefs.url "${srcdir}/littlefs"
git config submodule.src/libs/QCBOR.url "${srcdir}/QCBOR"
git config submodule.src/libs/arduinoFFT.url "${srcdir}/arduinoFFT"
git -c protocol.file.allow=always submodule update --init src/libs/lvgl
git -c protocol.file.allow=always submodule update --init src/libs/littlefs
git -c protocol.file.allow=always submodule update --init src/libs/QCBOR
git -c protocol.file.allow=always submodule update --init src/libs/arduinoFFT
}
build() {
cd "$srcdir/${pkgname}"
cmake -S . -B "build" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build "build"
}
package() {
cd "$srcdir/${pkgname}"
DESTDIR="${pkgdir}" cmake --build "build" --target install
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |