comty-desktop

LOW
maintainer ragestudio 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The npx command runs electron-builder on the project's own source code from GitHub, which is a standard part of building an Electron app; the source is not untrusted in context, and no remote code execution beyond normal build process occurs.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The npx command runs electron-builder on the project's own source code from GitHub, which is a standard part of building an Electron app; the source is not untrusted in context, and no remote code execution beyond normal build process occurs.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium npx/bunx/deno executes a remote package 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:44 npx electron-builder --dir --publish never

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: srgooglo <srgooglo@ragestudio.net>
2pkgname=comty-desktop
3
4_electronversion=43
5
6pkgver="0.12.0"
7pkgrel=1
8pkgdesc="Official Comty Desktop application"
9arch=("x86_64")
10url="https://github.com/ragestudio/comty"
11license=("MIT")
12
13conflicts=(
14 "comty-desktop-bin"
15)
16makedepends=(
17 "nodejs"
18)
19depends=(
20 "electron$_electronversion"
21)
22source=(
23 "comty.sh"
24 "comty-desktop.desktop"
25 "https://github.com/ragestudio/comty/archive/refs/heads/master.tar.gz"
26)
27sha256sums=(
28 "SKIP"
29 "SKIP"
30 "SKIP"
31)
32
33prepare() {
34 sed -i "s/{ver}/$_electronversion/" comty.sh
35}
36
37build() {
38 cd "$srcdir"
39 tar xf master.tar.gz
40
41 cd "$srcdir/comty-master/packages/desktop"
42
43 npm install -y
44 npx electron-builder --dir --publish never
45}
46
47package() {
48 echo "me cago"
49
50 install -Dm644 "$srcdir/comty-master/packages/desktop/dist/linux-unpacked/resources/app.asar" "$pkgdir/usr/lib/comty/app.asar"
51 install -Dm755 comty.sh "$pkgdir/usr/bin/comty"
52
53 install -Dm644 "$srcdir/comty-master/packages/desktop/resources/icon-512.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/comty.png"
54 install -Dm644 comty-desktop.desktop "$pkgdir/usr/share/applications/comty-desktop.desktop"
55}
56

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion