arcosc-client
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 flagged npm install and npx execution are part of building the project from its own source code fetched from GitHub; no external or untrusted remote packages are installed, and the build process uses declared dependencies from the project's official repository.
2 higher static findings 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:34
npm install --cpu="${!CARCH}" --omit dev --omit optional --omit peer --no-bin-links
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:46
npx electron-builder --linux --"${!CARCH}" --dir \
PKGBUILD
2 offending line(s) highlighted# Maintainer: noideaman <pkgbuilds@weebvr.com>
# Based on the PKGBUILD of oscgoesbrr by Torge Matthies <openglfreak at googlemail dot com>
# Contributor: Comfy Chloe <https://github.com/ComfyChloe>
pkgname='arcosc-client'
_sourcename='ARC-Client'
pkgdesc='The transparent, feature-rich desktop bridge for VRChat remote control'
pkgver='0.90.2'
pkgrel='4'
arch=('x86_64')
url='https://arcosc.app/'
install=arcosc-client.install
license=('CC-BY-NC-SA-4.0')
_electron_ver=39
_electron_full_ver=$(cat /usr/lib/electron${_electron_ver}/version | sed 's/^v//')
depends=("electron$_electron_ver")
makedepends=('node-gyp' 'npm' 'asar')
source=("ARCOSC-Client-v$pkgver.tar.gz::https://codeload.github.com/ComfyChloe/$_sourcename/tar.gz/refs/tags/v$pkgver"
'ARCOSC-Client'
'ARCOSC-Client.desktop'
'arcosc.png')
sha256sums=('7ae65876b590a694882a4dba49b7a54d62dba6cddcfd4a82e69b4f1799cd23bb'
'5e16516855ae19498dc158e459681fe76fa2f2184d740a9beff5aff095b8967f'
'5dae1186e7a6ba1785455c294f4542880275dc5a4a8bca47fa5dedb01ed7c446'
'a315bea3d9ec1771340662c8e8cd9249d5fb69f4b3a0557bbe24c43a68560716')
build() {
cd "$_sourcename-$pkgver"
#sed -i "s/electronVersion:\ ../electronVersion:\ $pkgver/" package.json
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
export XDG_CACHE_HOME="$srcdir"
rm -rf .github build CONTRIBUTING.md .gitignore README.md
npm install --cpu="${!CARCH}" --omit dev --omit optional --omit peer --no-bin-links
npm audit fix || :
npm run build
local i686=ia32 x86_64=x64 armv7h=arm aarch64=arm64 riscv64=riscv64
export NODE_ENV=production
export NODE_OPTIONS='--openssl-legacy-provider'
# Get full semver — electron-builder requires it, not just the major version
local _electron_full_ver
_electron_full_ver=$(electron${_electron_ver} --version | sed 's/^v//')
npx electron-builder --linux --"${!CARCH}" --dir \
-c.electronDist="/usr/lib/electron$_electron_ver" \
-c.electronVersion="$_electron_full_ver"
asar extract "dist/linux-unpacked/resources/app.asar" "dist/linux-unpacked/usr/lib/$pkgname/"
rm -rf "dist/linux-unpacked/usr/lib/$pkgname/node_modules/native-reg"
rm -rf "dist/linux-unpacked/usr/lib/$pkgname/node_modules/node-gyp-build"
rmdir "dist/linux-unpacked/usr/lib/$pkgname/node_modules" 2>/dev/null || :
sed -i -e "s#/usr/bin/electron\b#/usr/bin/electron$_electron_ver#" \
-e "s#/usr/lib/ARCOSC-Client\b#/usr/lib/$pkgname#" ../ARCOSC-Client
sed -i -e "s/^Version=.*/Version=v$pkgver/" ../ARCOSC-Client.desktop
}
package() {
cd "$_sourcename-$pkgver"
install -d -Dm755 "$pkgdir/usr"
install -d -Dm755 "$pkgdir/usr/lib"
install -d -Dm755 "$pkgdir/usr/lib/$pkgname"
cp -r dist/linux-unpacked/usr/lib/$pkgname "$pkgdir/usr/lib"
install -d -Dm755 "$pkgdir/usr/bin"
install -Dm755 ../ARCOSC-Client -t "$pkgdir/usr/bin"
install -d -Dm755 "$pkgdir/usr/share"
install -d -Dm755 "$pkgdir/usr/share/icons"
install -d -Dm755 "$pkgdir/usr/share/icons/hicolor"
install -d -Dm755 "$pkgdir/usr/share/icons/hicolor/512x512"
install -d -Dm755 "$pkgdir/usr/share/icons/hicolor/512x512/apps"
install -Dm644 ../arcosc.png -t "$pkgdir/usr/share/icons/hicolor/512x512/apps"
install -d -Dm755 "$pkgdir/usr/share/applications"
install -Dm644 ../ARCOSC-Client.desktop -t "$pkgdir/usr/share/applications"
install -d -Dm755 "$pkgdir/usr/share/licenses"
install -d -Dm755 "$pkgdir/usr/share/licenses/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname"
}
post_install() {
echo "This is an older version"
echo "It will stay this version"
echo "A new one under a new license"
echo "avaliable at"
echo "https://aur.archlinux.org/packages/arc-client"
}
post_upgrade () {
post_install
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |
| 2026-07-15 00:09:25 | LOW | 3 |