raccoonlock
The npx command runs electron-builder on the locally checked-out source code from a trusted project repository, which is a standard part of the build process and not an execution of untrusted remote code.
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 npx command runs electron-builder on the locally checked-out source code from a trusted project repository, which is a standard part of the build process and not an execution of untrusted remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
remote_code_tool
`npx`/`bunx`/`pnpm dlx`/`deno run <url>` downloads AND runs a remote package at build time — the moral equivalent of piping a download into a shell. Severity downgraded: Node.js consumer context.
-
PKGBUILD:36
npx electron-builder -p never --linux
PKGBUILD
1 offending line(s) highlighted# RaccoonLock; A free, open-source, simple and powerful password manager.
# Copyright (c) 2023-2024, Mónica Gómez (Autumn64)
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
pkgname="raccoonlock"
pkgver="5.1.1"
pkgrel="1"
pkgdesc="A free, open-source, simple and powerful password manager."
arch=("x86_64")
url="https://codeberg.org/Autumn64/RaccoonLock"
depends=("openssl")
makedepends=("git" "nodejs" "npm")
license=("GPL")
source=("${pkgname}::git+https://codeberg.org/Autumn64/RaccoonLock.git")
sha256sums=("SKIP")
prepare(){
cd "${srcdir}/${pkgname}"
npm install
}
build(){
cd "${srcdir}/${pkgname}"
npx electron-builder -p never --linux
cd "${srcdir}/${pkgname}/RaccoonReader"
make
cp raccoonreader "${srcdir}/${pkgname}/dist/linux-unpacked"
cp oldreader "${srcdir}/${pkgname}/dist/linux-unpacked"
cd "${srcdir}/${pkgname}/dist/"
rm -rf RaccoonLock
mv linux-unpacked RaccoonLock
}
package(){
cd "${srcdir}/${pkgname}"
mkdir -p "${pkgdir}/opt/"
cp -rfv "${srcdir}/${pkgname}/dist/RaccoonLock" "${pkgdir}/opt"
install -Dm 644 -v "${srcdir}/${pkgname}/icon.png" "${pkgdir}/usr/share/icons/RaccoonLock.png"
cat << EOF > "RaccoonLock.desktop"
[Desktop Entry]
Type=Application
Version=1.0
Name=RaccoonLock
GenericName=Password manager
Comment=A free, open-source, simple and powerful password manager
Path=/opt/RaccoonLock
Exec=/opt/RaccoonLock/raccoonlock
Icon=RaccoonLock
Terminal=false
Categories=Utility
EOF
install -Dm 755 -v "${srcdir}/${pkgname}/RaccoonLock.desktop" "${pkgdir}/usr/share/applications/RaccoonLock.desktop"
}
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 |