deskcut-git
maintainer Naxdy
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The npx command runs electron-builder from the project's own devDependencies installed via yarn, not a remote package, so it is part of the normal build process for an Electron app.
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 npx command runs electron-builder from the project's own devDependencies installed via yarn, not a remote package, so it is part of the normal build process for an Electron app.
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:26
npx electron-builder --dir
PKGBUILD
1 offending line(s) highlighted
1
pkgname=deskcut-git
2
pkgver=r22.6dafd6e
3
pkgrel=1
4
arch=('x86_64')
5
pkgdesc="DeskCut is an extremely easy to use desktop shortcut creator app for Linux."
6
url='https://github.com/NayamAmarshe/DeskCut'
7
license=('GPL-2.0 ONLY')
8
makedepends=('yarn' 'asar' 'nodejs')
9
source=("$pkgname::git+https://github.com/NayamAmarshe/DeskCut.git"
10
"deskcut.desktop")
11
sha512sums=('SKIP' 'SKIP')
12
13
pkgver() {
14
cd "$pkgname"
15
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
16
}
17
18
build() {
19
cd "$pkgname"
20
yarn install
21
yarn build
22
}
23
24
package() {
25
cd "$pkgname"
26
npx electron-builder --dir
27
28
cd "dist"
29
mkdir -p "$pkgdir/opt/DeskCut"
30
cp -R linux-unpacked/* "$pkgdir/opt/DeskCut/"
31
32
cd ../
33
34
install -Dm644 build/icons/16x16.png "$pkgdir/usr/share/icons/hicolor/16x16/apps/deskcut.png"
35
install -Dm644 build/icons/32x32.png "$pkgdir/usr/share/icons/hicolor/32x32/apps/deskcut.png"
36
install -Dm644 build/icons/64x64.png "$pkgdir/usr/share/icons/hicolor/64x64/apps/deskcut.png"
37
install -Dm644 build/icons/128x128.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/deskcut.png"
38
install -Dm644 build/icons/256x256.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/deskcut.png"
39
40
cd ../
41
42
install -Dm755 deskcut.desktop "$pkgdir/usr/share/applications/deskcut.desktop"
43
}
44
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 |